←back to thread

The NSA Selector

(github.com)
302 points anigbrowl | 3 comments | | HN request time: 0s | source
Show context
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 #
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 #
jdthedisciple ◴[] No.44045960[source]
thanks this almost crashed my pc
replies(1): >>44046272 #
1. dylan604 ◴[] No.44046272[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 #
2. dgfitz ◴[] No.44046406[source]
curl $url | bash is probably the only worse culprit.
replies(1): >>44046628 #
3. nicce ◴[] No.44046746{3}[source]
Some people are just evil.