Skip to content

Commit 7f12aba

Browse files
committed
up 2023-11-22
1 parent b71167d commit 7f12aba

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

config/nuclei-templates

Submodule nuclei-templates updated 7525 files

lib/api/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package api
22

33
import (
44
"encoding/json"
5+
util1 "github.com/hktalent/go-utils"
56
_ "github.com/hktalent/scan4all/engine"
67
"github.com/hktalent/scan4all/lib/util"
78
"github.com/hktalent/scan4all/pkg/hydra"
@@ -22,7 +23,7 @@ func StartScan(oOpts *map[string]interface{}) {
2223

2324
options := naaburunner.ParseOptions()
2425
if options.Update {
25-
//util1.UpdateScan4allVersionToLatest(true, "hktalent", "scan4all", "")
26+
util1.UpdateScan4allVersionToLatest(true, "hktalent", "scan4all", "")
2627
return
2728
}
2829
//if options.Ports != "" {

tools/The-Hacker-Recipes

0 commit comments

Comments
 (0)