Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastAPILibrary ¶
type FastAPILibrary struct{}
func (*FastAPILibrary) AnalyzeResponse ¶
func (fastapiLib *FastAPILibrary) AnalyzeResponse(response *common.RequestInfo) bool
func (*FastAPILibrary) ModuleRun ¶
func (fastapiLib *FastAPILibrary) ModuleRun(target string, config *webscan.AppFingerprintConfig) (*webscan.AppFingerprintAttemptInfo, []string)
type GraphQLLibrary ¶
type GraphQLLibrary struct{}
func (*GraphQLLibrary) AnalyzeResponse ¶
func (graphqlLib *GraphQLLibrary) AnalyzeResponse(response *common.RequestInfo) bool
func (*GraphQLLibrary) ModuleRun ¶
func (graphqlLib *GraphQLLibrary) ModuleRun(target string, config *webscan.AppFingerprintConfig) (*webscan.AppFingerprintAttemptInfo, []string)
type GrpcLibrary ¶
type GrpcLibrary struct{}
func (*GrpcLibrary) AnalyzeResponse ¶
func (grpcLib *GrpcLibrary) AnalyzeResponse(response *common.RequestInfo) bool
func (*GrpcLibrary) ModuleRun ¶
func (grpcLib *GrpcLibrary) ModuleRun(target string, config *webscan.AppFingerprintConfig) (*webscan.AppFingerprintAttemptInfo, []string)
type K8sLibrary ¶
type K8sLibrary struct{}
func (*K8sLibrary) AnalyzeResponse ¶
func (k8sLib *K8sLibrary) AnalyzeResponse(response *common.RequestInfo) bool
func (*K8sLibrary) ModuleRun ¶
func (k8sLib *K8sLibrary) ModuleRun(target string, config *webscan.AppFingerprintConfig) (*webscan.AppFingerprintAttemptInfo, []string)
type SwaggerLibrary ¶
type SwaggerLibrary struct{}
func (*SwaggerLibrary) AnalyzeResponse ¶
func (swaggerLib *SwaggerLibrary) AnalyzeResponse(response *common.RequestInfo) bool
func (*SwaggerLibrary) ModuleRun ¶
func (swaggerLib *SwaggerLibrary) ModuleRun(target string, config *webscan.AppFingerprintConfig) (*webscan.AppFingerprintAttemptInfo, []string)
Click to show internal directories.
Click to hide internal directories.