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: