You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .gitignore | 4 years ago | |
| CMakeLists.txt | 4 years ago | |
| LICENSE | 4 years ago | |
| README.md | 4 years ago | |
| goog.json | 4 years ago | |
| teller.cc | 4 years ago | |
README.md
googerteller
audible feedback on just how much your browsing feeds into google
How to compile
First install libpcaudio, then:
cmake .
make
How to run:
sudo tcpdump -n -l dst net 1.2.3.4/32 $(for a in $(jq .prefixes < goog.json | grep ipv4Prefix | cut -f2 -d: | sed s/\"//g); do echo or dst net $a; done) | ./teller
And then cry.