Skip to content

apostolides/scapy-scout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Scout Network Scanning Tool

A simple yet fast network scanning tool as a first step of tinkering with scapy.

Install the requirements:

pip3 install -r requirements.txt

Scan a network:

$ sudo python3 scout.py  <STARTING_HOST> <ENDING_HOST>

More Examples:

Simple scan:

$ sudo python3 scout.py  192.168.1.2 192.168.1.254

Scan with specified number of threads:

$ sudo python3 scout.py  192.168.1.2 192.168.1.254 --threads 130

Scan with specified ICMP timeout (in seconds):

$ sudo python3 scout.py  192.168.1.2 192.168.1.254 --timeout 13

About

Scapy network scanning scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages