[New Tool] Interactive Network Packet Builder v1.0
With Interactive Network Packet Builder you can visually build “any” syntactically correct IP packet for a number of well-known protocols via simple point-and-click operations. Supported protools are SSH, FTP, HTTP, SIP, iSCSI, SMBv1, etc. The output is a binary payload (PDU).
Example: Seven easy steps to build a complete ICMP Ethernet frame
We build layer-by-layer, and have 3 layers to cover. We suggest the absolute minimum of steps (7) in order to shorten the example below.
- Select ICMPv4 in the top left Select Stack Layer list
- Copy Hex string from Output Pane
- Select IPv4 in the top left Select Stack Layer list
- Paste the data copied in Step 2 into Data field, press Enter key
- Copy Hex string from Output Pane
- Select Ethernet L2 layer in the top left Select Stack Layer list
- Paste the data copied in Step 5 into Ethernet L2 Data field, press Enter key
Thanks to Michael Sukhar, for sharing this tool with us.