From d387329fffe188a9748e8a80de86a920f8c7db7f Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Wed, 30 Sep 2020 17:53:37 +0800 Subject: [PATCH] typos --- config/setting.py | 2 +- oneforall.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/setting.py b/config/setting.py index 824c871..4ed03f0 100644 --- a/config/setting.py +++ b/config/setting.py @@ -59,7 +59,7 @@ delete_massdns_result = True only_save_valid = True # 是否在处理爆破结果时只存入解析成功的子域 check_time = 10 # 检查字典配置停留时间(默认10秒) enable_fuzz = False # 是否使用fuzz模式枚举域名 -fuzz_place = None # 指定爆破的位置 指定的位置用`@`表示 示例:www.@.example.com +fuzz_place = None # 指定爆破的位置 指定的位置用`*`表示 示例:www.*.example.com fuzz_rule = None # fuzz域名的正则 示例:'[a-z][0-9]' 表示第一位是字母 第二位是数字 brute_ip_blacklist = {'0.0.0.0', '0.0.0.1'} # IP黑名单 子域解析到IP黑名单则标记为非法子域 ip_appear_maximum = 100 # 多个子域解析到同一IP次数超过100次则标记为非法(泛解析)子域 diff --git a/oneforall.py b/oneforall.py index bdde08d..cb84655 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) - --format rst/csv/tsv/json/yaml/html/jira/xls/xlsx/dbf/latex/ods (result format) + --format csv/json (result format) --path Result path (default None, automatically generated) :param str target: One domain (target or targets must be provided)