aboutsummaryrefslogtreecommitdiffstats
path: root/gg_map/glouglou_localsniff.sh
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-05 19:27:25 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-05 19:27:25 +0200
commitc870d03c638130e8cb9dd94f62f51da06b0f04ca (patch)
tree903490f5ba3b60e2085dc582817445b56c66e9f3 /gg_map/glouglou_localsniff.sh
parentlibglouglou: update my email (last one...) (diff)
parentindent fix, pass 2 (diff)
downloadglouglou-c870d03c638130e8cb9dd94f62f51da06b0f04ca.tar.xz
glouglou-c870d03c638130e8cb9dd94f62f51da06b0f04ca.zip
Merge branch 'master' into traceroute
Conflicts: gg_sniff/pcap.c
Diffstat (limited to 'gg_map/glouglou_localsniff.sh')
-rwxr-xr-xgg_map/glouglou_localsniff.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/gg_map/glouglou_localsniff.sh b/gg_map/glouglou_localsniff.sh
index 75d9cdd..f4c1928 100755
--- a/gg_map/glouglou_localsniff.sh
+++ b/gg_map/glouglou_localsniff.sh
@@ -10,14 +10,14 @@ gg_map=`which gg_map`
iface=${1-"eth0"}
if [ -z "$glougloud" -o -z "$gg_sniff" -o -z "$gg_map" ]; then
- echo "instalation incomplete (glougloud, gg_sniff, gg_map)"
- exit 1
+ echo "instalation incomplete (glougloud, gg_sniff, gg_map)"
+ exit 1
fi
-tmux start \;\
- new-session -d -s glouglou \;\
- neww -n "glougloud" "sudo $glougloud -v; bash" \;\
- neww -n "gg_sniff" "sudo $gg_sniff -v -i $iface" \;\
- neww -n "gg_map" "gg_map" \;\
- attach-session -t glouglou
+tmux start \;\
+ new-session -d -s glouglou \;\
+ neww -n "glougloud" "sudo $glougloud -v; bash" \;\
+ neww -n "gg_sniff" "sudo $gg_sniff -v -i $iface" \;\
+ neww -n "gg_map" "gg_map" \;\
+ attach-session -t glouglou