Documentation ¶
Index ¶
- Constants
- func GetCategories(input string) []string
- func GetProgramHandles(sessionToken string, bbpOnly bool, pvtOnly bool) []string
- func Login(email string, password string) string
- func PrintAllScope(token string, bbpOnly bool, pvtOnly bool, categories string, delimiter string, ...)
- type ProgramData
- type ScopeElement
Constants ¶
View Source
const ( USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0" BUGCROWD_LOGIN_PAGE = "https://bugcrowd.com/user/sign_in" )
Variables ¶
This section is empty.
Functions ¶
func GetCategories ¶
func GetProgramHandles ¶
Types ¶
type ProgramData ¶
type ProgramData struct { Url string InScope []ScopeElement OutOfScope []ScopeElement }
func GetAllProgramsScope ¶
func GetProgramScope ¶
func GetProgramScope(handle string, categories string, token string) (pData ProgramData)
type ScopeElement ¶
type ScopeElement struct {
Target string
}
Click to show internal directories.
Click to hide internal directories.