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

--remove-extension 和--replace 不起作用 #8

Closed Luoooio closed 6 months ago

Luoooio commented 1 year ago

我在本地测试的时候发现--remove-extension 和不起作用 我的字典如下: image

我的命令如下: image

而我本地服务端收到的请求: image 并没有将我想删掉的扩展名给删掉。 而--exclude-extension可以正常工作。含有扩展的不会出现在请求中。 --replace 也无法正常工作。 image

image

M09Ic commented 1 year ago

--remove-extension 不生效的bug已确认, 将在下个版本修复 https://github.com/chainreactors/spray/pull/10

M09Ic commented 1 year ago

--replace 因为命令行解析库的限制, 不能使用=, 一定需要使用:作为分隔符. 例如 --replace jsp:111

M09Ic commented 6 months ago

新版本已修复https://github.com/chainreactors/spray/releases/tag/v0.9.2