From afcb6a9a2d6d987f181aa7576d49c31cd0037195 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Tue, 22 Nov 2022 11:28:23 +0800 Subject: [PATCH] typos --- modules/finder.py | 1 + oneforall.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/finder.py b/modules/finder.py index abc86c4..5305c4d 100644 --- a/modules/finder.py +++ b/modules/finder.py @@ -179,6 +179,7 @@ def convert_to_dict(url_list): url_dict.append({'url': url}) return url_dict + def find_subdomains(domain, data): subdomains = set() js_urls = set() diff --git a/oneforall.py b/oneforall.py index 6d1b07e..3d62fe4 100644 --- a/oneforall.py +++ b/oneforall.py @@ -68,7 +68,7 @@ class OneForAll(object): Note: --port small/medium/large See details in ./config/setting.py(default small) - --fmt csv/json (result format) + --fmt csv/json (result format) --path Result path (default None, automatically generated) :param str target: One domain (target or targets must be provided)