Documentation ¶
Overview ¶
Package github GitHub search package Based on gwen001's https://github.com/gwen001/github-search github-subdomains
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct{}
Source is the passive scraping agent
func (*Source) Run ¶
func (s *Source) Run(ctx context.Context, domain string, session *subscraping.Session) <-chan subscraping.Result
Run function returns all subdomains found with the service
type Tokens ¶
type Tokens struct {
// contains filtered or unexported fields
}
Tokens is the internal struct to manage the current token and the pool
func NewTokenManager ¶
NewTokenManager initialize the tokens pool
Click to show internal directories.
Click to hide internal directories.