Release 1.2.1 (#381)
This commit is contained in:
parent
7648afd5db
commit
407969eb2a
2
help.go
2
help.go
@ -89,7 +89,7 @@ func Usage() {
|
|||||||
Description: "Options for input data for fuzzing. Wordlists and input generators.",
|
Description: "Options for input data for fuzzing. Wordlists and input generators.",
|
||||||
Flags: make([]UsageFlag, 0),
|
Flags: make([]UsageFlag, 0),
|
||||||
Hidden: false,
|
Hidden: false,
|
||||||
ExpectedFlags: []string{"D", "ic", "input-cmd", "input-num", "mode", "request", "request-proto", "e", "w"},
|
ExpectedFlags: []string{"D", "ic", "input-cmd", "input-num", "input-shell", "mode", "request", "request-proto", "e", "w"},
|
||||||
}
|
}
|
||||||
u_output := UsageSection{
|
u_output := UsageSection{
|
||||||
Name: "OUTPUT OPTIONS",
|
Name: "OUTPUT OPTIONS",
|
||||||
|
|||||||
@ -2,5 +2,5 @@ package ffuf
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
//VERSION holds the current version number
|
//VERSION holds the current version number
|
||||||
VERSION = "1.3.0-git"
|
VERSION = "1.2.1"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user