gh0stkey / HaE

HaE - Highlighter and Extractor, Empower ethical hacker for efficient operations.
https://gh0st.cn/HaE/
Apache License 2.0
2.8k stars 229 forks source link

[BUG] 默认的Linkfinder正则规则提示错误 #197

Closed winezer0 closed 2 months ago

winezer0 commented 2 months ago

使用环境

HaE 版本: HaE-3.2.2
有无自定义规则: 无
BurpSuite 版本: 2024.5
操作系统版本: windows
有无仔细阅读README:是

问题详情

问题描述: 默认的Linkfinder正则规则不正确

[x] Error Info: Name: Linkfinder Regex: (?:"|')(((?:[a-zA-Z]{1,10}://|//)[^"'/]{1,}.[a-zA-Z]{2,}[^"']{0,})|((?:/|../|./)[^"'><,;|()(%%$^/[]][^"'><,;|()]{1,})|([a-zA-Z0-9-/]{1,}/[a-zA-Z0-9-/]{1,}.(?:[a-zA-Z]{1,4}|action)(?:[?|#][^"|']{0,}|))|([a-zA-Z0-9-/]{1,}/[a-zA-Z0-9-/]{3,}(?:[?|#][^"|']{0,}|))|([a-zA-Z0-9_-]{1,}.(?:\w)(?:[?|#][^"|']{0,}|)))(?:"|') Illegal character range near index 133 (?:"|')(((?:[a-zA-Z]{1,10}://|//)[^"'/]{1,}.[a-zA-Z]{2,}[^"']{0,})|((?:/|../|./)[^"'><,;|()(%%$^/[]][^"'><,;|()]{1,})|([a-zA-Z0-9-/]{1,}/[a-zA-Z0-9-/]{1,}.(?:[a-zA-Z]{1,4}|action)(?:[?|#][^"|']{0,}|))|([a-zA-Z0-9-/]{1,}/[a-zA-Z0-9-/]{3,}(?:[?|#][^"|']{0,}|))|([a-zA-Z0-9_-]{1,}.(?:\w)(?:[?|#][^"|']{0,}|)))(?:"|') ^

出现的场景:

解决建议

无。

winezer0 commented 2 months ago

删除更新了规则,好像又正常了。