Documentation ¶
Index ¶
- type GoogleDorkModule
- func (module *GoogleDorkModule) Author() string
- func (module *GoogleDorkModule) Description() string
- func (module *GoogleDorkModule) GetInformation() session.ModuleInformation
- func (module *GoogleDorkModule) GetType() []string
- func (module *GoogleDorkModule) Name() string
- func (module *GoogleDorkModule) Start()
- type GoogleSearchModule
- func (module *GoogleSearchModule) Author() string
- func (module *GoogleSearchModule) Description() string
- func (module *GoogleSearchModule) GetInformation() session.ModuleInformation
- func (module *GoogleSearchModule) GetType() []string
- func (module *GoogleSearchModule) Name() string
- func (module *GoogleSearchModule) Start()
- type GoogleTwitterModule
- func (module *GoogleTwitterModule) Author() string
- func (module *GoogleTwitterModule) Description() string
- func (module *GoogleTwitterModule) GetInformation() session.ModuleInformation
- func (module *GoogleTwitterModule) GetType() []string
- func (module *GoogleTwitterModule) Name() string
- func (module *GoogleTwitterModule) Start()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleDorkModule ¶
type GoogleDorkModule struct { session.SessionModule Stream *session.Stream `json:"-"` // contains filtered or unexported fields }
func PushGoogleDorkModule ¶
func PushGoogleDorkModule(s *session.Session) *GoogleDorkModule
func (*GoogleDorkModule) Author ¶
func (module *GoogleDorkModule) Author() string
func (*GoogleDorkModule) Description ¶
func (module *GoogleDorkModule) Description() string
func (*GoogleDorkModule) GetInformation ¶
func (module *GoogleDorkModule) GetInformation() session.ModuleInformation
func (*GoogleDorkModule) GetType ¶
func (module *GoogleDorkModule) GetType() []string
func (*GoogleDorkModule) Name ¶
func (module *GoogleDorkModule) Name() string
func (*GoogleDorkModule) Start ¶
func (module *GoogleDorkModule) Start()
type GoogleSearchModule ¶
type GoogleSearchModule struct { session.SessionModule Stream *session.Stream `json:"-"` // contains filtered or unexported fields }
func PushGoogleSearchModule ¶
func PushGoogleSearchModule(s *session.Session) *GoogleSearchModule
func (*GoogleSearchModule) Author ¶
func (module *GoogleSearchModule) Author() string
func (*GoogleSearchModule) Description ¶
func (module *GoogleSearchModule) Description() string
func (*GoogleSearchModule) GetInformation ¶
func (module *GoogleSearchModule) GetInformation() session.ModuleInformation
func (*GoogleSearchModule) GetType ¶
func (module *GoogleSearchModule) GetType() []string
func (*GoogleSearchModule) Name ¶
func (module *GoogleSearchModule) Name() string
func (*GoogleSearchModule) Start ¶
func (module *GoogleSearchModule) Start()
type GoogleTwitterModule ¶
type GoogleTwitterModule struct { session.SessionModule Stream *session.Stream `json:"-"` // contains filtered or unexported fields }
func PushGoogleTwitterModule ¶
func PushGoogleTwitterModule(s *session.Session) *GoogleTwitterModule
func (*GoogleTwitterModule) Author ¶
func (module *GoogleTwitterModule) Author() string
func (*GoogleTwitterModule) Description ¶
func (module *GoogleTwitterModule) Description() string
func (*GoogleTwitterModule) GetInformation ¶
func (module *GoogleTwitterModule) GetInformation() session.ModuleInformation
func (*GoogleTwitterModule) GetType ¶
func (module *GoogleTwitterModule) GetType() []string
func (*GoogleTwitterModule) Name ¶
func (module *GoogleTwitterModule) Name() string
func (*GoogleTwitterModule) Start ¶
func (module *GoogleTwitterModule) Start()
Click to show internal directories.
Click to hide internal directories.