poc

package
v0.0.0-...-d9c3df7 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Demo

type Demo struct{}

func (Demo) CheckExp

func (d Demo) CheckExp(resp *req.Response, target string, hashmap map[string]interface{}) bool

func (Demo) SaveResult

func (d Demo) SaveResult(target, file string)

SaveResult 保存结果

func (Demo) SendPoc

func (d Demo) SendPoc(target string, hashmap map[string]interface{})

type IsAliveUrl

type IsAliveUrl struct{}

func (IsAliveUrl) CheckExp

func (t IsAliveUrl) CheckExp(resp *req.Response, target string, hashmap map[string]interface{}) bool

func (IsAliveUrl) SaveResult

func (t IsAliveUrl) SaveResult(target string, file string)

func (IsAliveUrl) SendPoc

func (t IsAliveUrl) SendPoc(target string, hashmap map[string]interface{})

type PoC

type PoC interface {
	SendPoc(target string, hashmap map[string]interface{})
	SaveResult(target string, file string)
	CheckExp(resp *req.Response, target string, hashmap map[string]interface{}) bool
}

PoC poc接口

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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