Add vaf web fuzzer to tools list in README

Vaf is a cross-platform very advanced and fast web fuzzer written in nim .
This commit is contained in:
Houssam Miliani
2026-01-22 19:00:26 +01:00
committed by GitHub
parent 34c98241ba
commit 4d7bf5e12b

View File

@@ -148,6 +148,7 @@
- [crawley](https://github.com/s0rg/crawley) - fast, feature-rich unix-way web scraper/crawler written in Golang.
- [katana](https://github.com/projectdiscovery/katana) - A next-generation crawling and spidering framework
- [kiterunner](https://github.com/assetnote/kiterunner) - Fast API endpoint bruteforcer and content discovery tool for modern web applications.
- [vaf](https://github.com/andreiverse/vaf) - Vaf is a cross-platform very advanced and fast web fuzzer written in nim .
### Content Filtering
- [Hacker-Scoper](https://github.com/ItsIgnacioPortal/Hacker-Scoper) - CLI tool for filtering a mixed list of targets (URLs/IPs) according to the bug-bounty program's scope. The scope can be supplied manually, or it can also be detected automatically by just giving hacker-scoper the name of the targeted company. Hacker-Scoper supports IPs, URLs, wildcards, CIDR ranges, Nmap octet ranges, and even full Regex scopes.