mirror of
https://github.com/chainreactors/spray.git
synced 2025-09-15 11:40:13 +00:00
misc update
This commit is contained in:
parent
38bc2d33f2
commit
b1aa68f20c
@ -349,6 +349,9 @@ func (opt *Option) NewRunner() (*Runner, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
opt.PrintPlugin()
|
opt.PrintPlugin()
|
||||||
|
if r.IsCheck == false {
|
||||||
|
logs.Log.Important("enabling brute mod, because of enabled brute plugin")
|
||||||
|
}
|
||||||
|
|
||||||
if opt.NoScope {
|
if opt.NoScope {
|
||||||
r.Scope = []string{"*"}
|
r.Scope = []string{"*"}
|
||||||
@ -512,6 +515,7 @@ func (opt *Option) PrintPlugin() {
|
|||||||
if opt.RetryCount > 0 {
|
if opt.RetryCount > 0 {
|
||||||
s.WriteString("Retry Count: " + strconv.Itoa(opt.RetryCount))
|
s.WriteString("Retry Count: " + strconv.Itoa(opt.RetryCount))
|
||||||
}
|
}
|
||||||
|
|
||||||
if s.Len() > 0 {
|
if s.Len() > 0 {
|
||||||
logs.Log.Important(s.String())
|
logs.Log.Important(s.String())
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 3e85234341b95f7e6e45b31468311f01093ac970
|
Subproject commit f2980b8d312c8088f3947d914499e96cfc40d975
|
Loading…
x
Reference in New Issue
Block a user