File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 225225准确度优化: 将原有的固定验证改为 2s/4s/8s 三阶梯时延验证,确保耗时随 Payload 线性增长,有效排除固定慢查询干扰。
226226噪声过滤: 引入统计学标准差(Standard Deviation),增加 avg + 3* stdDev (3-Sigma) 判定阈值,自动适应不同质量的网络环境,压制网络抖动导致的误报。
227227结构重构: 更新 TimeBasedDetectionStatInfo 结构,将固定验证字段改为动态 Steps 切片,支持记录多轮验证数据。
228- 回归测试: 在输出漏洞前增加原始请求恢复性验证,排除服务器整体瞬时负载波动干扰。
228+ 回归测试: 在输出漏洞前增加原始请求恢复性验证,排除服务器整体瞬时负载波动干扰。
229+
230+ # 1.0.41 2026-05-24
231+ ## SUPPORT
232+ * 【1】爬虫新增解析 robots.txt、sitemap.xml 及 sourcemap 文件
233+ * 【2】升级 Nuclei 引擎,新增 Flow支持
234+ ## BUGFIX
235+ * 【1】修复批量爬取网站时部分页面遗漏的问题
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ func main() {
173173 app := & cli.App {
174174 Name : "wscan" ,
175175 Usage : "A powerful scanner engine " ,
176- Version : "1.0.40 " ,
176+ Version : "1.0.41 " ,
177177 Authors : []* cli.Author {& author },
178178 Flags : []cli.Flag {
179179 & cli.StringFlag {
You can’t perform that action at this time.
0 commit comments