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)