Versions in this module Expand all Collapse all v0 v0.1.2 Dec 4, 2020 v0.1.1 Dec 4, 2020 v0.1.0 Aug 23, 2020 Changes in this version + type Document struct + Author string + Date OffensiveSecurityTime + Description string + DocumentURL string + ExploitUniqueID string + OffensiveSecurityID int64 + Platform string + Port string + Type string + type Exploit struct + CveID string + Description string + ExploitType ExploitType + ExploitUniqueID string + GitHubRepository *GitHubRepository + ID int64 + OffensiveSecurity *OffensiveSecurity + URL string + type ExploitType string + var AwesomePocType ExploitType = "AwesomePoc" + var GitHubRepositoryType ExploitType = "GitHub" + var OffensiveSecurityType ExploitType = "OffensiveSecurity" + type GitHubJSON struct + Items []struct{ ... } + TotalCount int + type GitHubRepoJSON struct + Items []struct{ ... } + TotalCount int + type GitHubRepository struct + CreatedAt time.Time + ExploitID int64 + ExploitUniqueID string + Fork int + ID int64 + Star int + UpdatedA time.Time + type MitreXML struct + Vulnerability []struct{ ... } + type OffensiveSecurity struct + Document *Document + ExploitID int64 + ExploitUniqueID string + ID int64 + ShellCode *ShellCode + type OffensiveSecurityTime struct + func (date *OffensiveSecurityTime) String() string + func (date *OffensiveSecurityTime) UnmarshalCSV(csv string) (err error) + type ShellCode struct + Author string + Date OffensiveSecurityTime + Description string + ExploitUniqueID string + OffensiveSecurityID int64 + Platform string + ShellCodeURL string