Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PocResult ¶
type PocResult struct { FullTarget string ResultRequest *proto.Request ResultResponse *proto.Response IsVul bool }
func (*PocResult) ReadFullResultRequestInfo ¶
func (*PocResult) ReadFullResultResponseInfo ¶
type Result ¶
type Result struct { IsVul bool Target string FullTarget string PocInfo *poc.Poc AllPocResult []*PocResult Output string FingerResult any }
func (*Result) PrintColorResultInfoConsole ¶
func (*Result) PrintResultInfo ¶
func (*Result) ReadPocInfo ¶
func (*Result) WriteOutput ¶
func (r *Result) WriteOutput()
Click to show internal directories.
Click to hide internal directories.