Skip to content

diegoserranor/scout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scout

Network discovery tool

Usage

# Scan available IPv4 subnets and fingerprint hosts
cargo run

# Scan the 192.168.1.0/24 subnet from port 1 to 100
cargo run -- probe 192.168.1.0/24 1 100

# Scan the 192.168.1.50 ip from port 1 to 100
cargo run -- probe 192.168.1.50 1 100

# Get a list of the networks you are connected to
cargo run -- networks

About

Network discovery tool

Topics

Resources

License

Stars

Watchers

Forks

Languages