Update payload.sh

added variable
pull/65/head
BuffBaby253 2024-09-16 12:25:56 -07:00 committed by GitHub
parent 26040becb0
commit cb64802ff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ LED ATTACK
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
sleep 60
seconds=60
sleep $seconds
# end capture
killall tcpdump