←back to thread

The NSA Selector

(github.com)
302 points anigbrowl | 3 comments | | HN request time: 0.481s | source
1. simpaticoder ◴[] No.44045989[source]
Really cool, but has anyone built software to do this locally on a PC? For example:

   sudo tcpdump -i "eth0" -w - -U | aplay -f S16_LE -r 44100
replies(2): >>44046783 #>>44049491 #
2. mzs ◴[] No.44046783[source]
snoop -a on solaris

https://slashdot.org/comments.pl?sid=46328&cid=477520411

3. Hypergraphe ◴[] No.44049491[source]
A good comment :)