Skip to content

Strike24/port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python Async Port Scanner

Simple port scanner made in Python for learning asyncio, tcp connections and banner ids

Todos:

  1. Upgrade TCP Handshake to only do a SYN scan. (Stealthier)
  2. Grab banner info about an open port found (get information about the service itself) ✅
  3. Clean code, separate into separate files
  4. Add more scan types (UDP, Xmas, Null, FIN)
  5. Make scanning ports and banner stealthier (random delays, spoofed IPs, etc)
image > Image example of the port scanner running on a local raspberry pi

About

Asynchronous Port Scanner made in Python to learn asyncio & tcp connections

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages