mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 13:55:27 +00:00
* Basic headless fuzzing * Remove debug statements * Add integration tests * Update template * Fix recognize payload value in matcher * Update tempalte * use req.SetURL() --------- Co-authored-by: Tarun Koyalwar <tarun@projectdiscovery.io>
4 lines
139 B
Go
4 lines
139 B
Go
// Package fuzz contains the fuzzing functionality for dynamic
|
|
// fuzzing of HTTP requests and its respective implementation.
|
|
package fuzz
|