Skip to content

Quick UDP and TCP network sanner (Nmap + Masscan)

Notifications You must be signed in to change notification settings

hackabean/Scanner

Repository files navigation

Scanner

Quick UDP and TCP network sanner (Nmap + Masscan) written in bash.

Scanner

Scanner

Notes:

Please adjust the name of your network interface before the scan If you are using Ubuntu or Arch it will be something like: wlp1s0. For Debian or Kali more likely the name is going to be wlan0 or wlan1 etc.

Nmap default switches can be changed, here they are set up to:

-sV - Service version detection -sT - Full TCP connect scan -sU - UDP Scan -O - OS Detection -A - Aggressive --max-rate 15000 Send packets no faster than 15000 per second -Pn - Treat all hosts as online -- skip host discovery -T4 - Timing template --script vuln - simple vulnerability detection

About

Quick UDP and TCP network sanner (Nmap + Masscan)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages