Releases: d4rckh/vaf
Releases · d4rckh/vaf
Release v2.0.0
What's changed?
- Implemented a thread system (
-t
argument can be used to specify the amount of threads, default is 5) - Added a sick progress bar which tells you how much vaf has been running for and the progress
- Added
--maxredirects
argument which is 0 by default, so no redirects will be followed - Added header fuzzing
-H
param can be used to specify headers - Added
--printheaders
flag which will print the response headers - Improved logging on Windows
- Made the output cleaner
- Changed fuzz placeholder area to
FUZZ
- Added proxy support
-x
- Added
-i
flag which will ignore SSL checks - Added
-ca
argument which can be used to supply a custom CA root certificate file - Much more
Release v2.0.0-beta2
What's changed?
- Improved progress bar on Windows
- Made the output a lot cleaner
- Added the
--detailed
which prints the response HTTP headers and more info - Added HTTP header fuzzing
- Added proxy support (
-x [http proxy]
) - Some SSL options (
-i
to not verify SSL, -ca to supply a custom CA root certificate file) - Improved the help menu and added examples
Release v2.0.0-beta1
What's Changed
- Added threads (use
-t
argument to specify No. of threads) - Progress bar (you can now see how much time vaf has been running for and a percentage)
- Changed prefixes argument from
-pr
to-pf
Full Changelog: v1.9.0...v2.0.0-beta1
Release v1.9.0
- A bit of optimization
- Now uses proper file streams
Release v1.8.0
- Print the time it took for the request to be made
- Optimizations
- Don't print some unnecessary information
Release v1.7.0
- Added more error messages
- Improved help menu
- Made the --method parameter not case sensitive