Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "1.0.4"
Variables ¶
This section is empty.
Functions ¶
func ShowBanner ¶
func ShowBanner()
Types ¶
type CLIClientOptions ¶
type CLIClientOptions struct {
Config string
Version bool
ServerURL string
NumberOfPayloads int
Output string
JSON bool
Verbose bool
PollInterval int
DNSOnly bool
HTTPOnly bool
SmtpOnly bool
Token string
DisableHTTPFallback bool
CorrelationIdLength int
CorrelationIdNonceLength int
SessionFile string
}
type CLIServerOptions ¶
type CLIServerOptions struct {
Config string
Version bool
Debug bool
Domain string
DnsPort int
IPAddress string
ListenIP string
HttpPort int
HttpsPort int
Hostmaster string
LdapWithFullLogger bool
Eviction int
Responder bool
Smb bool
SmbPort int
SmtpPort int
SmtpsPort int
SmtpAutoTLSPort int
FtpPort int
LdapPort int
Ftp bool
Auth bool
Token string
OriginURL string
RootTLD bool
FTPDirectory string
SkipAcme bool
CorrelationIdLength int
CorrelationIdNonceLength int
ScanEverywhere bool
CertificatePath string
PrivateKeyPath string
}
func (*CLIServerOptions) AsServerOptions ¶
func (cliServerOptions *CLIServerOptions) AsServerOptions() *server.Options
Click to show internal directories.
Click to hide internal directories.