mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 01:41:00 +00:00
Update server.py
This commit is contained in:
parent
07dabf64e6
commit
28a0835827
|
@ -213,7 +213,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
||||||
|
|
||||||
# check ID with EnglishWords5 strategy
|
# check ID with EnglishWords5 strategy
|
||||||
if all(map(has_known_word, matches)):
|
if all(map(has_known_word, matches)):
|
||||||
score += 1
|
score += 2
|
||||||
|
|
||||||
# make decision
|
# make decision
|
||||||
if score > 1:
|
if score > 1:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user