Projects STRLCPY GOAD Commits e20917a3
🤬
  • ■ ■ ■ ■ ■ ■
    ansible/roles/vulns/ntlmdowngrade/tasks/main.yml
     1 +# values : https://learn.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/network-security-lan-manager-authentication-level
     2 +- name: Enable LmCompatibilityLevel
     3 + win_regedit:
     4 + path: HKLM:\System\CurrentControlSet\Control\Lsa
     5 + name: LmCompatibilityLevel
     6 + data: 0x3
     7 + type: dword
  • ■ ■ ■ ■ ■
    ansible/vulnerabilities.yml
    skipped 45 lines
    46 46  - name: "Setup vulnerabilities dc03"
    47 47   hosts: dc03
    48 48   roles:
     49 + - { role: "vulns/ntlmdowngrade", tags: 'openshares'}
    49 50   vars:
    50 51   script_path: "../ad/{{domain_name}}/scripts"
    51 52   
    skipped 6 lines
Please wait...
Page is in error, reload to recover