handlers

package
v0.1.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

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 NewHandler

func NewHandler(pool *ws.Pool, db *gorm.DB) *Handler

func NewWsHandler

func NewWsHandler(pool *ws.Pool) *Handler

func (*Handler) CreateAttack

func (h *Handler) CreateAttack(c *fiber.Ctx) error

func (*Handler) CreateDomain

func (h *Handler) CreateDomain(c *fiber.Ctx) error

func (*Handler) CreateEndpoint

func (h *Handler) CreateEndpoint(c *fiber.Ctx) error

func (*Handler) CreateFuzzAttack

func (h *Handler) CreateFuzzAttack(c *fiber.Ctx) error

func (*Handler) CreateReport

func (h *Handler) CreateReport(c *fiber.Ctx) error

func (*Handler) CreateSession

func (h *Handler) CreateSession(c *fiber.Ctx) error

func (*Handler) CreateSessionMessage

func (h *Handler) CreateSessionMessage(c *fiber.Ctx) error

func (*Handler) DeleteAttackResults

func (h *Handler) DeleteAttackResults(c *fiber.Ctx) error

func (*Handler) DeleteDomain

func (h *Handler) DeleteDomain(c *fiber.Ctx) error

func (*Handler) DeleteReport

func (h *Handler) DeleteReport(c *fiber.Ctx) error

func (*Handler) DeleteSession

func (h *Handler) DeleteSession(c *fiber.Ctx) error

func (*Handler) ExploreEndpointExample

func (h *Handler) ExploreEndpointExample(c *fiber.Ctx) error

unused

func (*Handler) ExploreHostExample

func (h *Handler) ExploreHostExample(c *fiber.Ctx) error

unused

func (*Handler) GetDomain

func (h *Handler) GetDomain(c *fiber.Ctx) error

func (*Handler) GetDomainHosts

func (h *Handler) GetDomainHosts(c *fiber.Ctx) error

func (*Handler) GetDomains

func (h *Handler) GetDomains(c *fiber.Ctx) error

func (*Handler) GetEndpoint

func (h *Handler) GetEndpoint(c *fiber.Ctx) error

func (*Handler) GetEndpoints

func (h *Handler) GetEndpoints(c *fiber.Ctx) error

func (*Handler) GetReport

func (h *Handler) GetReport(c *fiber.Ctx) error

func (*Handler) GetReports

func (h *Handler) GetReports(c *fiber.Ctx) error

func (*Handler) GetRequest

func (h *Handler) GetRequest(c *fiber.Ctx) error

func (*Handler) GetRequests

func (h *Handler) GetRequests(c *fiber.Ctx) error

func (*Handler) GetSession

func (h *Handler) GetSession(c *fiber.Ctx) error

func (*Handler) GetSessionMessages

func (h *Handler) GetSessionMessages(c *fiber.Ctx) error

func (*Handler) GetSessions

func (h *Handler) GetSessions(c *fiber.Ctx) error

func (*Handler) Navigation

func (h *Handler) Navigation(c *fiber.Ctx) error

Navigation handles navigation follow commands from the frontend.

func (*Handler) ProxyStart

func (h *Handler) ProxyStart(c *fiber.Ctx) error

func (*Handler) ProxyStatus

func (h *Handler) ProxyStatus(c *fiber.Ctx) error

func (*Handler) ProxyStop

func (h *Handler) ProxyStop(c *fiber.Ctx) error

func (*Handler) Register

func (h *Handler) Register(c *fiber.Ctx) error

func (*Handler) Replay

func (h *Handler) Replay(c *fiber.Ctx) error

func (*Handler) Status

func (h *Handler) Status(c *fiber.Ctx) error

func (*Handler) TunnelStart

func (h *Handler) TunnelStart(c *fiber.Ctx) error

func (*Handler) TunnelStatus

func (h *Handler) TunnelStatus(c *fiber.Ctx) error

func (*Handler) TunnelStop

func (h *Handler) TunnelStop(c *fiber.Ctx) error

func (*Handler) UpdateDomain

func (h *Handler) UpdateDomain(c *fiber.Ctx) error

func (*Handler) WebSocket

func (h *Handler) WebSocket(c *websocket.Conn)

func (*Handler) WebSocketUpgrade

func (h *Handler) WebSocketUpgrade(c *fiber.Ctx) error
type NavigationRecord struct {
	To   string `json:"to"`
	From string `json:"from"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL