/packlizer

Packet Sniffing tool (for clean and good visualizing of HTTP packets)

Primary LanguagePython

packlizer

Clean Design Packet Sniffing Tool.

Packlizer have ability to show only interested data from a packet in well defined format so that i can be easy for user to get data in which they are interested Script can also be used for sniffing credential over HTTP if you manage to become man-in-the-middle

Usage

Execute Script in terminal and give interface as first argument

e.g root@kali~# ./packlizer.py -i wlan1 where "wlan1" is the interface you can use your interface name

if the interface name is not provide as first argument in commandline then script will prompt user to enter interface name

for Usage help
root@kali~# ./packlizer.py -h