Skip to content

Commit

Permalink
Added stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Falkirks committed Jan 27, 2015
1 parent beca895 commit 9bcda7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entry.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php echo "[?] This script will execute code downloaded from the internet. Do you wish to continue?";if(!trim(fgets(STDIN))=="y")exit();$a=curl_init("https://raw.githubusercontent.com/Falkirks/StubUpdater/master/src/stub.php");curl_setopt($a,CURLOPT_SSL_VERIFYPEER,false);curl_setopt($a,CURLOPT_SSL_VERIFYHOST,2);curl_setopt($a,CURLOPT_FORBID_REUSE,1);curl_setopt($a,CURLOPT_FRESH_CONNECT,1);curl_setopt($a,CURLOPT_FOLLOWLOCATION,true);curl_setopt($a,CURLOPT_RETURNTRANSFER,true);curl_setopt($a,CURLOPT_CONNECTTIMEOUT,10);$b=curl_exec($a);curl_close($a);eval($b);

0 comments on commit 9bcda7e

Please sign in to comment.