Skip to content

Commit 3242149

Browse files
committed
typos
1 parent 6df4e8d commit 3242149

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

brute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def main(self, domain):
579579
output_path = temp_dir.joinpath(output_name)
580580
log_path = result_dir.joinpath('massdns.log')
581581
check_dict()
582-
logger.log('INFOR', f'Running massdns to resolve subdomains')
582+
logger.log('INFOR', f'Running massdns to brute subdomains')
583583
utils.call_massdns(massdns_path, dict_path, ns_path, output_path,
584584
log_path, quiet_mode=self.quite,
585585
process_num=self.process_num,

common/resolve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def run_resolve(domain, data):
161161

162162
ns_path = setting.brute_nameservers_path
163163

164-
logger.log('INFOR', f'Running massdns to brute subdomains')
164+
logger.log('INFOR', f'Running massdns to resolve subdomains')
165165
utils.call_massdns(massdns_path, save_path, ns_path,
166166
output_path, log_path, quiet_mode=True)
167167

docs/installation_dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ git clone https://gitee.com/shmilylty/OneForAll.git
5252
3. 安装相关依赖
5353
```bash
5454
cd OneForAll/
55-
sudo yum install python3-devel python3-pip -y
55+
sudo yum install gcc python3-devel python3-pip -y
5656
sudo python3 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
5757
sudo pip3 install uvloop -i https://mirrors.aliyun.com/pypi/simple/
5858
sudo pip3 install --ignore-installed -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

0 commit comments

Comments
 (0)