chainreactors / spray

Next Generation HTTP Dir/File Fuzz Tool
https://chainreactors.github.io/wiki/spray/
GNU General Public License v3.0
381 stars 27 forks source link

--match与--filter 部分情况下失效 #1

Closed M09Ic closed 1 year ago

M09Ic commented 1 year ago

文档中的例子:

spray -u http://example.com -d word1.txt --match 'current.Body not contains "公益"'

因为某个版本中将Body, Header, Raw 从string修改为[]byte 导致这三个属性的处理失效.

M09Ic commented 1 year ago

正在解决, 请暂时跳过这个用法, 其他非Body, Header, Raw相关的match与filter可正常使用

M09Ic commented 1 year ago

Fixed, please download new release https://github.com/chainreactors/spray/releases/tag/v0.9.1