Skip to content

Pure python3 packet-generator and Port Scanner

Notifications You must be signed in to change notification settings

arezasl/portfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP Port Scanner

  • fullTCP.py: scans the target with full TCP handshake.

  • rawSocketScanner.py: scans the target with half-open TCP connection,the proccess is to make a packet from scratch and set SYN flag to 1, it's also possible to modify this scanner to perform FIN or X-mass scans.

TODO:

  • add threaded option to scan faster when it comes to multi target scans

  • add proxy option to relay connections through a custom local proxy, for example TOR

  • add user_data HEADER to the generated packet(for future use)

Releases

No releases published

Packages

No packages published

Languages