Documentation
¶
Index ¶
- type Listener
- func (l *Listener) GeneratePayload(_, payloadType string) (string, error)
- func (l *Listener) Interact(id int) error
- func (l *Listener) Kill(id int) error
- func (l *Listener) Name() string
- func (l *Listener) Sessions() []*session.Session
- func (l *Listener) Setup(lhost string, lport int) error
- func (l *Listener) Shutdown() error
- func (l *Listener) WaitForSession(timeout time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
Listener is an HTTP polling reverse shell listener.
func (*Listener) GeneratePayload ¶
Click to show internal directories.
Click to hide internal directories.