Easily visualize traffic simulations (made for the PSE course) via plain text data output

Script to easily visualize traffic simulations (made for the PSE course) via plain text data output. Requirements This script requires Python 3 and Pygame. Tested with: Python 3.8.10 Pygame 2.1.2 Ubuntu 20.04 You can install Pygame using pip3 install pygame or similar. Usage The script reads its data from stdin before launching the visualization. The text data format is described below. You can use the following command to pipe the output of your simulation to the visualizer (assuming ./trafficsimulation runs […]

Read more

A traffic generator pentesting tool to generate random traffic with random mac

FREE Reverse Engineering Self-Study Course HERE A traffic generator pentesting tool to generate random traffic with random mac and ip addresses in addition to random sequence numbers to a particular ip and port. pip3 install scapy chmod +x traffic-generator sudo ./traffic-generator 127.0.0.1 80 1000 Terms Of Use Do NOT use this on any computer you do not own or are not allowed to run this on. You may NEVER attempt to sell this, it is free and open source. The […]

Read more