Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Exploit ¶
type Exploit struct {
ID string `json:"id,omitempty"`
File string `json:"file,omitempty"`
Description string `json:"description,omitempty"`
DatePublished string `json:"date_published,omitempty"`
Author string `json:"author,omitempty"`
Type string `json:"type,omitempty"`
Platform string `json:"platform,omitempty"`
Port string `json:"port,omitempty"`
DateAdded string `json:"date_added,omitempty"`
DateUpdated string `json:"date_updated,omitempty"`
Verified string `json:"verified,omitempty"`
Codes string `json:"codes,omitempty"`
Tags string `json:"tags,omitempty"`
Aliases string `json:"aliases,omitempty"`
ScreenshotURL string `json:"screenshot_url,omitempty"`
ApplicationURL string `json:"application_url,omitempty"`
SourceURL string `json:"source_url,omitempty"`
}
type ExploitDBURL ¶
type GHDB ¶
type GHDB struct {
ID string `xml:"id" json:"id,omitempty"`
Link string `xml:"link" json:"link,omitempty"`
Category string `xml:"category" json:"category,omitempty"`
ShortDescription string `xml:"shortDescription" json:"short_description,omitempty"`
TextualDescription string `xml:"textualDescription" json:"textual_description,omitempty"`
Query string `xml:"query" json:"query,omitempty"`
Querystring string `xml:"querystring" json:"querystring,omitempty"`
Edb string `xml:"edb" json:"edb,omitempty"`
Date string `xml:"date" json:"date,omitempty"`
Author string `xml:"author" json:"author,omitempty"`
}
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithExploitDBURL ¶
func WithExploitDBURL(url *ExploitDBURL) Option
type Paper ¶
type Paper struct {
ID string `json:"id,omitempty"`
File string `json:"file,omitempty"`
Description string `json:"description,omitempty"`
DatePublished string `json:"date_published,omitempty"`
Author string `json:"author,omitempty"`
Type string `json:"type,omitempty"`
Platform string `json:"platform,omitempty"`
Language string `json:"language,omitempty"`
DateAdded string `json:"date_added,omitempty"`
DateUpdated string `json:"date_updated,omitempty"`
Verified string `json:"verified,omitempty"`
Codes string `json:"codes,omitempty"`
Tags string `json:"tags,omitempty"`
Aliases string `json:"aliases,omitempty"`
ScreenshotURL string `json:"screenshot_url,omitempty"`
ApplicationURL string `json:"application_url,omitempty"`
SourceURL string `json:"source_url,omitempty"`
}
type Shellcode ¶
type Shellcode struct {
ID string `json:"id,omitempty"`
File string `json:"file,omitempty"`
Description string `json:"description,omitempty"`
DatePublished string `json:"date_published,omitempty"`
Author string `json:"author,omitempty"`
Type string `json:"type,omitempty"`
Platform string `json:"platform,omitempty"`
Size string `json:"size,omitempty"`
DateAdded string `json:"date_added,omitempty"`
DateUpdated string `json:"date_updated,omitempty"`
Verified string `json:"verified,omitempty"`
Codes string `json:"codes,omitempty"`
Tags string `json:"tags,omitempty"`
Aliases string `json:"aliases,omitempty"`
ScreenshotURL string `json:"screenshot_url,omitempty"`
ApplicationURL string `json:"application_url,omitempty"`
SourceURL string `json:"source_url,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.