Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
quine committed Mar 6, 2011
1 parent 1c08e3c commit e40ec68
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Just a collection of scripts, tools, etc. that I've written, mainly to help me,
but that I'd like to share with anyone else that might be interested.

- scapy-tracehost.py
Wrapper script for scapy's TCP traceroute function. Takes in a single
destination hosts along with an optional destination TCP port, runs the
traceroute, generates a graph using scapy's graph functionality.

- scapy-tracenet.py
Wrapper script for scapy's TCP traceroute function. Takes in a file containing
destination hosts, one per line, along with an optional destination TCP port,
runs the traceroute, generates a graph using scapy's graph functionality.


TODO:
- scapy-tracehost.py
Better comments; possible merge w/scapy-tracenet.py

- scapy-tracenet.py
Add CIDR and range support; better comments

0 comments on commit e40ec68

Please sign in to comment.