Commit 0e94b3f1 by devilscream

Fix exploits ZTE F6xx default root password

parent 5d98e2bf
......@@ -56,7 +56,6 @@ class Exploit(exploits.Exploit):
print_error("Connection Error")
return
@mute
def check(self):
try:
tn = telnetlib.Telnet(self.target, 23)
......
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