debugging
This commit is contained in:
1
waf3.py
1
waf3.py
@ -183,6 +183,7 @@ async def scan(log):
|
|||||||
date_position = splitted[3][1:]
|
date_position = splitted[3][1:]
|
||||||
# host = log.parent.parent.basename()
|
# host = log.parent.parent.basename()
|
||||||
host = log.splitall()[1]
|
host = log.splitall()[1]
|
||||||
|
print(log.splitall())
|
||||||
print(host)
|
print(host)
|
||||||
if ip not in whitelist_ips:
|
if ip not in whitelist_ips:
|
||||||
for rule in checklist:
|
for rule in checklist:
|
||||||
|
|||||||
Reference in New Issue
Block a user