plugins

package
v0.0.0-...-5d16c2e Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CrackError = iota
	CrackFail
	CrackSuccess
)

Variables

View Source
var (
	ScanFuncMap map[string]ScanFunc
)

Functions

func Conn

func Conn(serv *Service, service string) (conn bool, err error)

func FtpCrack

func FtpCrack(serv *Service) int

func MemcachedCrack

func MemcachedCrack(serv *Service) int

func MemcachedUnAuth

func MemcachedUnAuth(serv *Service) int

func MongodbCrack

func MongodbCrack(serv *Service) int

func MongodbUnAuth

func MongodbUnAuth(serv *Service) int

func MssqlCrack

func MssqlCrack(serv *Service) int

func MysqlCrack

func MysqlCrack(serv *Service) int

func OracleCrack

func OracleCrack(serv *Service) int

func PostgresCrack

func PostgresCrack(serv *Service) int

func RdpCrack

func RdpCrack(serv *Service) int

func RedisCrack

func RedisCrack(serv *Service) int

func SmbCrack

func SmbCrack(serv *Service) int

func SshCrack

func SshCrack(serv *Service) int

func WmiCrack

func WmiCrack(serv *Service) int

func WmiHashCrack

func WmiHashCrack(serv *Service) int

Types

type ScanFunc

type ScanFunc func(serv *Service) int

type Service

type Service struct {
	Ip       string
	Port     int
	Protocol string
	User     string
	Pass     string
	Timeout  int
}

Directories

Path Synopsis
nolint
nolint
nolint
nolint
nolint
nolint

Jump to

Keyboard shortcuts

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