From 0fde621c01ffc4dd9f331059e46845427b2e441d Mon Sep 17 00:00:00 2001 From: "n.diaz" Date: Tue, 26 Nov 2024 08:17:01 +0100 Subject: [PATCH] debugging --- waf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waf.py b/waf.py index 9863336..311d602 100644 --- a/waf.py +++ b/waf.py @@ -181,8 +181,8 @@ async def scan(log): suspects_404 = {} for line in log.lines(): splitted = line.split() - print(splitted) - # dump(splitted[7].strip()) + # print(splitted) + print(splitted[7].strip()) ip = splitted[0].strip() method = splitted[5].strip()[1:] url = splitted[6].strip()