aoandon 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +6 -0
- data/lib/aoandon/dynamic_rule/less1024.rb +1 -1
- data/lib/aoandon/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -18,6 +18,12 @@ Or install it yourself as:
|
|
|
18
18
|
|
|
19
19
|
$ gem install aoandon
|
|
20
20
|
|
|
21
|
+
## Getting started
|
|
22
|
+
|
|
23
|
+
$ ifconfig
|
|
24
|
+
$ aoandon -h
|
|
25
|
+
$ sudo aoandon -i eth0 -v
|
|
26
|
+
|
|
21
27
|
## Usage
|
|
22
28
|
|
|
23
29
|
Aoandon NIDS is the selective ignoring or alerting of data packets as they pass through its network interface. The criteria that it uses when inspecting packets are based on the Layer 3 (IPv4 and IPv6) and Layer 4 (TCP, UDP) headers. The most often used criteria are source and destination address, source and destination port, and protocol.
|
data/lib/aoandon/version.rb
CHANGED