This commit is contained in:
shmilylty
2022-11-22 11:28:23 +08:00
parent 318ecdc65f
commit afcb6a9a2d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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()
+1 -1
View File
@@ -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)