Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 616 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 616 Bytes

synspot

Written for thotcon 0x6, synspot is a retro styled visualization of pcap traffic

Getting started

git clone https://github.com/nosteve/synspot.git
npm install -g maxmind-geolite-mirror
mkdir -p /usr/local/share/GeoIP
/usr/local/bin/maxmind-geolite-mirror
  • Install synspot node modules
cd synspot
npm install
  • Process pcap file
node parse-pcap.js myfile.pcap
  • Open index.html in a browser