Skip to content

Instantly share code, notes, and snippets.

@mike-marshall0164
Created April 22, 2020 00:08
Show Gist options
  • Save mike-marshall0164/bcd9f123327eed3c82c64e143a0cdf3b to your computer and use it in GitHub Desktop.
Save mike-marshall0164/bcd9f123327eed3c82c64e143a0cdf3b to your computer and use it in GitHub Desktop.
This is to keep the website from self destructing!
#!/bin/bash
while true;do
curl --location --request POST 'https://www.thiswebsitewillselfdestruct.com/api/send_letter' \
--header 'Referer: https://www.thiswebsitewillselfdestruct.com/' \
--header 'Content-Type: multipart/form-data; boundary=---------------------------87394993527717946741136894592' \
--header 'Origin: https://www.thiswebsitewillselfdestruct.com' \
--form 'body=Ill never let go computer';sleep 43200;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment