chainreactors / spray

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

在做备份文件扫描时出现的报错 #73

Open S1nK0000 opened 2 months ago

S1nK0000 commented 2 months ago

./spray_linux_amd64 -l all_target.txt --bak --common > output.txt

image

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x8e3f0b]

goroutine 5225 [running]:
github.com/chainreactors/spray/internal/pool.(*BrutePool).doAppendRule.func1()
        /home/runner/work/spray/spray/internal/pool/brutepool.go:521 +0x12b
created by github.com/chainreactors/spray/internal/pool.(*BrutePool).doAppendRule in goroutine 71
        /home/runner/work/spray/spray/internal/pool/brutepool.go:517 +0x88
M09Ic commented 2 months ago

应该与https://github.com/chainreactors/spray/issues/72 是同一个panic, 我会尽快修复这个bug

M09Ic commented 2 months ago

已在v1.1.2 中修复 https://github.com/chainreactors/spray/releases/tag/v1.1.2