owa

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: 9 Imported by: 0

Documentation

Index

Constants

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

Variables

This section is empty.

Functions

This section is empty.

Types

type Email2016

type Email2016 struct {
	Victim  string `json:"target" binding:"required"`
	MatchOn string `json:"search" binding:"required"`
	Type    string `json:"type" binding:"required"`
	Time    string `json:"time" binding:"required"`
	From    string `json:"from" binding:"required"`
	Subject string `json:"subject" binding:"required"`
	Body    string `json:"body" binding:"required"`
}

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 OWA

type OWA struct {
	zombie.Target

	URL     string
	Version string
	// contains filtered or unexported fields
}

func NewOWA

func NewOWA(target zombie.Target) *OWA

func (*OWA) Instrument

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

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

func (*OWA) Name

func (z *OWA) Name() string

Name returns the action name

func (*OWA) SetContext

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

SetContext updates the zombie context object

func (*OWA) SetLootPath

func (z *OWA) SetLootPath(lp string)

SetTarget updates the zombie target object

Jump to

Keyboard shortcuts

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