banner update

dev
sandeep 2022-03-04 02:07:00 +05:30
parent 816ad073b9
commit a276923b2c
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ Flags:
TARGET:
-u, -target string[] target URLs/hosts to scan
-l, -list string path to file containing a list of target URLs/hosts to scan (one per line)
-resume Resume scan using resume.cfg (clustering will be disabled)
-resume string Resume scan using resume.cfg (clustering will be disabled)
TEMPLATES:
-nt, -new-templates run only new templates added in latest nuclei-templates release

View File

@ -27,7 +27,7 @@ type Config struct {
const nucleiConfigFilename = ".templates-config.json"
// Version is the current version of nuclei
const Version = `2.6.3-dev`
const Version = `2.6.3`
func getConfigDetails() (string, error) {
homeDir, err := os.UserHomeDir()