调整爆破模块参数

This commit is contained in:
JrD
2020-08-18 15:46:07 +08:00
parent 6bec2152b8
commit 15e96800fa
-1
View File
@@ -639,7 +639,6 @@ def call_massdns(massdns_path, dict_path, ns_path, output_path, log_path,
f'--root --error-log {log_path} {dict_path} --filter OK ' \
f'--sndbuf 0 --rcvbuf 0'
logger.log('DEBUG', f'Run command {cmd}')
print(cmd)
subprocess.run(args=cmd, shell=True)
logger.log('DEBUG', f'Finished massdns')