From df735dd286d3568dfb7a7b21b7560c7d70d54e49 Mon Sep 17 00:00:00 2001 From: funtimes-ninja Date: Wed, 11 Jan 2017 12:53:31 -0500 Subject: [PATCH] Update dshield.py (#404) --- cowrie/output/dshield.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cowrie/output/dshield.py b/cowrie/output/dshield.py index 68143c9b..89dfcbc7 100644 --- a/cowrie/output/dshield.py +++ b/cowrie/output/dshield.py @@ -86,8 +86,7 @@ class Output(cowrie.core.output.Output): base64.b64decode(self.auth_key), hashlib.sha256).digest()) auth_header = 'credentials={0} nonce={1} userid={2}'.format(digest, _nonceb64, self.userid) headers = {'X-ISC-Authorization': auth_header, - 'Content-Type':'text/plain', - 'Content-Length': str(len(log_output))} + 'Content-Type':'text/plain'} #log.msg(headers) if self.debug: