Skip to content

Commit

Permalink
fixed #71 2022-08-03
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Aug 3, 2022
1 parent 6bde21a commit 9cfb6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>

# 特性
Vulnerabilities Scan;15000+PoC漏洞扫描;20种应用密码爆破;7000+Web指纹;146种协议90000+规则Port扫描;Fuzz、HW打点、BugBounty神器...
Vulnerabilities Scan;15000+PoC漏洞扫描;20种应用弱口令爆破;7000+Web指纹;146种协议90000+规则Port扫描;Fuzz、HW打点、BugBounty神器...
<h1 align="center">
<img width="928" alt="image" src="https://user-images.githubusercontent.com/18223385/175768227-098c779b-6c5f-48ee-91b1-c56e3daa9c87.png">
</h1>
Expand Down
2 changes: 1 addition & 1 deletion lib/util/kvDb.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (r *KvDbOp) Init(szDb string) error {
opts.LevelSizeMultiplier = 20
db, err := badger.Open(opts)
if nil != err {
log.Println("Init2 k-v db 不能多个进程同时开启", err)
log.Printf("Init2 k-v db cannot open multiple processes at the same time, or please delete the %s directory and try again: %v", szDb, err)
return err
}
r.DbConn = db
Expand Down

0 comments on commit 9cfb6e0

Please sign in to comment.