parent
8970d9b4ea
commit
875ee38f59
@ -1,6 +1,10 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
- master
|
- master
|
||||||
|
- New
|
||||||
|
- Changed
|
||||||
|
|
||||||
|
- v1.0
|
||||||
- New
|
- New
|
||||||
- New CLI flag `-ic` to ignore comments from wordlist.
|
- New CLI flag `-ic` to ignore comments from wordlist.
|
||||||
- New CLI flags `-request` to specify the raw request file to build the actual request from and `-request-proto` to define the new request format.
|
- New CLI flags `-request` to specify the raw request file to build the actual request from and `-request-proto` to define the new request format.
|
||||||
|
|||||||
@ -2,5 +2,5 @@ package ffuf
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
//VERSION holds the current version number
|
//VERSION holds the current version number
|
||||||
VERSION = "1.0"
|
VERSION = "1.1-git"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user