mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Prepare release 0.12 (#104)
This commit is contained in:
parent
c29efff5f7
commit
d4e88ade95
2 changed files with 5 additions and 1 deletions
|
@ -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 a new issue