filter

package
v0.0.0-...-b5b2af5 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package filter find web script from image/container

Index

Constants

This section is empty.

Variables

View Source
var Kit *kit

Functions

This section is empty.

Types

type ScriptSuffix

type ScriptSuffix string
const (
	PHP_SUFFIX ScriptSuffix = ".php"
	JSP_SUFFIX ScriptSuffix = ".jsp"
	ASP_SUFFIX ScriptSuffix = ".asp"
)

func (ScriptSuffix) Match

func (s ScriptSuffix) Match(name string) bool

func (ScriptSuffix) String

func (s ScriptSuffix) String() string

type ScriptType

type ScriptType string
const (
	UNKNOWN_TYPE            = "UNKNOWN"
	PHP_TYPE     ScriptType = "php"
	JSP_TYPE     ScriptType = "jsp"
	ASP_TYPE     ScriptType = "asp"
)

func (ScriptType) String

func (s ScriptType) String() string

Jump to

Keyboard shortcuts

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