Commit ff2a135b by Renos Stoikos Committed by GitHub

PEP 8 corrections

E261 at least two spaces before inline comment .
parent 1417d5e5
......@@ -33,7 +33,7 @@ class Exploit(exploits.Exploit):
}
target = exploits.Option('', 'Target address e.g. http://192.168.1.1', validators=validators.url) # target address
port = exploits.Option(80, 'Target port') # default port
port = exploits.Option(80, 'Target port') # default port
show_command = exploits.Option('show startup-config', 'Command to be executed e.g show startup-config')
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