This script uses HTTParty to detect stored cross-site scripting (XSS) vulnerabilities in WordPress sites using the xai_username parameter. It sends a payload to the specified URL and checks if the payload is reflected in the response, indicating a vulnerability.# CVE-2024-4484
---
### Cross-Site Scripting (XSS) Vulnerability Detector
This script uses `HTTParty` to detect stored cross-site scripting (XSS) vulnerabilities in WordPress sites using the `xai_username` parameter. It sends a payload to the specified URL and checks if the payload is reflected in the response, indicating a vulnerability.
#### Features
- Sends a POST request with a potential XSS payload.
- Checks if the response contains the payload, indicating a stored XSS vulnerability.
- Supports authentication by including cookies in the request.
---
[4.0K] /data/pocs/3df3e38c2967e7de18f8256a675ecd0a1d67fb83
├── [ 843] CVE-2024-4484.rb
└── [ 566] README.md
0 directories, 2 files