calango@programming.dev to Programmer Humor@programming.dev · 1 day agoWho hasn't typed a risky command? Throw the first stone!programming.devimagemessage-square34linkfedilinkarrow-up1501arrow-down113file-text
arrow-up1488arrow-down1imageWho hasn't typed a risky command? Throw the first stone!programming.devcalango@programming.dev to Programmer Humor@programming.dev · 1 day agomessage-square34linkfedilinkfile-text
minus-squareghodawalaaman@programming.devlinkfedilinkarrow-up4·3 hours agoI found this magical command to send 50kb of random text data to meta’s server to fill up their database with garbage data. I don’t know how to do it on massive scale but at least I am doing my part by running this command 24/7 :) while true; do echo "$(openssl rand -hex 500000)" | netcat instagram.com 80 & disown; done;
I found this magical command to send 50kb of random text data to meta’s server to fill up their database with garbage data. I don’t know how to do it on massive scale but at least I am doing my part by running this command 24/7 :)
while true; do echo "$(openssl rand -hex 500000)" | netcat instagram.com 80 & disown; done;love it :D