Skip to content

Commit

Permalink
up 2023-11-22
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Nov 22, 2023
1 parent b71167d commit 7f12aba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/fuzzing-templates
2 changes: 1 addition & 1 deletion config/nuclei-templates
Submodule nuclei-templates updated 7525 files
3 changes: 2 additions & 1 deletion lib/api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package api

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

options := naaburunner.ParseOptions()
if options.Update {
//util1.UpdateScan4allVersionToLatest(true, "hktalent", "scan4all", "")
util1.UpdateScan4allVersionToLatest(true, "hktalent", "scan4all", "")
return
}
//if options.Ports != "" {
Expand Down
2 changes: 1 addition & 1 deletion tools/The-Hacker-Recipes

0 comments on commit 7f12aba

Please sign in to comment.