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) 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) CreateAttack ¶
func (*Handler) CreateDomain ¶
func (*Handler) CreateEndpoint ¶
func (*Handler) CreateFuzzAttack ¶
func (*Handler) CreateReport ¶
func (*Handler) CreateSession ¶
func (*Handler) CreateSessionMessage ¶
func (*Handler) DeleteAttackResults ¶
func (*Handler) DeleteDomain ¶
func (*Handler) DeleteReport ¶
func (*Handler) DeleteSession ¶
func (*Handler) ExploreEndpointExample ¶
unused
func (*Handler) ExploreHostExample ¶
unused
func (*Handler) GetDomainHosts ¶
func (*Handler) GetDomains ¶
func (*Handler) GetEndpoint ¶
func (*Handler) GetEndpoints ¶
func (*Handler) GetReports ¶
func (*Handler) GetRequest ¶
func (*Handler) GetRequests ¶
func (*Handler) GetSession ¶
func (*Handler) GetSessionMessages ¶
func (*Handler) GetSessions ¶
func (*Handler) Navigation ¶
Navigation handles navigation follow commands from the frontend.
func (*Handler) ProxyStart ¶
func (*Handler) ProxyStatus ¶
func (*Handler) TunnelStart ¶
func (*Handler) TunnelStatus ¶
func (*Handler) TunnelStop ¶
func (*Handler) UpdateDomain ¶
func (*Handler) WebSocketUpgrade ¶
type NavigationRecord ¶
type NavigationRecord struct {}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.