Skip to content

Commit

Permalink
Update DynaScan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
winezer0 committed Aug 21, 2023
1 parent c4370dd commit 2a01c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DynaScan.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def dyna_scan_controller(target_urls, paths_dict, config_dict):
output(f"[*] 读取字典 [{CONFIG[GB_DICT_RULE_SCAN]}] 进行频率筛选、规则渲染、基本变量替换", level=LOG_INFO)
path_dict = init_load_dict(CONFIG)
if not len(path_dict):
output("[-] 未输入任何有效字典,,即将退出程序...", level=LOG_ERROR)
output("[-] 未输入任何有效字典, 即将退出程序...", level=LOG_ERROR)
exit()

# 开始扫描
Expand Down

0 comments on commit 2a01c7b

Please sign in to comment.