1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net/flowgrep/pkg-descr
Dmitry Marakasov 3c86a38521 - Add LICENSE
- Fix shebangs
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2017-12-08 09:00:26 +00:00

9 lines
467 B
Plaintext

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: https://www.monkey.org/~jose/software/flowgrep/