mirror of https://gitlab.com/bashrc2/epicyon
More suspicious headers
parent
2b331c5479
commit
b62ebad9d1
|
|
@ -274,7 +274,7 @@ def contains_suspicious_headers(headers: {}) -> bool:
|
|||
'Think-lang' in headers:
|
||||
return True
|
||||
headers_str = str(headers)
|
||||
sus_strings = ('../../', 'index.php', 'passwd')
|
||||
sus_strings = ('../../', '.php/', 'index.php', 'passwd')
|
||||
if string_contains(headers_str, sus_strings):
|
||||
return True
|
||||
return False
|
||||
|
|
|
|||
Loading…
Reference in New Issue