Commit 6b3dc9bd by Riswanda N.S Committed by GitHub

Update ZTE F609 Config Disclosure exploit

parent e60d10b2
...@@ -75,7 +75,7 @@ class Exploit(exploits.Exploit): ...@@ -75,7 +75,7 @@ class Exploit(exploits.Exploit):
if i != -1: if i != -1:
return False # target is not vulnerable return False # target is not vulnerable
else: else:
if any(map(lambda x: x in res, ["<DM name="])): if "<DM name=" in res:
return True # target is vulnerable return True # target is vulnerable
except: except:
return False # target is not vulnerable return False # target is not vulnerable
......
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