debugging

This commit is contained in:
n.diaz
2024-11-26 08:20:49 +01:00
parent fd9485099e
commit 7e088119f9

1
waf.py
View File

@ -201,6 +201,7 @@ async def scan(log):
if rule['store'] == 'suspects':
store = suspects
if 'in' in rule and rule['in'] in where:
if rule['where'] == 'agent':
print(where)
store.append(check(ip, host, date_position))
break