Documentation ¶
Index ¶
- func GetAllScan(c *gin.Context)
- func GetRecord(c *gin.Context)
- func GetRecords(c *gin.Context)
- func GetSignSummary(c *gin.Context)
- func GetSigns(c *gin.Context)
- func GetStats(c *gin.Context)
- func InitRouter(options libs.Options, result chan libs.Record)
- func ParseRaw(c *gin.Context)
- func Ping(c *gin.Context)
- func ReceiveRequest(result chan libs.Record) gin.HandlerFunc
- func SetBurpCollab(c *gin.Context)
- func UpdateDefaultSign(c *gin.Context)
- type RequestData
- type SignConfig
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitRouter ¶
InitRouter start point of api server
func ReceiveRequest ¶
func ReceiveRequest(result chan libs.Record) gin.HandlerFunc
ReceiveRequest is handler to got request from Burp
func UpdateDefaultSign ¶
UpdateDefaultSign geet record by scan
Types ¶
type RequestData ¶
type RequestData struct { RawReq string `json:"req"` RawRes string `json:"res"` URL string `json:"url"` }
RequestData struct for recive request from burp
Click to show internal directories.
Click to hide internal directories.