Jump to letter: [
ABCDEFGHIJLMNOPRSTUVWXY
]
flowgrep - Basic IDS/IPS tool to help you investigate and manage your network
- Description:
flowgrep is a basic IDS/IPS tool written in python as a way to help you
investigate and manage your network. It works by sniffing traffic,
reassembling TCP streams, and IP and UDP fragments into single packets,
and allowing you to "grep" through their payloads using regular expressions.
The quality of the regular expression engine is similar to Perl's. Think of
it as a marriage of tcpflow, tcpkill, and ngrep.
Packages