mirror of
https://github.com/ffuf/ffuf
synced 2025-03-01 21:37:13 +00:00
parent
8883aea432
commit
58069582ca
2 changed files with 5 additions and 1 deletions
|
@ -170,6 +170,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
|
|||
## Changelog
|
||||
|
||||
- master
|
||||
- New
|
||||
- Changed
|
||||
|
||||
- v0.10
|
||||
- New
|
||||
- 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.
|
||||
|
|
|
@ -2,5 +2,5 @@ package ffuf
|
|||
|
||||
const (
|
||||
//VERSION holds the current version number
|
||||
VERSION = "0.10git"
|
||||
VERSION = "0.10"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue