mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
typos
This commit is contained in:
@@ -579,7 +579,7 @@ class Brute(Module):
|
|||||||
output_path = temp_dir.joinpath(output_name)
|
output_path = temp_dir.joinpath(output_name)
|
||||||
log_path = result_dir.joinpath('massdns.log')
|
log_path = result_dir.joinpath('massdns.log')
|
||||||
check_dict()
|
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,
|
utils.call_massdns(massdns_path, dict_path, ns_path, output_path,
|
||||||
log_path, quiet_mode=self.quite,
|
log_path, quiet_mode=self.quite,
|
||||||
process_num=self.process_num,
|
process_num=self.process_num,
|
||||||
|
|||||||
+1
-1
@@ -161,7 +161,7 @@ def run_resolve(domain, data):
|
|||||||
|
|
||||||
ns_path = setting.brute_nameservers_path
|
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,
|
utils.call_massdns(massdns_path, save_path, ns_path,
|
||||||
output_path, log_path, quiet_mode=True)
|
output_path, log_path, quiet_mode=True)
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ git clone https://gitee.com/shmilylty/OneForAll.git
|
|||||||
3. 安装相关依赖
|
3. 安装相关依赖
|
||||||
```bash
|
```bash
|
||||||
cd OneForAll/
|
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 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 uvloop -i https://mirrors.aliyun.com/pypi/simple/
|
||||||
sudo pip3 install --ignore-installed -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
sudo pip3 install --ignore-installed -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
||||||
|
|||||||
Reference in New Issue
Block a user