Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- sudo tcpdump -w tmp.cap -s 0 -i eth0
- sudo tcpdump -X -r tmp.cap | grep -B 5 -A 20 Started.play
- #uncomment if you need to find the new tcUrl
- #sudo tcpdump -X -r tmp.cap | grep -B 5 -A 20 connect
- sudo rm tmp.cap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement