web

package
v1.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2021 License: MIT Imports: 12 Imported by: 0

Documentation

Index

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) 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 CodeJsonReply struct {
	Code   int `json:"code"`
	Status int `json:"status"`
}

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 added in v1.4.0

type ConfluenceVersionIssue struct {
	l9format.ServicePluginBase
}

func (ConfluenceVersionIssue) GetName added in v1.4.0

func (ConfluenceVersionIssue) GetName() string

func (ConfluenceVersionIssue) GetRequests added in v1.4.0

func (plugin ConfluenceVersionIssue) GetRequests() []l9format.WebPluginRequest

func (ConfluenceVersionIssue) GetStage added in v1.4.0

func (ConfluenceVersionIssue) GetStage() string

func (ConfluenceVersionIssue) GetVersion added in v1.4.0

func (ConfluenceVersionIssue) GetVersion() (int, int, int)

func (ConfluenceVersionIssue) Verify added in v1.4.0

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 added in v1.0.1

type FirebaseHttpPlugin struct {
	l9format.ServicePluginBase
}

func (FirebaseHttpPlugin) GetName added in v1.0.1

func (FirebaseHttpPlugin) GetName() string

func (FirebaseHttpPlugin) GetRequests added in v1.0.1

func (FirebaseHttpPlugin) GetStage added in v1.0.1

func (FirebaseHttpPlugin) GetStage() string

func (FirebaseHttpPlugin) GetVersion added in v1.0.1

func (FirebaseHttpPlugin) GetVersion() (int, int, int)

func (FirebaseHttpPlugin) Verify added in v1.0.1

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) 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 added in v1.4.0

type JiraPlugin struct {
	l9format.ServicePluginBase
}

func (JiraPlugin) GetName added in v1.4.0

func (JiraPlugin) GetName() string

func (JiraPlugin) GetRequests added in v1.4.0

func (plugin JiraPlugin) GetRequests() []l9format.WebPluginRequest

func (JiraPlugin) GetStage added in v1.4.0

func (JiraPlugin) GetStage() string

func (JiraPlugin) GetVersion added in v1.4.0

func (JiraPlugin) GetVersion() (int, int, int)

func (JiraPlugin) Verify added in v1.4.0

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) GetRequests

func (LaravelTelescopeHttpPlugin) GetStage

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) 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 added in v1.3.1

type WpUserEnumHttp struct {
	l9format.ServicePluginBase
}

func (WpUserEnumHttp) GetName added in v1.3.1

func (WpUserEnumHttp) GetName() string

func (WpUserEnumHttp) GetRequests added in v1.3.1

func (WpUserEnumHttp) GetRequests() []l9format.WebPluginRequest

func (WpUserEnumHttp) GetStage added in v1.3.1

func (WpUserEnumHttp) GetStage() string

func (WpUserEnumHttp) GetVersion added in v1.3.1

func (WpUserEnumHttp) GetVersion() (int, int, int)

func (WpUserEnumHttp) Verify added in v1.3.1

func (plugin WpUserEnumHttp) Verify(request l9format.WebPluginRequest, response l9format.WebPluginResponse, event *l9format.L9Event, options map[string]string) (hasLeak bool)

type WpUserReply added in v1.3.1

type WpUserReply struct {
	Id   int64
	Name string
	Url  string
	Slug string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL