github

package
v0.0.0-...-2ef0b57 Latest Latest
Warning

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

Go to latest
Published: May 14, 2019 License: BSD-3-Clause Imports: 12 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// Name of this zombie
	Name = "GitHub"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Extrusion

type Extrusion struct {
	zombie.Extrusion

	Keys         string // base64 encoded /settings/keys HTML page content
	Security     string // base64 encoded /settings/security HTML page content
	Profile      string
	Account      string
	Emails       string
	Repositories map[string]string // full path - base64 encoded .zip content
}

type Github

type Github struct {
	zombie.Target

	URL         string
	SecurityURL string
	SSHURLPath  string
	SSHKeyName  string
	SSHKeyValue string
	ReposPath   string
}

func NewGithub

func NewGithub(target zombie.Target) *Github

func (*Github) Instrument

func (z *Github) Instrument() (interface{}, error)

Instrument instructs the chrome context to perform operations on the defined target

func (*Github) Name

func (z *Github) Name() string

Name returns the zombie name

func (*Github) SetContext

func (z *Github) SetContext(c context.Context)

SetContext updates the zombie context object

func (*Github) SetLootPath

func (z *Github) SetLootPath(lp string)

SetLootPath updates the zombie target object

Jump to

Keyboard shortcuts

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