Skip to content

Icenuke/PcapOrNotPcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

--==[ PcapOrNotPcap ]==--

Description:

PcapOrNotPcap is a script to parse the pcap file with scapy.

How to install:

  1. Download the script
  2. Have a pcap file to parse
  3. pip install scapy

How to use:

Usage: PcapOrNotPcap [-h] [-a] [-ip] [-p] [-m] [-u] [-ic] [-d] [-e] <file.pcap>
Options:
-h Show this message
-a General parsing
-ip Parse IP (IP src / IP dst), IP Layer
-p Parse ports (ports src / ports dst), TCP Layer
-m Parse MAC address (MAC src / MAC dst), Ether Layer
-u Parse ports (port src / ports dst), UDP Layer
-ic Parse icmp paquet, ICMP Layer
-d Parse data from paquets (all layer)
-e If executable find in data then try to export this in 'output' directory. (Bug with zipfile and password - soon implemented)

Releases

No releases published

Packages

No packages published

Languages