mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
a355d2c5b7
commit
45195cfe2b
|
@ -299,7 +299,7 @@ def daemon_http_get(self) -> None:
|
||||||
|
|
||||||
# suspicious headers
|
# suspicious headers
|
||||||
if contains_suspicious_headers(self.headers):
|
if contains_suspicious_headers(self.headers):
|
||||||
print('GET HTTP suspicious headers ' + str(self.headers))
|
print('GET HTTP suspicious headers 1 ' + str(self.headers))
|
||||||
http_403(self)
|
http_403(self)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,7 @@ def daemon_http_post(self) -> None:
|
||||||
|
|
||||||
# suspicious headers
|
# suspicious headers
|
||||||
if contains_suspicious_headers(self.headers):
|
if contains_suspicious_headers(self.headers):
|
||||||
print('POST HTTP suspicious headers ' + str(self.headers))
|
print('POST HTTP suspicious headers 2 ' + str(self.headers))
|
||||||
http_403(self)
|
http_403(self)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue