searchsploit

package
v0.0.0-...-b006faa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2022 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exploit

type Exploit struct {
	SEARCH         string `json:"SEARCH"`
	DBPATHEXPLOIT  string `json:"DB_PATH_EXPLOIT"`
	RESULTSEXPLOIT []struct {
		Title string `json:"Title"`
		URL   string `json:"URL"`
	} `json:"RESULTS_EXPLOIT"`
	DBPATHSHELLCODE  string        `json:"DB_PATH_SHELLCODE"`
	RESULTSSHELLCODE []interface{} `json:"RESULTS_SHELLCODE"`
	DBPATHPAPER      string        `json:"DB_PATH_PAPER"`
	RESULTSPAPER     []struct {
		Title string `json:"Title"`
		URL   string `json:"URL"`
	} `json:"RESULTS_PAPER"`
}

type SearchSploitModule

type SearchSploitModule struct {
	session.SessionModule

	Stream *session.Stream `json:"-"`
	// contains filtered or unexported fields
}

func PushSearchSploitModule

func PushSearchSploitModule(s *session.Session) *SearchSploitModule

func (*SearchSploitModule) Author

func (module *SearchSploitModule) Author() string

func (*SearchSploitModule) Description

func (module *SearchSploitModule) Description() string

func (*SearchSploitModule) GetInformation

func (module *SearchSploitModule) GetInformation() session.ModuleInformation

func (*SearchSploitModule) GetType

func (module *SearchSploitModule) GetType() []string

func (*SearchSploitModule) Name

func (module *SearchSploitModule) Name() string

func (*SearchSploitModule) Start

func (module *SearchSploitModule) Start()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL