Sudo rm -rf .

  • ghodawalaaman@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    6 hours ago

    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;