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
@@ -579,7 +579,7 @@ class Brute(Module):
output_path = temp_dir.joinpath(output_name)
log_path = result_dir.joinpath('massdns.log')
check_dict()
logger.log('INFOR', f'Running massdns to resolve subdomains')
logger.log('INFOR', f'Running massdns to brute subdomains')
utils.call_massdns(massdns_path, dict_path, ns_path, output_path,
log_path, quiet_mode=self.quite,
process_num=self.process_num,
+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)
+1 -1
View File
@@ -52,7 +52,7 @@ git clone https://gitee.com/shmilylty/OneForAll.git
3. 安装相关依赖
```bash
cd OneForAll/
sudo yum install python3-devel python3-pip -y
sudo yum install gcc python3-devel python3-pip -y
sudo python3 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
sudo pip3 install uvloop -i https://mirrors.aliyun.com/pypi/simple/
sudo pip3 install --ignore-installed -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/