Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dr0op/shiro-550-with-NoCC
Shiro-550 不依赖CC链利用工具
https://github.com/dr0op/shiro-550-with-NoCC
Last synced: 21 days ago
JSON representation
Shiro-550 不依赖CC链利用工具
- Host: GitHub
- URL: https://github.com/dr0op/shiro-550-with-NoCC
- Owner: dr0op
- License: gpl-3.0
- Created: 2021-05-11T09:59:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T06:51:16.000Z (6 months ago)
- Last Synced: 2024-08-05T17:41:44.930Z (4 months ago)
- Homepage:
- Size: 19.5 KB
- Stars: 443
- Watchers: 6
- Forks: 49
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - dr0op/shiro-550-with-NoCC - Shiro-550 不依赖CC链利用工具 (Others)
README
# Shiro-550-with-NoCC
Shiro550 无Commons-collections依赖利用工具:
1. 使用Shiro自身利用链,不依赖Commons-collections库
2. 命令回显,依赖tomcat,支持tomcat7
3. 无限制命令执行,去除java命令执行不能使用管道和重定向符号的限制,如:
```shell
cat /etc/passwd | grep root; echo 8416e1521a05a271074df8417177d090 > /tmp/1; cat 1
``````shell
root:x:0:0:root:/root:/bin/bash
8416e1521a05a271074df8417177d090
命令执行成功
```
# 免责声明
该工具仅用于安全研究、企业安全自查使用,请勿用于非法用途。# REFERENCE
https://www.leavesongs.com/PENETRATION/commons-beanutils-without-commons-collections.html