not debugging anymore
This commit is contained in:
4
waf.py
4
waf.py
@ -201,8 +201,8 @@ async def scan(log):
|
||||
if rule['store'] == 'suspects':
|
||||
store = suspects
|
||||
if 'in' in rule and rule['in'] in where:
|
||||
if rule['where'] == 'agent':
|
||||
print(where)
|
||||
# if rule['where'] == 'agent':
|
||||
# print(where)
|
||||
store.append(check(ip, host, date_position))
|
||||
break
|
||||
elif 'startswith' in rule and url.startswith(rule['startswith']) and 'notin' in rule and rule['notin'] not in url:
|
||||
|
Reference in New Issue
Block a user