misc update

This commit is contained in:
M09Ic 2024-08-06 16:29:33 +08:00
parent 38bc2d33f2
commit b1aa68f20c
2 changed files with 5 additions and 1 deletions

View File

@ -349,6 +349,9 @@ func (opt *Option) NewRunner() (*Runner, error) {
}
opt.PrintPlugin()
if r.IsCheck == false {
logs.Log.Important("enabling brute mod, because of enabled brute plugin")
}
if opt.NoScope {
r.Scope = []string{"*"}
@ -512,6 +515,7 @@ func (opt *Option) PrintPlugin() {
if opt.RetryCount > 0 {
s.WriteString("Retry Count: " + strconv.Itoa(opt.RetryCount))
}
if s.Len() > 0 {
logs.Log.Important(s.String())
}

@ -1 +1 @@
Subproject commit 3e85234341b95f7e6e45b31468311f01093ac970
Subproject commit f2980b8d312c8088f3947d914499e96cfc40d975