phish

package
v0.0.0-...-5743953 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2016 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const VERSION = "1.0.2"

Variables

This section is empty.

Functions

func StartPhishery

func StartPhishery(settingsFile string, credsFile string, isCleartext bool) error

Types

type AuthInfo

type AuthInfo struct {
	Host      string `json:"host"`
	Request   string `json:"request"`
	IPAddress string `json:"ipAddress"`
	UserAgent string `json:"userAgent"`
	Username  string `json:"username"`
	Password  string `json:"password"`
}

type Phishery

type Phishery struct {
	// contains filtered or unexported fields
}

type Settings

type Settings struct {
	IP              string
	Port            string
	SSLKey          string
	SSLCert         string
	BasicRealm      string
	ResponseFile    string
	ResponseBody    string
	ResponseStatus  int
	ResponseHeaders [][]string
}

Jump to

Keyboard shortcuts

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