Skip to content

maldiva/Port-scan-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Port scan detector

Small python script to check .pcap files on port scans.

Types of scans supported:

Xmas

UDP

NULL

Half

ICMP

Usage:

py scan-detector.py file.pcap

Requirements

Script requires python3 and scapy library to run:

pip install scapy

Some pcap's are not supported, because of the wrong magic number, to fix the magic you can open your file with WireShark and resave it as .pcap.

The heaviest part of program is loading pcap into the memory, very large files may take some time to process. On average on my PC it could only process about 4000 packets per second.

About

Python script to check .pcap file on port scans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages