Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 678 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 678 Bytes

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