Commit e3ff667c by devilscream

Add exploits ZTE F6XX default root password

parent 5454bf94
......@@ -50,6 +50,7 @@ class Exploit(exploits.Exploit):
else:
if any(map(lambda x: x in res, ["#", "$", ">"])):
print_success("Telnet - Successful authentication")
tn.write("\r\n")
tn.interact()
tn.close()
......
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