From 69d84539a89f57083795e7e3b77e84ef6f37f415 Mon Sep 17 00:00:00 2001 From: "n.diaz" Date: Tue, 26 Nov 2024 08:14:19 +0100 Subject: [PATCH] updated --- update.sh | 2 +- waf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 9384ea0..bdb1c47 100755 --- a/update.sh +++ b/update.sh @@ -1,3 +1,3 @@ git pull pip install -r requirements.txt -cp waf3.py /var/opt/waf/waf3.py +cp waf.py /var/opt/waf/waf3.py diff --git a/waf.py b/waf.py index 18adb61..9863336 100644 --- a/waf.py +++ b/waf.py @@ -181,7 +181,7 @@ async def scan(log): suspects_404 = {} for line in log.lines(): splitted = line.split() - dump(splitted) + print(splitted) # dump(splitted[7].strip()) ip = splitted[0].strip() method = splitted[5].strip()[1:]