Documentation
¶
Index ¶
- type FuzzAttack
- type Handler
- func (h *Handler) CreateAttack(c *fiber.Ctx) error
- func (h *Handler) CreateDomain(c *fiber.Ctx) error
- func (h *Handler) CreateEndpoint(c *fiber.Ctx) error
- func (h *Handler) CreateFuzzAttack(c *fiber.Ctx) error
- func (h *Handler) CreateReport(c *fiber.Ctx) error
- func (h *Handler) CreateSession(c *fiber.Ctx) error
- func (h *Handler) CreateSessionMessage(c *fiber.Ctx) error
- func (h *Handler) DeleteAttackResults(c *fiber.Ctx) error
- func (h *Handler) DeleteDomain(c *fiber.Ctx) error
- func (h *Handler) DeleteReport(c *fiber.Ctx) error
- func (h *Handler) DeleteSession(c *fiber.Ctx) error
- func (h *Handler) ExploreEndpointExample(c *fiber.Ctx) error
- func (h *Handler) ExploreHostExample(c *fiber.Ctx) error
- func (h *Handler) GetAttack(c *fiber.Ctx) error
- func (h *Handler) GetAttackResults(c *fiber.Ctx) error
- func (h *Handler) GetAttacks(c *fiber.Ctx) error
- func (h *Handler) GetDomain(c *fiber.Ctx) error
- func (h *Handler) GetDomainHosts(c *fiber.Ctx) error
- func (h *Handler) GetDomains(c *fiber.Ctx) error
- func (h *Handler) GetEndpoint(c *fiber.Ctx) error
- func (h *Handler) GetEndpoints(c *fiber.Ctx) error
- func (h *Handler) GetReport(c *fiber.Ctx) error
- func (h *Handler) GetReports(c *fiber.Ctx) error
- func (h *Handler) GetRequest(c *fiber.Ctx) error
- func (h *Handler) GetRequests(c *fiber.Ctx) error
- func (h *Handler) GetSession(c *fiber.Ctx) error
- func (h *Handler) GetSessionMessages(c *fiber.Ctx) error
- func (h *Handler) GetSessions(c *fiber.Ctx) error
- func (h *Handler) Navigation(c *fiber.Ctx) error
- func (h *Handler) ProxyStart(c *fiber.Ctx) error
- func (h *Handler) ProxyStatus(c *fiber.Ctx) error
- func (h *Handler) ProxyStop(c *fiber.Ctx) error
- func (h *Handler) Register(c *fiber.Ctx) error
- func (h *Handler) Replay(c *fiber.Ctx) error
- func (h *Handler) Status(c *fiber.Ctx) error
- func (h *Handler) TunnelStart(c *fiber.Ctx) error
- func (h *Handler) TunnelStatus(c *fiber.Ctx) error
- func (h *Handler) TunnelStop(c *fiber.Ctx) error
- func (h *Handler) UpdateDomain(c *fiber.Ctx) error
- func (h *Handler) WebSocket(c *websocket.Conn)
- func (h *Handler) WebSocketUpgrade(c *fiber.Ctx) error
- type NavigationRecord
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuzzAttack ¶
type FuzzAttack struct {
Target string `json:"target"`
}
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewWsHandler ¶
func (*Handler) ExploreEndpointExample ¶
unused
func (*Handler) ExploreHostExample ¶
unused
func (*Handler) GetAttackResults ¶ added in v0.2.0
func (*Handler) Navigation ¶
Navigation handles navigation follow commands from the frontend.
type NavigationRecord ¶
type NavigationRecord struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.