aboutsummaryrefslogtreecommitdiffstats
path: root/gg_sniff/README.txt
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-05 15:23:45 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-05 15:23:45 +0200
commitc2df624fae9cd08c662f5f611044094f35bb8f63 (patch)
tree1e1f7b7fb6b86fc73cb6da21e6eabd3c5151069e /gg_sniff/README.txt
parentMerge branch 'master' into traceroute (diff)
parentgg_map: fix dependencies description (diff)
downloadglouglou-c2df624fae9cd08c662f5f611044094f35bb8f63.tar.xz
glouglou-c2df624fae9cd08c662f5f611044094f35bb8f63.zip
Merge branch 'master' into traceroute
Diffstat (limited to 'gg_sniff/README.txt')
-rw-r--r--gg_sniff/README.txt22
1 files changed, 17 insertions, 5 deletions
diff --git a/gg_sniff/README.txt b/gg_sniff/README.txt
index 2a43d02..fddbb3f 100644
--- a/gg_sniff/README.txt
+++ b/gg_sniff/README.txt
@@ -1,7 +1,5 @@
gg_sniff - glouglou probe client for network activity
-WARNING: Work in progress, don't expect this to work !
-
Requirements
============
@@ -13,14 +11,28 @@ Requirements
Installation
============
-git clone git@meg:glouglou
-cd gg_sniff
make && sudo make install
Usage
=====
-gg_sniff -i eth0
+sudo gg_sniff
+
+sudo gg_sniff -i eth0
+
+sudo gg_sniff -i eth0 10.137.2.9
+
+sudo gg_sniff -v -f "not port 4430 and not port 4431 and net 10.137.2.0/24" 10.137.2.9
+
+(10.137.2.9 is where glougloud is)
+
+Notes on capture
+================
+
+By default gg_sniff captures on any interfaces (works on Linux only).
+By default the capture filter is "not port 4430 and not port 4431 and not port 53".
+You can change it via -f, but dont forget to keep filtering out port 4430 and
+port 4431 because those are the ports used by glouglou itself !
Notes on architecture and security
==================================