web

package
v1.4.6 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2022 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

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

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)

type WpUserReply

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