package
1.0.6
Repository: https://github.com/explorer1092/interactsh.git
Documentation: pkg.go.dev

# Packages

Taken from https://github.com/chinzhiweiblank/coredns-acme/blob/e0cdfbdd78adfcc6c2d098255902f64ec60daecb/provider.go Copyright @chinzhiweiblank under Apache License 2.0.

# Functions

NewDNSServer returns a new DNS server.
NewFTPServer returns a new TLS & Non-TLS FTP server.
NewHTTPServer returns a new TLS & Non-TLS HTTP server.
NewLDAPServer returns a new LDAP server.
No description provided by the author
NewResponderServer returns a new SMB server.
NewSMBServer returns a new SMB server.
NewSMTPServer returns a new TLS & Non-TLS SMTP server.

# Structs

DeregisterRequest is a request for client deregistration to interactsh server.
DNSServer is a DNS server instance that listens on port 53.
FTPServer is a ftp server instance.
HTTPServer is a http server instance that listens both TLS and Non-TLS based servers.
Interaction is an interaction received to the server.
LDAPServer is a ldap server instance.
No description provided by the author
No description provided by the author
Options contains configuration options for the servers.
PollResponse is the response for a polling request.
RegisterRequest is a request for client registration to interactsh server.
ResponderServer is a Responder wrapper server instance.
SMBServer is a smb wrapper server instance.
SMTPServer is a smtp server instance that listens both TLS and Non-TLS based servers.