From 1ac2f2c75e0a3eed2d3eddabf91cd25b28574a50 Mon Sep 17 00:00:00 2001 From: "n.diaz" Date: Tue, 26 Nov 2024 08:35:06 +0100 Subject: [PATCH] not debugging anymore --- waf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waf.py b/waf.py index 7667e9e..67842e0 100644 --- a/waf.py +++ b/waf.py @@ -201,8 +201,8 @@ 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) + # if rule['where'] == 'agent': + # print(where) store.append(check(ip, host, date_position)) break elif 'startswith' in rule and url.startswith(rule['startswith']) and 'notin' in rule and rule['notin'] not in url: