Commit 773802ad by lucyoa

Fixing target port issue

parent ad2ff4eb
......@@ -58,7 +58,7 @@ class Exploit(exploits.Exploit):
tn.close()
except:
print_error("Connection error {}:{}".format(self.target, self.port))
print_error("Connection error {}:23".format(self.target))
@mute
def check(self):
......
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