
Script de explotación en Python para CVE-2018-1133 (Moodle Evil Teacher) que permite la ejecución remota de comandos autenticados en instancias vulnerables de Moodle.
Este repositorio contiene un script de explotación en Python para el exploit del profesor malvado de Moodle (CVE-2018-1133).
usage: Moodle Evil Teacher Exploit [-h] -u URL -l LOGIN -p PASSWORD -c COMMAND [-P PROXY]
options:
-h, --help show this help message and exit
-u URL, --url URL Target URL
-l LOGIN, --login LOGIN
Login username
-p PASSWORD, --password PASSWORD
Login password
-c COMMAND, --command COMMAND
Command to execute (Note: this is blind so maybe try a reverse shell or something)
-P PROXY, --proxy PROXY
Proxy (optional)