Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skelsec committed Sep 19, 2019
1 parent 2306432 commit 176cad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypykatz/lsadecryptor/lsa_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_template(sysinfo):
template.key_handle_struct = KIWI_BCRYPT_HANDLE_KEY


elif sysinfo.buildnumber <= WindowsBuild.WIN_10_1809.value:
elif sysinfo.buildnumber < WindowsBuild.WIN_10_1809.value:
key_pattern = LSADecyptorKeyPattern()
key_pattern.signature = b'\x83\x64\x24\x30\x00\x48\x8d\x45\xe0\x44\x8b\x4d\xd8\x48\x8d\x15'
key_pattern.IV_length = 16
Expand Down

0 comments on commit 176cad9

Please sign in to comment.