mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 02:27:12 -07:00
Merge branch 'master' of https://github.com/SpiderLabs/Responder
merged with latest version
This commit is contained in:
commit
f5b21d992a
1 changed files with 1 additions and 1 deletions
|
@ -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 :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue