Skip to content

Gun8hoot/WMAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WMAP

WMAP is a port scanner write in python3 with only build-in lib

TODO

  • Code the port range arguments filter
  • Create logs file system
  • Fix time bug in logs
  • Detect filtred port
  • Bypass WAF
  • Use threading to speed up scan time. Create 2 thread , first thread who scan first 32767 port and a second who scan last 32767 port

Execute on Linux

  • First install python3
sudo apt install python3
  • Clone the repository
git clone https://github.com/Gun8hoot/WMAP.git
  • Go in the directory
cd WMAP
  • Execute the script
sudo ./main.py -i {RHOST} -p {./PORT LIST or RANGE1-RANGE2} # WORKS WITHOUT -p | YOU NEED TO RUN IN SUDO 

About

🌐 β€’ Port scanner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages