- Notifications
You must be signed in to change notification settings - Fork0
analyzing pcaps for fun and profit
License
NotificationsYou must be signed in to change notification settings
splone/pcapscan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
@@@@@@@ @@@@@@@ @@@@@@ @@@@@@@ @@@@@@ @@@@@@@ @@@@@@ @@@ @@@@@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@ @@@@@@@@ @@@@@@@@ @@@@ @@@@@! @@@ !@@ @@! @@@ @@! @@@ !@@ !@@ @@! @@@ @@!@!@@@!@! @!@ !@! !@! @!@ !@! @!@ !@! !@! !@! @!@ !@!!@!@!@!@@!@! !@! @!@!@!@! @!@@!@! !!@@!! !@! @!@!@!@! @!@ !!@!!!@!!! !!! !!!@!!!! !!@!!! !!@!!! !!! !!!@!!!! !@! !!!!!: :!! !!: !!! !!: !:! :!! !!: !!! !!: !!!:!: :!: :!: !:! :!: !:! :!: :!: !:! :!: !:! :: ::: ::: :: ::: :: :::: :: ::: ::: :: ::: :: :: : :: :: : : : : : :: : : :: :: : : : : :: :
PCAPscan analyzes a large amount of pcap files by extracting interestinginformation
- python3
- make
- see requirements.txt
There is a make file that helps installing the necessary packets in apython environment:
% make install
For more dev utilities see
% make help
A central aspect of pcapscan are analyzers. Each analyzer gets a packetinstance and performs its analysis by storing relevant information inasynchronized data structure.After analyzing all packets, the collected information are written ascsv file to allow further investigation.
- GPLv3
- for details see LICENSE