diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-08-14 15:40:41 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-08-14 15:40:41 -0400 |
commit | 5b744f8e8337c8f12196405eddea5c8bf83320a2 (patch) | |
tree | e10f15b3e3488ce465b78f3b1456e677c5c7938a /libraries/libnids/README | |
parent | a6ec58bbf2be95399f9149713844f86c88ad8f6f (diff) | |
download | slackbuilds-5b744f8e8337c8f12196405eddea5c8bf83320a2.tar.gz |
libraries/libnids: Added (E-component of NIDS)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libnids/README')
-rw-r--r-- | libraries/libnids/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/libnids/README b/libraries/libnids/README new file mode 100644 index 0000000000..b824366fc2 --- /dev/null +++ b/libraries/libnids/README @@ -0,0 +1,11 @@ +Libnids is an implementation of an E-component of Network Intrusion Detection +System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP +defragmentation, TCP stream assembly and TCP port scan detection. The most +valuable feature of libnids is reliability. A number of tests were conducted, +which proved that libnids predicts behaviour of protected Linux hosts as +closely as possible. Libnids is highly configurable in run-time and offers a +convenient interface. Currently it compiles on Linux, *BSD and Solaris. +Using libnids, one has got a convenient access to data carried by a TCP +stream, no matter how artfully obscured by an attacker. + +This requires libnet. |