mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 15:55:22 +00:00
* fix: fixed automatic storing of debug response * small code refactor Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
7 lines
122 B
Go
7 lines
122 B
Go
package runner
|
|
|
|
const (
|
|
// Default directory used to save protocols traffic
|
|
DefaultDumpTrafficOutputFolder = "output"
|
|
)
|