Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApacheLibrary ¶
type ApacheLibrary struct{}
func (*ApacheLibrary) AnalyzeResponse ¶
func (apLib *ApacheLibrary) AnalyzeResponse(response *common.RequestInfo) bool
func (*ApacheLibrary) ModuleRun ¶
func (apLib *ApacheLibrary) ModuleRun(target string, config *webscan.AppFingerprintConfig) (*webscan.AppFingerprintAttemptInfo, []string)
type NginxLibrary ¶
type NginxLibrary struct{}
func (*NginxLibrary) AnalyzeResponse ¶
func (ngLib *NginxLibrary) AnalyzeResponse(response *common.RequestInfo) bool
func (*NginxLibrary) ModuleRun ¶
func (ngLib *NginxLibrary) ModuleRun(target string, config *webscan.AppFingerprintConfig) (*webscan.AppFingerprintAttemptInfo, []string)
Click to show internal directories.
Click to hide internal directories.