From 90d20819699dec4c18aedcbdd81b1a57fb9708b4 Mon Sep 17 00:00:00 2001 From: "n.diaz" Date: Mon, 25 Nov 2024 20:18:52 +0100 Subject: [PATCH] debugging --- waf3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/waf3.py b/waf3.py index e8118e6..3c065bc 100644 --- a/waf3.py +++ b/waf3.py @@ -183,6 +183,7 @@ async def scan(log): date_position = splitted[3][1:] # host = log.parent.parent.basename() host = log.splitall()[1] + print(log.splitall()) print(host) if ip not in whitelist_ips: for rule in checklist: