Skip to content

1337eric/PCaptureProbe

Repository files navigation

PCaptureProbe

Usage - python PcapProbe.py {PCAPFILE}

Uses Scapy to loop through every individual packet, and if there are certain flags it will raise a level of suspicion and it will determine if its an attack or not.

If it is an attack on the network it will describe how to fix it

This can be implimented into a linux server along side of a traffic monitoring program, once the traffic has entered a certain threshold of packets, it will automatically capture it and run it with PCapture Probe, then PCapture Probe will tell the user how to patch it

In the future I am planning to add:

  • TCP Flag attack recognition, such as URG, SYN, ACK, SYN + ACK, etc.
  • Checksum Checks (Marking Traffic with invalid checksums)
  • Automatic Firewall implementation
  • Faster processing time for instant attack patches

Demonstrations:
Attack1-Demonstration.png Attack2-Demonstration.png

About

A tool for reading network captures that both analyzes and tells you how to fix the attack, if any

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages