mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
typos
This commit is contained in:
@@ -578,7 +578,6 @@ class Brute(Module):
|
||||
:param str format: Result format (default csv)
|
||||
:param str path: Result directory (default None)
|
||||
"""
|
||||
|
||||
def __init__(self, target=None, targets=None, process=None, concurrent=None,
|
||||
word=False, wordlist=None, recursive=False, depth=None, nextlist=None,
|
||||
fuzz=False, place=None, rule=None, fuzzlist=None, export=True,
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ def update_data(data, infos):
|
||||
"""
|
||||
logger.log('DEBUG', f'Updating resolved results')
|
||||
if not infos:
|
||||
logger.log('ERROR', f'No valid resolved result')
|
||||
logger.log('ALERT', f'No valid resolved result')
|
||||
return data
|
||||
for index, items in enumerate(data):
|
||||
if items.get('ip'):
|
||||
|
||||
Reference in New Issue
Block a user