https://github.com/al1ex/cve-2017-10271
CVE-2017-10271
https://github.com/al1ex/cve-2017-10271
cve-2017-10271 rce weblogic
Last synced: about 2 months ago
JSON representation
CVE-2017-10271
- Host: GitHub
- URL: https://github.com/al1ex/cve-2017-10271
- Owner: Al1ex
- Created: 2020-11-18T02:31:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T02:31:50.000Z (over 5 years ago)
- Last Synced: 2025-08-31T22:27:41.215Z (9 months ago)
- Topics: cve-2017-10271, rce, weblogic
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 简易说明
+ 命令执行并回显
+ 直接上传shell
+ linux下weblogic 10.3.6.0测试OK
#### 使用方法
+ python weblogic_wls_wsat_exp.py -t 172.16.80.131:7001
```bash
usage: weblogic_wls_wsat_exp.py [-h] -t TARGET [-c CMD] [-o OUTPUT] [-s SHELL]
optional arguments:
-h, --help show this help message and exit
-t TARGET, --target TARGET
weblogic ip and port(eg -> 172.16.80.131:7001)
-c CMD, --cmd CMD command to execute,default is "id"
-o OUTPUT, --output OUTPUT
output file name,default is output.txt
-s SHELL, --shell SHELL
local jsp file name to upload,and set -o xxx.jsp
```
Example:
~~~
python2 weblogic_wls_wsat_exp_win.py -t 192.168.174.144:7001 -c "whoami"
~~~
