added: ATT&CK reference to crack_windows module

This commit is contained in:
Rudraditya Thakur
2026-02-09 22:58:04 +05:30
parent c72d5128cb
commit 838ab7195f
@@ -26,6 +26,9 @@ class MetasploitModule < Msf::Auxiliary
'hdm',
'h00die' # hashcat integration
],
'References' => [
[ 'ATT&CK', Mitre::Attack::Technique::T1110_002_PASSWORD_CRACKING ]
],
'License' => MSF_LICENSE, # JtR itself is GPLv2, but this wrapper is MSF (BSD)
'Actions' => [
['john', { 'Description' => 'Use John the Ripper' }],