
Python exploit for CVE-2020-14882 targeting Oracle WebLogic servers with remote command execution via URL scanning and batch file processing.
Thank you NS-Sp4ce、Jas502n、s1kr10s、demon、斯文 reference: https://github.com/NS-Sp4ce/CVE-2020-14882 https://github.com/jas502n/CVE-2020-14882 https://github.com/s1kr10s/CVE-2020-14882
usage: CVE-2020-14882.py [-h] [-u URL] [-f FILE] [-c CMD]
optional arguments: -h, --help show this help message and exit -u URL, --url URL Target URL; Example:http://ip:port -f FILE, --file FILE Url File; Example:url.txt -c CMD, --cmd CMD Commands to be executed; Example_1: python CVE-2020-14882.py -f url.txt -c id
Example_2: python CVE-2020-14882.py -u http://ip:port -c id