BEGIN{ srand();}{ split($3, host, ":"); bytes = int(rand() * 10) + 1; data = ("dd if=/dev/urandom bs=1 count=" bytes " 2>/dev/null"); r = system(data "|nc " host[1] " " host[2]); if (! r) print;}
Message too long. Click here to view full text.