This utility allows you to capture network packets on the selected network interface. A chart o the volume of transmitted and received packets is displayed. It has an ability to filter intercepted packets by source ip,source port, destination ip,destination port, type of protocol and length packets.
It is possible to save a dump of captured packets in .pcap file extension for opening by WireShark software. Also,the main advantage of netsnake is sending your own network packets (ARP,TCP/IP,UDP) whith chosen parameters including payload data.which is byte array with max length = 1450 bytes. If your array of bytes has more 1450 bytes, it breaks into packages.
My GitHub repository https://github.com/pavelinfsec2020/netsnake
TUTORIAL you can watch in my videos:
(EN) https://www.youtube.com/watch?v=QF_eqon30iE
(RU) https://www.youtube.com/watch?v=JbmXXae7Ch0
Features
- snifferf
- wireshark
- sender of packets
- TCP
- UDP
- ARP
- netsnake
- network analyzer