Skip to content

Commit bb95e0f

Browse files
committed
Add "passw" as keyword
1 parent 1b4081e commit bb95e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/powershell_history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def options(self, context, module_options):
2020
def analyze_history(self, history):
2121
"""Analyze PowerShell history for sensitive information."""
2222
sensitive_keywords = [
23-
"password", "passwd", "secret", "credential", "key",
23+
"password", "passwd", "passw", "secret", "credential", "key",
2424
"get-credential", "convertto-securestring", "set-localuser",
2525
"new-localuser", "set-adaccountpassword", "new-object system.net.webclient",
2626
"invoke-webrequest", "invoke-restmethod"

0 commit comments

Comments
 (0)