Skip to content

maxicode2/netgazer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netgazer


TCP SYN network scanner I made for fun. Inspired by Robert David Graham's masscan, but designed from scratch for fun and learning.

Usage

netgazer \
    --iface <interface> \
    --src-ip <source ip> \
    --gateway <NAT gateway ip> \
    --ports <comma separated ports> \
    --spew-hwm <packet high watermark> \
    --spew-buffer <packet buffer size> \
    --spew-rate <target pk/s>\
    <comma-separated CIDR targets>
  1. Obtain legal permission to scan your target network
  2. Run cargo build --release to build the binary
  3. Follow the usage above

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages