mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 07:35:27 +00:00
7 lines
122 B
Go
7 lines
122 B
Go
|
|
package runner
|
||
|
|
|
||
|
|
const (
|
||
|
|
// Default directory used to save protocols traffic
|
||
|
|
DefaultDumpTrafficOutputFolder = "output"
|
||
|
|
)
|