Documentation
¶
Index ¶
- Constants
- Variables
- func InitCustomAuthMap(user, pass []string)
- func InitDefaultAuthMap()
- func Ok(protocol string) bool
- type Auth
- type AuthInfo
- type AuthList
- func DefaultFtpList() *AuthList
- func DefaultMongodbList() *AuthList
- func DefaultMssqlList() *AuthList
- func DefaultMysqlList() *AuthList
- func DefaultOracleList() *AuthList
- func DefaultPostgresqlList() *AuthList
- func DefaultRdpList() *AuthList
- func DefaultRedisList() *AuthList
- func DefaultSmbList() *AuthList
- func DefaultSshList() *AuthList
- func DefaultTelnetList() *AuthList
- func NewAuthList() *AuthList
- type Cracker
Constants ¶
View Source
const ( ProtocolInvalid loginType = "ProtocolInvalid" UsernameAndPassword = "UsernameAndPassword" OnlyPassword = "OnlyPassword" )
Variables ¶
Functions ¶
func InitCustomAuthMap ¶
func InitCustomAuthMap(user, pass []string)
func InitDefaultAuthMap ¶
func InitDefaultAuthMap()
Types ¶
type Auth ¶
func NewAuthFromPasswords ¶
func NewSpecialAuth ¶
func (*Auth) MakePassword ¶
func (a *Auth) MakePassword()
type AuthList ¶
func DefaultFtpList ¶
func DefaultFtpList() *AuthList
func DefaultMongodbList ¶
func DefaultMongodbList() *AuthList
func DefaultMssqlList ¶
func DefaultMssqlList() *AuthList
func DefaultMysqlList ¶
func DefaultMysqlList() *AuthList
func DefaultOracleList ¶
func DefaultOracleList() *AuthList
func DefaultPostgresqlList ¶
func DefaultPostgresqlList() *AuthList
func DefaultRdpList ¶
func DefaultRdpList() *AuthList
func DefaultRedisList ¶
func DefaultRedisList() *AuthList
func DefaultSmbList ¶
func DefaultSmbList() *AuthList
func DefaultSshList ¶
func DefaultSshList() *AuthList
func DefaultTelnetList ¶
func DefaultTelnetList() *AuthList
func NewAuthList ¶
func NewAuthList() *AuthList
Source Files
¶
- cracker.go
- default_ftp_authlist.go
- default_mssql_authlist.go
- default_mysql_authlist.go
- default_oracle_authlist.go
- default_postgresql_authlist.go
- default_rdp_authlist.go
- default_redis_authlist.go
- default_smb_authlist.go
- default_ssh_authlist.go
- default_telnet_authlist.go
- defuault_mongodb_authlist.go
- hydra.go
- type-auth.go
- type-authinfo.go
- type-authlist.go
Click to show internal directories.
Click to hide internal directories.