parent
8883aea432
commit
58069582ca
@ -170,6 +170,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
- master
|
- master
|
||||||
|
- New
|
||||||
|
- Changed
|
||||||
|
|
||||||
|
- v0.10
|
||||||
- New
|
- New
|
||||||
- New CLI flag: -ac to autocalibrate response size and word filters based on few preset URLs.
|
- New CLI flag: -ac to autocalibrate response size and word filters based on few preset URLs.
|
||||||
- New CLI flag: -timeout to specify custom timeouts for all HTTP requests.
|
- New CLI flag: -timeout to specify custom timeouts for all HTTP requests.
|
||||||
|
|||||||
@ -2,5 +2,5 @@ package ffuf
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
//VERSION holds the current version number
|
//VERSION holds the current version number
|
||||||
VERSION = "0.10git"
|
VERSION = "0.10"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user