Commit 70ca6305 by fwkz

Removing unnecessary print statement.

parent c3f817ab
...@@ -36,7 +36,6 @@ class Exploit(exploits.Exploit): ...@@ -36,7 +36,6 @@ class Exploit(exploits.Exploit):
credentials = [] credentials = []
def run(self): def run(self):
print self.verbosity
self.credentials = [] self.credentials = []
ssh = paramiko.SSHClient() ssh = paramiko.SSHClient()
......
...@@ -276,4 +276,4 @@ def http_request(method, url, **kwargs): ...@@ -276,4 +276,4 @@ def http_request(method, url, **kwargs):
def boolify(value): def boolify(value):
return strtobool(value) return bool(strtobool(value))
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