mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-15 20:29:05 +00:00
Merge branch 'master' of https://github.com/SpiderLabs/Responder
merged with latest version
This commit is contained in:
@@ -1498,7 +1498,7 @@ def InjectData(data):
|
||||
return Gzip
|
||||
else:
|
||||
return data
|
||||
if "Content-Type: text/html" in Headers:
|
||||
if "content-type: text/html" in Headers.lower():
|
||||
Len = ''.join(re.findall('(?<=Content-Length: )[^\r\n]*', Headers))
|
||||
HasHTML = re.findall('(?<=<html)[^<]*', Content)
|
||||
if HasHTML :
|
||||
|
||||
Reference in New Issue
Block a user