Go to file
bert hubert 6dc02ef81f initial
2022-08-21 22:48:40 +02:00
.gitignore Initial commit 2022-08-21 21:41:01 +02:00
CMakeLists.txt initial 2022-08-21 22:48:40 +02:00
goog.json initial 2022-08-21 22:48:40 +02:00
LICENSE Initial commit 2022-08-21 21:41:01 +02:00
README.md initial 2022-08-21 22:48:40 +02:00
teller.cc initial 2022-08-21 22:48:40 +02:00

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.