Skip to content

privatgt/NmapThreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NmapThreading

Nmap multithreading with golang

Why this small program

Nmap is great port scanner but it is slow and run in one thread. I tried make it faster with power of golang's multithreading

build

To build just write go build main.go

run

To run built program just write ./main {ip to scan} {number of threads} after it will automatically run nmap with -A -sT and scan all 65535 ports with multiple threads

About

Nmap multithreading with golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages