calango@programming.dev to Programmer Humor@programming.dev · 3 months agoWho hasn't typed a risky command? Throw the first stone!programming.devimagemessage-square35linkfedilinkarrow-up1531file-text
arrow-up1531imageWho hasn't typed a risky command? Throw the first stone!programming.devcalango@programming.dev to Programmer Humor@programming.dev · 3 months agomessage-square35linkfedilinkfile-text
minus-square☭ghodawalaaman☭@programming.devlinkfedilinkarrow-up6·3 months 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