Commit fc4f3d53 by fwkz

Asmax exploit cosmetics.

parent f095e44f
......@@ -43,9 +43,9 @@ class Exploit(exploits.Exploit):
return
tokens = [
("Admin", r"pwdAdmin = '(.+?)'"),
("Support", r"pwdSupport = '(.+?)'"),
("User", r"pwdUser = '(.+?)'")
("admin", r"pwdAdmin = '(.+?)'"),
("support", r"pwdSupport = '(.+?)'"),
("user", r"pwdUser = '(.+?)'")
]
for token in tokenize(tokens, response):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment