This commit is contained in:
Jing Ling
2020-05-13 00:54:34 +08:00
parent 6df4e8df40
commit 3242149c13
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ def run_resolve(domain, data):
ns_path = setting.brute_nameservers_path
logger.log('INFOR', f'Running massdns to brute subdomains')
logger.log('INFOR', f'Running massdns to resolve subdomains')
utils.call_massdns(massdns_path, save_path, ns_path,
output_path, log_path, quiet_mode=True)