Affected by GO-2024-2989
and 2 other vulnerabilities
GO-2024-2989 : projectdiscovery/nuclei allows unsigned code template execution through workflows in github.com/projectdiscovery/nuclei
GO-2024-3114 : Nuclei Template Signature Verification Bypass in github.com/projectdiscovery/nuclei
GO-2026-4965 : Nuclei: Local File Read via require() Module Loader Bypass in github.com/projectdiscovery/nuclei
Discover Packages
github.com/projectdiscovery/nuclei/v3
internal
httpapi
package
Version:
v3.2.8
Opens a new window with list of versions in this module.
Published: May 24, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Concurrency struct {
BulkSize int `json:"bulk_size"`
Threads int `json:"threads"`
RateLimit int `json:"rate_limit"`
RateLimitDuration string `json:"rate_limit_duration"`
PayloadConcurrency int `json:"payload_concurrency"`
ProbeConcurrency int `json:"probe_concurrency"`
JavascriptConcurrency int `json:"javascript_concurrency"`
}
Server represents the HTTP server that handles the concurrency settings endpoints.
New creates a new instance of Server.
Start initializes the server and its routes, then starts listening on the specified address.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.