Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.17 KB

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