This commit is contained in:
simono41 2018-07-19 16:35:22 +02:00
parent a84a9dc416
commit 8f30d7255c
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ test2.apk
test apk.apk
test apk1.apk
xnee.xns
out.txt

View file

@ -32,7 +32,7 @@ sleep 2
if [ -z "$3" ]; then
tcpkill -9 host $ip
elif [ "$3" == "tcpdump" ]; then
tcpdump -i $modul -A host $ip >> out.txt
tcpdump -i $modul -A host $ip > out.txt
else
dsniff -i $modul -w out.txt
dsniff -i $modul -mc > out.txt
fi