mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-24 07:05:26 +00:00
Fixed small lint issue
This commit is contained in:
parent
b51294df15
commit
99b28fe872
@ -51,8 +51,6 @@ type Options struct {
|
|||||||
ResolversFile string
|
ResolversFile string
|
||||||
// StatsInterval is the number of seconds to display stats after
|
// StatsInterval is the number of seconds to display stats after
|
||||||
StatsInterval int
|
StatsInterval int
|
||||||
// StatsJSON writes stats output in JSON format
|
|
||||||
StatsJSON bool
|
|
||||||
// MetricsPort is the port to show metrics on
|
// MetricsPort is the port to show metrics on
|
||||||
MetricsPort int
|
MetricsPort int
|
||||||
// BulkSize is the of targets analyzed in parallel for each template
|
// BulkSize is the of targets analyzed in parallel for each template
|
||||||
@ -81,6 +79,8 @@ type Options struct {
|
|||||||
// using same matchers/extractors from http protocol without the need
|
// using same matchers/extractors from http protocol without the need
|
||||||
// to send a new request, reading responses from a file.
|
// to send a new request, reading responses from a file.
|
||||||
OfflineHTTP bool
|
OfflineHTTP bool
|
||||||
|
// StatsJSON writes stats output in JSON format
|
||||||
|
StatsJSON bool
|
||||||
// Headless specifies whether to allow headless mode templates
|
// Headless specifies whether to allow headless mode templates
|
||||||
Headless bool
|
Headless bool
|
||||||
// ShowBrowser specifies whether the show the browser in headless mode
|
// ShowBrowser specifies whether the show the browser in headless mode
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user