Documentation
¶
Index ¶
- Variables
- func AddJobCounter()
- func AddTaskCounter()
- func ClearTaskCounter()
- func FormatObjOutput(obj *OutObj, format string, color bool) []byte
- func GetCounter() []int64
- func GetCounterSingle(which int8) int64
- func GetCurrentRate() int32
- func GetTimeLapsed() time.Duration
- func SetJobCounter(total int64)
- func SetTaskCounter(total int64)
- type OutObj
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobOutSettings *fuzzTypes.OutputSettings
Functions ¶
func ClearTaskCounter ¶
func ClearTaskCounter()
func FormatObjOutput ¶
FormatObjOutput 根据格式将OutObj输出
Types ¶
type OutObj ¶
type OutObj struct {
XMLName xml.Name `json:"-" xml:"output"`
Keywords []string `json:"keywords" xml:"keywords>keyword"`
Payloads []string `json:"payloads" xml:"payloads>payload"`
Request *fuzzTypes.Req `json:"request" xml:"request"`
Response *fuzzTypes.Resp `json:"response" xml:"response"`
Msg string `json:"msg,omitempty" xml:"msg,omitempty"`
}
OutObj 用于输出的结构体
Click to show internal directories.
Click to hide internal directories.