mirror of
https://github.com/chainreactors/spray.git
synced 2025-09-15 19:50:18 +00:00
fix word not work https://github.com/chainreactors/spray/issues/53
This commit is contained in:
parent
18e8594da1
commit
dc8829ecca
@ -521,7 +521,8 @@ func (opt *Option) BuildWords(r *Runner) error {
|
|||||||
|
|
||||||
logs.Log.Logf(pkg.LogVerbose, "Loaded %d word from %s", len(dicts[i]), f)
|
logs.Log.Logf(pkg.LogVerbose, "Loaded %d word from %s", len(dicts[i]), f)
|
||||||
}
|
}
|
||||||
if len(dicts) == 0 {
|
|
||||||
|
if len(dicts) == 0 && opt.Word == "" {
|
||||||
r.IsCheck = true
|
r.IsCheck = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user