Vaf Versions Save

Vaf is a cross-platform very advanced and fast web fuzzer written in nim

v2.0.0

2 years ago

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

v2.0.0-beta2

2 years ago

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

v2.0.0-beta1

2 years ago

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: https://github.com/d4rckh/vaf/compare/v1.9.0...v2.0.0-beta1

v1.9.0

2 years ago
  • A bit of optimization
  • Now uses proper file streams

v1.8.0

2 years ago
  • Print the time it took for the request to be made
  • Optimizations
  • Don't print some unnecessary information

v1.7.0

2 years ago
  • Added more error messages
  • Improved help menu
  • Made the --method parameter not case sensitive