Commit 77e45081 by devilscream

Fix exploits ZTE F6XX Default root password

parent 5d5a2e16
......@@ -4,6 +4,7 @@ from routersploit import (
exploits,
print_success,
print_error,
mute
)
......@@ -55,7 +56,8 @@ class Exploit(exploits.Exploit):
except:
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