Fix typo response module mimikatz #334

main
mpgn 2020-03-09 10:26:48 +01:00 committed by GitHub
parent 2aca373e33
commit ff167fa152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class CMEModule:
def on_response(self, context, response):
response.send_response(200)
response.end_headers()
length = int(rresponse.headers.get('content-length'))
length = int(response.headers.get('content-length'))
data = response.rfile.read(length).decode().decode()
# We've received the response, stop tracking this host