←back to thread

The NSA Selector

(github.com)
302 points anigbrowl | 9 comments | | HN request time: 0.322s | source | bottom
1. tptacek ◴[] No.44045027[source]
There used to be a thing on SunOS (I think) where you'd get `ping` to write to /dev/audio so you could diagnose network stuff by sound.
replies(3): >>44045242 #>>44045529 #>>44045558 #
2. fuddy ◴[] No.44045242[source]
One of the funnier parameters to encounter in the snoop manpage.
3. monster_truck ◴[] No.44045529[source]
You can still do this with /dev/dsp or similar. Might need sudo these days

`cat /dev/urandom > /dev/dsp`

replies(2): >>44045960 #>>44047258 #
4. schoen ◴[] No.44045558[source]
You can "ping -a" nowadays to get beeps for each reply, but it's not quite as cool!
5. jdthedisciple ◴[] No.44045960[source]
thanks this almost crashed my pc
replies(1): >>44046272 #
6. dylan604 ◴[] No.44046272{3}[source]
some people learn the hard way that blindly copying and pasting things from the interweb directly to a terminal is not always the best of ideas. some times, they're bloody brilliant
replies(1): >>44046406 #
7. dgfitz ◴[] No.44046406{4}[source]
curl $url | bash is probably the only worse culprit.
replies(1): >>44046628 #
8. nicce ◴[] No.44046746{6}[source]
Some people are just evil.
9. rfl890 ◴[] No.44047258[source]
For a more modern approach, try ffplay: cat /dev/urandom | ffplay -f s16le -