Projects STRLCPY scan4all Commits 9cfb6e04
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    README_CN.md
    skipped 10 lines
    11 11  </p>
    12 12   
    13 13  # 特性
    14  -Vulnerabilities Scan;15000+PoC漏洞扫描;20种应用爆破;7000+Web指纹;146种协议90000+规则Port扫描;Fuzz、HW打点、BugBounty神器...
     14 +Vulnerabilities Scan;15000+PoC漏洞扫描;20种应用爆破;7000+Web指纹;146种协议90000+规则Port扫描;Fuzz、HW打点、BugBounty神器...
    15 15  <h1 align="center">
    16 16  <img width="928" alt="image" src="https://user-images.githubusercontent.com/18223385/175768227-098c779b-6c5f-48ee-91b1-c56e3daa9c87.png">
    17 17  </h1>
    skipped 203 lines
  • ■ ■ ■ ■
    lib/util/kvDb.go
    skipped 39 lines
    40 40   opts.LevelSizeMultiplier = 20
    41 41   db, err := badger.Open(opts)
    42 42   if nil != err {
    43  - log.Println("Init2 k-v db 不能多个进程同时开启", err)
     43 + 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)
    44 44   return err
    45 45   }
    46 46   r.DbConn = db
    skipped 77 lines
Please wait...
Page is in error, reload to recover