Contact Us |
04/06/11 Scapy 2 Tutorial
This part two on the use of Scapy. We go over using the SYN scan ability in scapy and build a table using the make_table() function. Next we have TCP traceroute functionality. We convert entire packet into a hex string using the str() function then re import the produced hex string by selecting the appropriate starting layer with Ether(). We display the traceroute result object into a directed graph from all the routes with Imagemagick.
|
|
Return to Home | |