
Script di exploit in Python per CVE-2018-1133 (Moodle Evil Teacher) che consente l'esecuzione remota di comandi autenticata su istanze Moodle vulnerabili.
Questo repository contiene uno script Python di exploit per il Moodle Evil Teacher exploit (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)