mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
typos
This commit is contained in:
@@ -179,6 +179,7 @@ def convert_to_dict(url_list):
|
|||||||
url_dict.append({'url': url})
|
url_dict.append({'url': url})
|
||||||
return url_dict
|
return url_dict
|
||||||
|
|
||||||
|
|
||||||
def find_subdomains(domain, data):
|
def find_subdomains(domain, data):
|
||||||
subdomains = set()
|
subdomains = set()
|
||||||
js_urls = set()
|
js_urls = set()
|
||||||
|
|||||||
+1
-1
@@ -68,7 +68,7 @@ class OneForAll(object):
|
|||||||
|
|
||||||
Note:
|
Note:
|
||||||
--port small/medium/large See details in ./config/setting.py(default small)
|
--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)
|
--path Result path (default None, automatically generated)
|
||||||
|
|
||||||
:param str target: One domain (target or targets must be provided)
|
:param str target: One domain (target or targets must be provided)
|
||||||
|
|||||||
Reference in New Issue
Block a user