Prepare release 0.12 (#104)
This commit is contained in:
parent
c29efff5f7
commit
d4e88ade95
@ -191,6 +191,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
- master
|
- master
|
||||||
|
- New
|
||||||
|
- Changed
|
||||||
|
|
||||||
|
- v0.12
|
||||||
- New
|
- New
|
||||||
- Added a new flag to select a multi wordlist operation mode: `--mode`, possible values: `clusterbomb` and `pitchfork`.
|
- Added a new flag to select a multi wordlist operation mode: `--mode`, possible values: `clusterbomb` and `pitchfork`.
|
||||||
- Added a new output file format eJSON, for always base64 encoding the input data.
|
- Added a new output file format eJSON, for always base64 encoding the input data.
|
||||||
|
|||||||
@ -2,5 +2,5 @@ package ffuf
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
//VERSION holds the current version number
|
//VERSION holds the current version number
|
||||||
VERSION = "0.12git"
|
VERSION = "0.12"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user