Skip to content

bilaloguz/portScanDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TCP Port Scan Detector

As the name indicates, the programme tries to detect TCP port scans and reveals the 'attacker' IP. For the moment, it can only detect full (a.k.a. Vanilla) and half (a.k.a. SYN scan) scans.

While running the script, time parameter should also be given with -t switch which will define the working duration. 0 is continuous run.

      python portScanDetector.py -t 5

which indicates program will run for 5 minutes and then stop.

P.S.: The script possibly only runs in GNU/Linux since socket.AF_PACKET (line 172) is almost specific. The closest equivalent of AF_PACKET in Mac OS world may be bpf, however author is emphatically not interested in supporting such systems.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages