ITh4cker / YaraPcap

Process HTTP Pcaps With YARA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yaraPCAP

Yara Scanner For IMAP Feeds and saved Streams

###What it does:

  • Reads a PCAP File and Extracts Http Streams.
  • gzip deflates any compressed streams
  • Scans every file with yara
  • writes a report.txt
  • optionally saves matching files to a Dir

###Usage

  • Simple report "python yaraPcap.py -r sampleReport.txt sample.yar sample.pcap"
  • Save Matching Files "python yaraPcap.py -s SampleDir sample.yar sample.pcap"

###Requirements

###ToDo

  • Save Report as XML
  • Add More Detail to the Report

About

Process HTTP Pcaps With YARA


Languages

Language:Python 100.0%