Commit 98fb3dd7 by 0BuRner Committed by GitHub

Update dwg855_authbypass.py

parent 0bf6b310
...@@ -55,8 +55,8 @@ class Exploit(exploits.Exploit): ...@@ -55,8 +55,8 @@ class Exploit(exploits.Exploit):
else: else:
print_error("Unknown error, submit an issue.") print_error("Unknown error, submit an issue.")
@mute
def check(self): def check(self):
url = sanitize_url("{}:{}/logo.jpg".format(self.target, self.port)) url = sanitize_url("{}:{}/logo.jpg".format(self.target, self.port))
user_agent = 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)' user_agent = 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)'
headers = {'User-Agent': user_agent, headers = {'User-Agent': user_agent,
......
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