Documentation
¶
Index ¶
Constants ¶
View Source
const Version = `v0.0.4`
Version is the current version
Variables ¶
View Source
var ( BaseUrl = env.GetEnvOrDefault("CVEMAP_API_URL", "https://cve.projectdiscovery.io/api/v1") PDCPApiKey = "" DEFAULT_FEILD_CHAR_LIMIT = env.GetEnvOrDefault("DEFAULT_FEILD_CHAR_LIMIT", 20) )
Functions ¶
func GetUpdateCallback ¶
func GetUpdateCallback() func()
GetUpdateCallback returns a callback function that updates proxify
Types ¶
type Options ¶
type Options struct {
PdcpAuth bool
CveIds goflags.StringSlice
CweIds goflags.StringSlice
Vendor goflags.StringSlice
Product goflags.StringSlice
Eproduct goflags.StringSlice
Severity goflags.StringSlice
CvssScore goflags.StringSlice
//cvssMetrics goflags.StringSlice
EpssPercentile goflags.StringSlice
//year goflags.StringSlice
Assignees goflags.StringSlice
Reference goflags.StringSlice
//vulnType goflags.StringSlice
IncludeColumns []string
ExcludeColumns []string
TableHeaders []string
ListId bool
EpssScore string
Cpe string
VulnStatus string
Age string
Kev string
//trending bool
Hackerone string
HasNucleiTemplate string
HasPoc string
Search string
RemotlyExploitable string
EnablePageKeys bool
Json bool
Limit int
Offset int
Version bool
DisableUpdateCheck bool
Silent bool
Verbose bool
Debug bool
}
func ParseOptions ¶
func ParseOptions() *Options
Click to show internal directories.
Click to hide internal directories.