Skip to content

Commit

Permalink
misc update
Browse files Browse the repository at this point in the history
  • Loading branch information
M09Ic committed Aug 6, 2024
1 parent 38bc2d3 commit b1aa68f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions internal/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{"*"}
Expand Down Expand Up @@ -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())
}
Expand Down
2 changes: 1 addition & 1 deletion templates

0 comments on commit b1aa68f

Please sign in to comment.