Kali Linux 분석툴 설치

2023. 5. 13. 00:01

1) NetworkMinor 

sudo apt install mono-devel
wget https://www.netresec.com/?download=NetworkMiner -O /tmp/NetworkMiner.zip
sudo unzip /tmp/NetworkMiner.zip -d /opt/
cd /opt/NetworkMiner*
sudo chmod +x NetworkMiner.exe
sudo chmod -R go+w AssembledFiles/
sudo chmod -R go+w Captures/

 

[실행] mono /opt/NetworkMiner*/NetworkMiner.exe

* ~/.zshrc 내 alias를 이용하여 적당한 명령어 생성 가능

 

[출처] https://www.incredigeek.com/home/install-networkminer-on-kali-linux/

 

Install NetworkMiner on Kali Linux | Incredigeek

The Network Miner tool is a handy little utility that works great on Windows. It sorta works on Linux. Doesn’t appear to be able to read the traffic coming off the interface, but you can drag and drop a pcap file on it. You can export a pcap file from wi

www.incredigeek.com

 

2) Brim

wget https://github.com/brimdata/brim/releases/download/v0.28.0/Brim-0.28.0.deb

apt install ./Brim-0.28.0.deb -y

 

* 현재 Brim은 31버전까지 업데이트된 후 zui라는 이름으로 바뀜

 

[실행] GUI 환경에서 Brim APP 찾아서 실행

 

[출처] https://kifarunix.com/analyze-network-traffic-using-brim-security/

 

Analyze Network Traffic Using Brim Security - kifarunix.com

In this tutorial, you will learn how you can analyze network traffic using Brim security tool. Brim is an open source desktop application that can be used to

kifarunix.com

 

3) Pev(PE 분석툴)

sudo apt install pev

 

[실행] pepack, readpe, pesec 등 다양한 명령어 존재 / 출처 url 참고하여 사용

 

[출처] https://www.kali.org/tools/pev/

 

pev | Kali Linux Tools

 

www.kali.org

 

'보안 > Tool 사용' 카테고리의 다른 글

Tcpdump  (0) 2023.12.24
[Wireshark] 내용의 일부분으로 필터(contains)  (0) 2023.05.12

+ Recent posts