mirror of https://github.com/daffainfo/nuclei.git
banner update
parent
816ad073b9
commit
a276923b2c
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue