Documentation ¶
Index ¶
- type Content
- type Row
- type Summary
- type SummaryField
- type Table
- type WebUI
- func (wui *WebUI) DeleteTag(w http.ResponseWriter, r *http.Request)
- func (wui *WebUI) GetUserDefinedRow(rel crawldb.Relationship) (string, []string)
- func (wui *WebUI) GetUserDefinedTable(rel crawldb.Relationship) (Table, error)
- func (wui *WebUI) Index(w http.ResponseWriter, r *http.Request)
- func (wui *WebUI) Listen(osc *config.OnionScanConfig, port int)
- func (wui *WebUI) Save(w http.ResponseWriter, r *http.Request)
- func (wui *WebUI) SavedSearches(w http.ResponseWriter, r *http.Request)
- func (wui *WebUI) Tag(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Summary ¶
type Summary struct { Fields []SummaryField Total int Title string }
type WebUI ¶
type WebUI struct { Done chan bool // contains filtered or unexported fields }
func (*WebUI) DeleteTag ¶
func (wui *WebUI) DeleteTag(w http.ResponseWriter, r *http.Request)
Delete tag implements the /delete-tag endpoint
func (*WebUI) GetUserDefinedRow ¶
func (wui *WebUI) GetUserDefinedRow(rel crawldb.Relationship) (string, []string)
GetUserDefinedRow returns, from an initial relationship, a complete user defined relationship row - in the order it is defined in the crawl config.
func (*WebUI) GetUserDefinedTable ¶
func (wui *WebUI) GetUserDefinedTable(rel crawldb.Relationship) (Table, error)
GetUserDefinedRow returns, from an initial relationship, a complete user defined relationship row - in the order it is defined in the crawl config.
func (*WebUI) Index ¶
func (wui *WebUI) Index(w http.ResponseWriter, r *http.Request)
Index implements the main search functionality of the webui
func (*WebUI) Save ¶
func (wui *WebUI) Save(w http.ResponseWriter, r *http.Request)
Save implements the Saved Searches Feature
func (*WebUI) SavedSearches ¶
func (wui *WebUI) SavedSearches(w http.ResponseWriter, r *http.Request)
SavedSearches provides the user with a list of searches they have saved.
Click to show internal directories.
Click to hide internal directories.