Release 1.2.1 (#381)

This commit is contained in:
Joona Hoikkala 2021-01-24 22:33:38 +02:00 committed by GitHub
parent 7648afd5db
commit 407969eb2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -2,5 +2,5 @@ package ffuf
const (
//VERSION holds the current version number
VERSION = "1.3.0-git"
VERSION = "1.2.1"
)