9b986e19b4
PR: ports/82596 Submitted by: Corey Smith
11 lines
500 B
Text
11 lines
500 B
Text
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.
|
|
|
|
WWW: http://www.monkey.org/~jose/software/flowgrep/
|
|
|
|
- Corey Smith
|
|
corsmith@gmail.com
|