diff --git a/help.go b/help.go index 3bffdf9..e9db37e 100644 --- a/help.go +++ b/help.go @@ -89,7 +89,7 @@ func Usage() { Description: "Options for input data for fuzzing. Wordlists and input generators.", Flags: make([]UsageFlag, 0), 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{ Name: "OUTPUT OPTIONS", diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 93896b4..145af4a 100644 --- a/pkg/ffuf/const.go +++ b/pkg/ffuf/const.go @@ -2,5 +2,5 @@ package ffuf const ( //VERSION holds the current version number - VERSION = "1.3.0-git" + VERSION = "1.2.1" )