mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
调整爆破模块参数
This commit is contained in:
@@ -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'--root --error-log {log_path} {dict_path} --filter OK ' \
|
||||||
f'--sndbuf 0 --rcvbuf 0'
|
f'--sndbuf 0 --rcvbuf 0'
|
||||||
logger.log('DEBUG', f'Run command {cmd}')
|
logger.log('DEBUG', f'Run command {cmd}')
|
||||||
print(cmd)
|
|
||||||
subprocess.run(args=cmd, shell=True)
|
subprocess.run(args=cmd, shell=True)
|
||||||
logger.log('DEBUG', f'Finished massdns')
|
logger.log('DEBUG', f'Finished massdns')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user