Documentation
¶
Index ¶
Constants ¶
View Source
const Version = `v0.0.7`
Version is the current version
Variables ¶
View Source
var ( PDCPApiKey = "" DEFAULT_FEILD_CHAR_LIMIT = env.GetEnvOrDefault("DEFAULT_FEILD_CHAR_LIMIT", 20) )
Functions ¶
func DoHealthCheck ¶ added in v0.0.6
func GetUpdateCallback ¶
func GetUpdateCallback() func()
GetUpdateCallback returns a callback function that updates proxify
Types ¶
type Options ¶
type Options struct { PdcpAuth string 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 HealthCheck bool HTTPProxy string Output string }
func ParseOptions ¶
func ParseOptions() *Options
Click to show internal directories.
Click to hide internal directories.