fixit
This commit is contained in:
6
waf3.py
6
waf3.py
@ -181,11 +181,7 @@ async def scan(log):
|
||||
url = splitted[6].strip()
|
||||
status = splitted[8].strip()
|
||||
date_position = splitted[3][1:]
|
||||
# host = log.parent.parent.basename()
|
||||
host = log.splitall()[1]
|
||||
print("wtf")
|
||||
print(log.splitall())
|
||||
print(host)
|
||||
host = log.splitall()[2]
|
||||
if ip not in whitelist_ips:
|
||||
for rule in checklist:
|
||||
where = url
|
||||
|
Reference in New Issue
Block a user