mirror of
https://github.com/hak5/packetsquirrel-payloads.git
synced 2025-12-19 09:48:47 +00:00
Added -s 0 so tcpdump doesn't truncate packets (#28)
This commit is contained in:
committed by
Sebastian Kinne
parent
261fb62b10
commit
5243fe675b
@@ -49,7 +49,7 @@ function run() {
|
|||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
# Start tcpdump on the bridge interface
|
# Start tcpdump on the bridge interface
|
||||||
tcpdump -i br-lan -w /mnt/loot/tcpdump/dump_$(date +%Y-%m-%d-%H%M%S).pcap &>/dev/null &
|
tcpdump -i br-lan -s 0 -w /mnt/loot/tcpdump/dump_$(date +%Y-%m-%d-%H%M%S).pcap &>/dev/null &
|
||||||
tpid=$!
|
tpid=$!
|
||||||
|
|
||||||
# Wait for button to be pressed (disable button LED)
|
# Wait for button to be pressed (disable button LED)
|
||||||
|
|||||||
Reference in New Issue
Block a user