Skip to content

Basic incident alarm that analyzes live streams of packets off an interface and from PCAP files

License

Notifications You must be signed in to change notification settings

Agross09/IncidentAlarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b86f307 · Nov 23, 2019

History

6 Commits
Nov 23, 2019
Nov 23, 2019
Nov 23, 2019
Nov 23, 2019

Repository files navigation

IncidentAlarm

Basic incident alarm that analyzes live streams of packets off an interface and from PCAP files using Python 3, Pcapy, and Scapy.

Usage:

alarm.py [-h] [-i INTERFACE] [-r PCAPFILE]

Options:

-i INTERFACE: Sniff on a specified network interface

-r PCAPFILE: Read in a PCAP file

-h: Display message on how to use tool

Building:

pip install -r requirements.txt

See requirements.txt for required pip packages.

About

Basic incident alarm that analyzes live streams of packets off an interface and from PCAP files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages