Commit 1cfdae6f by Renos Stoikos Committed by GitHub

replaced tabs with spaces

replaced tabs with spaces
parent 0087eced
...@@ -8,6 +8,7 @@ from routersploit import ( ...@@ -8,6 +8,7 @@ from routersploit import (
validators, validators,
) )
class Exploit(exploits.Exploit): class Exploit(exploits.Exploit):
""" """
This exploit targets a vulnerability in the Cisco IOS HTTP Server. This exploit targets a vulnerability in the Cisco IOS HTTP Server.
...@@ -57,3 +58,4 @@ class Exploit(exploits.Exploit): ...@@ -57,3 +58,4 @@ class Exploit(exploits.Exploit):
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