This commit is contained in:
n.diaz
2024-11-25 20:23:20 +01:00
parent 8735d04c9e
commit 7ad2e4ab62

View File

@ -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