mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
为OneForAll入口添加path参数
This commit is contained in:
@@ -302,7 +302,7 @@ class AIOBrute(Module):
|
||||
logger.log('DEBUG', f'{self.source}模块发现{self.domain}的域名:\n'
|
||||
f'{self.subdomains}')
|
||||
if not self.path:
|
||||
name = f'{self.domain}_brute.{self.format}'
|
||||
name = f'{self.domain}_brute_result.{self.format}'
|
||||
self.path = config.result_save_path.joinpath(name)
|
||||
# 数据库导出
|
||||
if self.export:
|
||||
|
||||
Reference in New Issue
Block a user