Update payload.sh

pull/65/head
BuffBaby253 2024-09-17 12:19:41 -07:00 committed by GitHub
parent cb64802ff5
commit 6f8d44d068
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,8 @@
LOOT_DIR=/root/loot/pcaps
INTERFACE="eth0"
seconds=60
# preparing for capture
@ -34,8 +36,7 @@ LED ATTACK
# using tcpdump to capture network traffic and save to loot directory
tcpdump -i $INTERFACE -w $LOOT_DIR/net-traffic_$COUNT.txt &
# sleep command will let it run for 1 minute, or you can edit to run however much you want
seconds=60
# sleep command will let it run for amount of seconds selected
sleep $seconds
# end capture