Sploitus

Exploit for SQL Injection in Wordpress

githubexploit Β· 2024-01-04

Exploit Code

README23 lines
## https://sploitus.com/exploit?id=DCFDE438-2A01-5C6F-BE52-EABE22CA4371
# WordPress CVE-2022-21661 Scanner

## Usage

```bash
python wordpress_scanner.py -H  -p  -ssl  -proxy  -path 
```

## Help
```
WordPress Scanner for CVE-2022-21661

options:
  -h, --help            show this help message and exit
  -H HOST, --host HOST  Host or IP address
  -p PORT, --port PORT  Port number
  -ssl, --ssl_support   Support SSL/TLS
  -proxy PROXY, --proxy PROXY
                        Proxy address (e.g., http://localhost:8080/)
  -path PATH, --path PATH
                        Custom path for validation, default: /wp-admin/admin-ajax.php
```