Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
refactor: README
Browse files Browse the repository at this point in the history
  • Loading branch information
niudaii committed Sep 3, 2022
1 parent 6c4fd6f commit 257f9aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
- redis
- memcached
- mongodb
- 多线程爆破,支持进度条
- 支持彩色输出
- 支持多种输出模式(debug|silent)
- 全平台支持
Expand Down Expand Up @@ -79,7 +80,9 @@ DEBUG:
-debug show debug output
```

## 截图

![image-20220903092817097](https://nnotes.oss-cn-hangzhou.aliyuncs.com/notes/image-20220903092817097.png)

## 参考

Expand Down
2 changes: 0 additions & 2 deletions internal/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/projectdiscovery/gologger/formatter"
"github.com/projectdiscovery/gologger/levels"
"strings"
"time"
)

type Options struct {
Expand Down Expand Up @@ -154,7 +153,6 @@ func (o *Options) configureOptions() error {
o.UserDict = utils.RemoveDuplicate(o.UserDict)
o.PassDict = utils.RemoveDuplicate(o.PassDict)

gologger.Info().Msgf("当前时间: %v", time.Now().Format("2006-01-02 15:04:05"))
opt, _ := json.Marshal(o)
gologger.Debug().Msgf("当前配置: %v", string(opt))

Expand Down

0 comments on commit 257f9aa

Please sign in to comment.