Skip to content

Instantly share code, notes, and snippets.

View mike-marshall0164's full-sized avatar
🏠
Working from home

Mike Marshall mike-marshall0164

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mike-marshall0164 on github.
  • I am lordsalem (https://keybase.io/lordsalem) on keybase.
  • I have a public key ASCyknDo1y97SrlqHMfXMZZ0ytDYv_SroDdgvMqKWYX-0Ao

To claim this, I am signing this object:

@mike-marshall0164
mike-marshall0164 / keepCurlingAndNoWebsiteDies.sh
Created April 22, 2020 00:08
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