pkg://flowgrep-0.8-1.2.fc6.rf.noarch.rpm:11010/HEADER
downloads
Name : flowgrep Relocations: (not relocateable)
Version : 0.8 Vendor: Dries RPM Repository http://dries.ulyssis.org/rpm/
Release : 1.2.fc6.rf Build Date: Sun Dec 16 06:14:56 2007
Install date: (not installed) Build Host: odi.kotnet.ulyssis.org
Group : Applications/Internet Source RPM: flowgrep-0.8-1.2.fc6.rf.src.rpm
Size : 16085 License: GPL
Packager : Dag Wieers <dag@wieers.com>
URL : http://www.monkey.org/~jose/software/flowgrep/
Summary : 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.