Commit 1417d5e5 by Renos Stoikos Committed by GitHub

fixed more style issues

corrected W291, E261, W293, W391 issues
parent 1cfdae6f
...@@ -22,7 +22,7 @@ class Exploit(exploits.Exploit): ...@@ -22,7 +22,7 @@ class Exploit(exploits.Exploit):
'to bypass authentication and execute arbitrary commands, ' 'to bypass authentication and execute arbitrary commands, '
'when local authorization is being used, by specifying a high access level in the URL.', 'when local authorization is being used, by specifying a high access level in the URL.',
'authors': [ 'authors': [
'Author', 'Renos Stoikos rstoikos[at]gmail.com'# routesploit module 'Author', 'Renos Stoikos rstoikos[at]gmail.com' # routesploit module
], ],
'references': [ 'references': [
'http://www.cvedetails.com/cve/cve-2001-0537', 'http://www.cvedetails.com/cve/cve-2001-0537',
...@@ -57,5 +57,4 @@ class Exploit(exploits.Exploit): ...@@ -57,5 +57,4 @@ class Exploit(exploits.Exploit):
print_info(response.text) print_info(response.text)
break break
else: else:
print_error("Exploit failed - could not execute command for level",num) print_error("Exploit failed - could not execute command for level", num)
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