
Proof-of-concept exploit for CVE-2021-21311, an SSRF vulnerability in Adminer database management tool versions 4.0.0–4.7.8. Includes a Python exploit script with redirect and listener options for security research and testing.
SSRF(Server-side Request Forgery) in Adminer
(Open Source Database Management tool)
from v4.0.0 ~ v4.7.8 (patched at v4.7.9)
exploit.py [-h] -target TARGET -redirect REDIRECT -host HOST [-port PORT]
options:
-h, --help show this help message and exit
-target TARGET url of target
-redirect REDIRECT url for redirect path
-host HOST host ip to listen
-port PORT listening server port

All content provied by this repository is meant for research, educational, and threat detection purpose only.
Please use wisely.