Skip to content

v1.0.1

Latest

Choose a tag to compare

@OffSecVik OffSecVik released this 21 Mar 12:51

Release v1.0.1 - VFuzz

πŸš€ Introducing VFuzz v1.0.1 – the ultimate web fuzzer for penetration testing professionals!

VFuzz is a multithreaded, high-performance fuzzing tool designed to identify vulnerabilities in web applications. This release marks the initial stable version with all core functionalities in place, enabling security professionals to conduct efficient and accurate fuzzing tests.


What's in v1.0.1?

  • Core Features:

    • Support for multiple HTTP methods (GET, POST, HEAD).
    • Flexible fuzzing strategies: VHOST, subdomains, recursive fuzzing, and more.
    • Multi-threaded execution for maximum performance.
    • Customizable payload injection using markers or file-based requests.
    • Real-time metrics tracking and performance optimization.
  • Ease of Use:

    • Command-line interface with extensive configuration options.
    • Intuitive syntax for running targeted fuzzing campaigns.
  • File Extension Support:

    • Automatically append extensions to payloads for targeted file discovery.

Known Limitations

  • Minor delays during initial response parsing under heavy loads.
  • Exception handling currently has its limitations.

Fixes in v1.0.1

  • Fixed terminal output crashing with large amount of positive fuzzing results

Get Started

Run VFuzz with:

java -jar vfuzz.jar -u "http://example.com/" -w "/path/to/wordlist"

🎯 Start identifying vulnerabilities and strengthening web security with VFuzz v1.0.1!
πŸ’¬ Feedback and contributions are always welcome. Let’s build a more secure web together!


Enjoy fuzzing responsibly! πŸ›‘οΈ