Convert %UserPass% word to lowercase

This commit is contained in:
Ahmed Farid
2022-08-29 18:25:26 +01:00
committed by GitHub
parent 141b65fea8
commit baa0fd4148

View File

@@ -78,7 +78,7 @@ private string suspicious() {
result =
[
"%password%", "%passwd%", "%pwd%", "%refresh%token%", "%secret%token", "%secret%key",
"%passcode%", "%passphrase%", "%token%", "%secret%", "%credential%", "%UserPass%"
"%passcode%", "%passphrase%", "%token%", "%secret%", "%credential%", "%userpass%"
]
}