Skip to content

Release v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 11:24

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