Skip to content

An Intrusion Detection System to detect TCP based port scan attacks

Notifications You must be signed in to change notification settings

burak-kara/port-scan-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another version of the pyscanlogger by John-Lin for a course project. It is slightly simplified and converted to python3. Original repo can be found here: https://github.com/John-Lin/pyscanlogger/blob/master/pyscanlogger.py

Usage


To run with default options just run the tool as root.

$ sudo python pyscanlogger3.py

The canlog file can be found in the project root.

Pyscanlogger

Pyscanlogger - Python Port scan detector

A pure Python program to detect network port scanning attacks. Currently, logs different TCP port scans. Can run in the background like a daemon and log attacks to a log file.

The latest code for this including some added features can be seen here http://code.google.com/p/pyscanlogd/

Required Packages


Pyscanlogger is dependent on pypcap and dpkt packages.

Install


sudo pip install pypcap sudo pip install dpkt

Referenced from


About

An Intrusion Detection System to detect TCP based port scan attacks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages