
PoC exploit for CVE-2021-46422, an OS command injection vulnerability in Korean wireless routers. Includes a Python script for single or batch URL verification using the Pocsuite framework.
git clone https://github.com/kelemaoya/CVE-2021-46422.git
cd CVE-2021-46422
pip3 install -r requirements.txt
Single URL
pocsuite -r ../CVE-2021-46422.py -u url --verify
Batch URLs
pocsuite -r ../CVE-2021-46422.py -f url.txt --verify
## Disclaimer 🧐
This tool is intended only for legitimate and authorized enterprise security assessments. If you need to test the usability of this tool, please set up your own test environment.
When using this tool for testing, you must ensure that the action complies with local laws and regulations and that you have obtained sufficient authorization. Do not scan unauthorized targets.
If you engage in any illegal activities while using this tool, you shall bear the corresponding consequences yourself. We will not assume any legal or joint liability.