Projects STRLCPY GOAD Commits 69ae1a1b
🤬
  • ■ ■ ■ ■ ■
    ansible/roles/vulns/ntlmdowngrade/tasks/main.yml
    1 1  # values : https://learn.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/network-security-lan-manager-authentication-level
     2 +# NTLMv1 downgrade attacks are possible with LmCompatibilityLevel 2 and below
    2 3  - name: Enable LmCompatibilityLevel
    3 4   win_regedit:
    4 5   path: HKLM:\System\CurrentControlSet\Control\Lsa
    5 6   name: LmCompatibilityLevel
    6  - data: 0x3
     7 + data: 0x2
    7 8   type: dword
     9 + 
Please wait...
Page is in error, reload to recover