Documentation ¶
Index ¶
- Variables
- type ApacheStatusHttpPlugin
- func (ApacheStatusHttpPlugin) GetName() string
- func (ApacheStatusHttpPlugin) GetRequests() []l9format.WebPluginRequest
- func (ApacheStatusHttpPlugin) GetStage() string
- func (ApacheStatusHttpPlugin) GetVersion() (int, int, int)
- func (plugin ApacheStatusHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) (hasLeak bool)
- type CodeJsonReply
- type ConfigJsonHttp
- func (ConfigJsonHttp) GetName() string
- func (ConfigJsonHttp) GetRequests() []l9format.WebPluginRequest
- func (ConfigJsonHttp) GetStage() string
- func (ConfigJsonHttp) GetVersion() (int, int, int)
- func (plugin ConfigJsonHttp) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) (hasLeak bool)
- type ConfluenceVersionIssue
- func (ConfluenceVersionIssue) GetName() string
- func (plugin ConfluenceVersionIssue) GetRequests() []l9format.WebPluginRequest
- func (ConfluenceVersionIssue) GetStage() string
- func (ConfluenceVersionIssue) GetVersion() (int, int, int)
- func (plugin ConfluenceVersionIssue) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) bool
- type DotEnvHttpPlugin
- func (DotEnvHttpPlugin) GetName() string
- func (DotEnvHttpPlugin) GetRequests() []l9format.WebPluginRequest
- func (DotEnvHttpPlugin) GetStage() string
- func (DotEnvHttpPlugin) GetVersion() (int, int, int)
- func (plugin DotEnvHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) (hasLeak bool)
- type FirebaseHttpPlugin
- func (FirebaseHttpPlugin) GetName() string
- func (FirebaseHttpPlugin) GetRequests() []l9format.WebPluginRequest
- func (FirebaseHttpPlugin) GetStage() string
- func (FirebaseHttpPlugin) GetVersion() (int, int, int)
- func (plugin FirebaseHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) (hasLeak bool)
- type GitConfigHttpPlugin
- func (GitConfigHttpPlugin) GetName() string
- func (GitConfigHttpPlugin) GetRequests() []l9format.WebPluginRequest
- func (GitConfigHttpPlugin) GetStage() string
- func (GitConfigHttpPlugin) GetVersion() (int, int, int)
- func (plugin GitConfigHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) (hasLeak bool)
- type IdxConfigPlugin
- func (IdxConfigPlugin) GetName() string
- func (IdxConfigPlugin) GetRequests() []l9format.WebPluginRequest
- func (IdxConfigPlugin) GetStage() string
- func (IdxConfigPlugin) GetVersion() (int, int, int)
- func (plugin IdxConfigPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) (hasLeak bool)
- type JiraPlugin
- type LaravelTelescopeHttpPlugin
- func (LaravelTelescopeHttpPlugin) GetName() string
- func (LaravelTelescopeHttpPlugin) GetRequests() []l9format.WebPluginRequest
- func (LaravelTelescopeHttpPlugin) GetStage() string
- func (LaravelTelescopeHttpPlugin) GetVersion() (int, int, int)
- func (plugin LaravelTelescopeHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) (hasLeak bool)
- type PhpInfoHttpPlugin
- func (PhpInfoHttpPlugin) GetName() string
- func (PhpInfoHttpPlugin) GetRequests() []l9format.WebPluginRequest
- func (PhpInfoHttpPlugin) GetStage() string
- func (PhpInfoHttpPlugin) GetVersion() (int, int, int)
- func (plugin PhpInfoHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) bool
- type WpUserEnumHttp
- func (WpUserEnumHttp) GetName() string
- func (WpUserEnumHttp) GetRequests() []l9format.WebPluginRequest
- func (WpUserEnumHttp) GetStage() string
- func (WpUserEnumHttp) GetVersion() (int, int, int)
- func (plugin WpUserEnumHttp) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, ...) (hasLeak bool)
- type WpUserReply
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfluenceRequest = l9format.WebPluginRequest{Method: "GET", Path: "/login.action"}
View Source
var JiraPluginRequests = []l9format.WebPluginRequest{
{Method: "GET", Path: "/s/lkx/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"},
}
Functions ¶
This section is empty.
Types ¶
type ApacheStatusHttpPlugin ¶
type ApacheStatusHttpPlugin struct {
l9format.ServicePluginBase
}
func (ApacheStatusHttpPlugin) GetName ¶
func (ApacheStatusHttpPlugin) GetName() string
func (ApacheStatusHttpPlugin) GetRequests ¶
func (ApacheStatusHttpPlugin) GetRequests() []l9format.WebPluginRequest
func (ApacheStatusHttpPlugin) GetStage ¶
func (ApacheStatusHttpPlugin) GetStage() string
func (ApacheStatusHttpPlugin) GetVersion ¶
func (ApacheStatusHttpPlugin) GetVersion() (int, int, int)
func (ApacheStatusHttpPlugin) Verify ¶
func (plugin ApacheStatusHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)
type CodeJsonReply ¶
type ConfigJsonHttp ¶
type ConfigJsonHttp struct {
l9format.ServicePluginBase
}
func (ConfigJsonHttp) GetName ¶
func (ConfigJsonHttp) GetName() string
func (ConfigJsonHttp) GetRequests ¶
func (ConfigJsonHttp) GetRequests() []l9format.WebPluginRequest
func (ConfigJsonHttp) GetStage ¶
func (ConfigJsonHttp) GetStage() string
func (ConfigJsonHttp) GetVersion ¶
func (ConfigJsonHttp) GetVersion() (int, int, int)
func (ConfigJsonHttp) Verify ¶
func (plugin ConfigJsonHttp) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)
type ConfluenceVersionIssue ¶
type ConfluenceVersionIssue struct {
l9format.ServicePluginBase
}
func (ConfluenceVersionIssue) GetName ¶
func (ConfluenceVersionIssue) GetName() string
func (ConfluenceVersionIssue) GetRequests ¶
func (plugin ConfluenceVersionIssue) GetRequests() []l9format.WebPluginRequest
func (ConfluenceVersionIssue) GetStage ¶
func (ConfluenceVersionIssue) GetStage() string
func (ConfluenceVersionIssue) GetVersion ¶
func (ConfluenceVersionIssue) GetVersion() (int, int, int)
func (ConfluenceVersionIssue) Verify ¶
func (plugin ConfluenceVersionIssue) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) bool
Test leak from response
type DotEnvHttpPlugin ¶
type DotEnvHttpPlugin struct {
l9format.ServicePluginBase
}
func (DotEnvHttpPlugin) GetName ¶
func (DotEnvHttpPlugin) GetName() string
func (DotEnvHttpPlugin) GetRequests ¶
func (DotEnvHttpPlugin) GetRequests() []l9format.WebPluginRequest
func (DotEnvHttpPlugin) GetStage ¶
func (DotEnvHttpPlugin) GetStage() string
func (DotEnvHttpPlugin) GetVersion ¶
func (DotEnvHttpPlugin) GetVersion() (int, int, int)
func (DotEnvHttpPlugin) Verify ¶
func (plugin DotEnvHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)
type FirebaseHttpPlugin ¶
type FirebaseHttpPlugin struct {
l9format.ServicePluginBase
}
func (FirebaseHttpPlugin) GetName ¶
func (FirebaseHttpPlugin) GetName() string
func (FirebaseHttpPlugin) GetRequests ¶
func (FirebaseHttpPlugin) GetRequests() []l9format.WebPluginRequest
func (FirebaseHttpPlugin) GetStage ¶
func (FirebaseHttpPlugin) GetStage() string
func (FirebaseHttpPlugin) GetVersion ¶
func (FirebaseHttpPlugin) GetVersion() (int, int, int)
func (FirebaseHttpPlugin) Verify ¶
func (plugin FirebaseHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)
type GitConfigHttpPlugin ¶
type GitConfigHttpPlugin struct {
l9format.ServicePluginBase
}
func (GitConfigHttpPlugin) GetName ¶
func (GitConfigHttpPlugin) GetName() string
func (GitConfigHttpPlugin) GetRequests ¶
func (GitConfigHttpPlugin) GetRequests() []l9format.WebPluginRequest
func (GitConfigHttpPlugin) GetStage ¶
func (GitConfigHttpPlugin) GetStage() string
func (GitConfigHttpPlugin) GetVersion ¶
func (GitConfigHttpPlugin) GetVersion() (int, int, int)
func (GitConfigHttpPlugin) Verify ¶
func (plugin GitConfigHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)
type IdxConfigPlugin ¶
type IdxConfigPlugin struct {
l9format.ServicePluginBase
}
func (IdxConfigPlugin) GetName ¶
func (IdxConfigPlugin) GetName() string
func (IdxConfigPlugin) GetRequests ¶
func (IdxConfigPlugin) GetRequests() []l9format.WebPluginRequest
func (IdxConfigPlugin) GetStage ¶
func (IdxConfigPlugin) GetStage() string
func (IdxConfigPlugin) GetVersion ¶
func (IdxConfigPlugin) GetVersion() (int, int, int)
func (IdxConfigPlugin) Verify ¶
func (plugin IdxConfigPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)
type JiraPlugin ¶
type JiraPlugin struct {
l9format.ServicePluginBase
}
func (JiraPlugin) GetName ¶
func (JiraPlugin) GetName() string
func (JiraPlugin) GetRequests ¶
func (plugin JiraPlugin) GetRequests() []l9format.WebPluginRequest
func (JiraPlugin) GetStage ¶
func (JiraPlugin) GetStage() string
func (JiraPlugin) GetVersion ¶
func (JiraPlugin) GetVersion() (int, int, int)
func (JiraPlugin) Verify ¶
func (plugin JiraPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) bool
Test leak from response
type LaravelTelescopeHttpPlugin ¶
type LaravelTelescopeHttpPlugin struct {
l9format.ServicePluginBase
}
func (LaravelTelescopeHttpPlugin) GetName ¶
func (LaravelTelescopeHttpPlugin) GetName() string
func (LaravelTelescopeHttpPlugin) GetRequests ¶
func (LaravelTelescopeHttpPlugin) GetRequests() []l9format.WebPluginRequest
func (LaravelTelescopeHttpPlugin) GetStage ¶
func (LaravelTelescopeHttpPlugin) GetStage() string
func (LaravelTelescopeHttpPlugin) GetVersion ¶
func (LaravelTelescopeHttpPlugin) GetVersion() (int, int, int)
func (LaravelTelescopeHttpPlugin) Verify ¶
func (plugin LaravelTelescopeHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)
type PhpInfoHttpPlugin ¶
type PhpInfoHttpPlugin struct {
l9format.ServicePluginBase
}
func (PhpInfoHttpPlugin) GetName ¶
func (PhpInfoHttpPlugin) GetName() string
func (PhpInfoHttpPlugin) GetRequests ¶
func (PhpInfoHttpPlugin) GetRequests() []l9format.WebPluginRequest
func (PhpInfoHttpPlugin) GetStage ¶
func (PhpInfoHttpPlugin) GetStage() string
func (PhpInfoHttpPlugin) GetVersion ¶
func (PhpInfoHttpPlugin) GetVersion() (int, int, int)
func (PhpInfoHttpPlugin) Verify ¶
func (plugin PhpInfoHttpPlugin) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) bool
type WpUserEnumHttp ¶
type WpUserEnumHttp struct {
l9format.ServicePluginBase
}
func (WpUserEnumHttp) GetName ¶
func (WpUserEnumHttp) GetName() string
func (WpUserEnumHttp) GetRequests ¶
func (WpUserEnumHttp) GetRequests() []l9format.WebPluginRequest
func (WpUserEnumHttp) GetStage ¶
func (WpUserEnumHttp) GetStage() string
func (WpUserEnumHttp) GetVersion ¶
func (WpUserEnumHttp) GetVersion() (int, int, int)
func (WpUserEnumHttp) Verify ¶
func (plugin WpUserEnumHttp) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)
Click to show internal directories.
Click to hide internal directories.