From b1aa68f20ca57d2f9883c8b5a188380e2635ba81 Mon Sep 17 00:00:00 2001 From: M09Ic Date: Tue, 6 Aug 2024 16:29:33 +0800 Subject: [PATCH] misc update --- internal/option.go | 4 ++++ templates | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/internal/option.go b/internal/option.go index d1bf3f8..e1d0b32 100644 --- a/internal/option.go +++ b/internal/option.go @@ -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()) } diff --git a/templates b/templates index 3e85234..f2980b8 160000 --- a/templates +++ b/templates @@ -1 +1 @@ -Subproject commit 3e85234341b95f7e6e45b31468311f01093ac970 +Subproject commit f2980b8d312c8088f3947d914499e96cfc40d975