Skip to content

Releases: d4rckh/vaf

Release v2.0.0

18 Apr 11:24
Compare
Choose a tag to compare

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

16 Apr 14:02
Compare
Choose a tag to compare
Release v2.0.0-beta2 Pre-release
Pre-release

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

11 Apr 16:33
Compare
Choose a tag to compare
Release v2.0.0-beta1 Pre-release
Pre-release

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

12 Mar 18:06
Compare
Choose a tag to compare
  • A bit of optimization
  • Now uses proper file streams

Release v1.8.0

08 Mar 16:25
Compare
Choose a tag to compare
  • Print the time it took for the request to be made
  • Optimizations
  • Don't print some unnecessary information

Release v1.7.0

06 Mar 15:51
Compare
Choose a tag to compare
  • Added more error messages
  • Improved help menu
  • Made the --method parameter not case sensitive