This commit is contained in:
Adrien Maret 2022-08-22 13:35:23 +02:00 committed by GitHub
commit e5abbadc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ audible feedback on just how much your browsing feeds into google
By bert@hubertnet.nl / https://berthub.eu/
## How to compile
First install libpcaudio (libpcaudio-dev), then:
First install libpcaudio (libpcaudio-dev) and build tools (cmake, build-essential), then:
```
cmake .
@ -14,7 +15,7 @@ make
## How to run:
```
sudo tcpdump -n -l dst net 192.0.2.1/32 $(for a in $(cat goog-prefixes.txt); do echo or dst net $a; done) | ./teller
sudo tcpdump -i any -n -l dst net 192.0.2.1/32 $(for a in $(cat goog-prefixes.txt); do echo or dst net $a; done) | ./teller
```
And then cry.