为OneForAll入口添加path参数

This commit is contained in:
Jing Ling
2020-02-18 16:00:11 +08:00
parent 51307ae19c
commit 247cb65212
4 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -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: