
Requirements are minimal, Python 2.6 (so it will run on CentOS 6 with little hassle), Tornado and py-bcrypt which are both trivially installed with pip. It provides its own http server with SSL support, and does not require a database.
Usage is also simple. Simply enter a pcap filter, or paste in a Snort or Suricata event in "fast" format, choose start and end times (or simply offsets) and hit download.
If interested, start a pcap spool (ie:
sudo tcpdump -i eth0 -C 1000 -W10 -G 3600 -w /tmp/eth0.log.%Y%m%d.
) then check out Dumpy over here https://bitbucket.org/ish/dumpy.
No comments:
Post a Comment