Skip to content

mahdi-hejazi/port_scanner_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

port_scanner_python

a port scanner like nmap in python we make a tcp packet with flag rst or ack or syn or fin set and we have scans like nmap:

  1. fin scan
  2. ack scan
  3. syn scan (TCP stealth scan)
  4. connect scan
  5. windows scan

run it with python3 //python3 like_nmap.py -h to see how to run

hippo

url i used: https://resources.infosecinstitute.com/port-scanning-using-scapy/#gref

About

a port scanner like nmap in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages