|
|
|
|
|
by weystrom
1402 days ago
|
|
sudo tcpdump -i en0 -n -l dst host 8.8.8.8 $(for a in $(curl -s https://raw.githubusercontent.com/berthubert/googerteller/main/goog-prefixes.txt); do echo or dst net $a; done) | while read; do tput bel; done
Link to read the list (remember to read what you curl | bash): https://raw.githubusercontent.com/berthubert/googerteller/ma... |
|