Versions in this module Expand all Collapse all v0 v0.2.1 Apr 7, 2022 Changes in this version + type Options struct + AllowInsecureURIs bool + Debug bool + FollowRedirect bool + HTTPGet bool + HTTPPost bool + Identifier string + Logger *zerolog.Logger + Proxy string + RunBaseline bool + RunExploit bool + RunSafe bool + Sleep int + TargetFile string + Threads int + func NewOptions() *Options + type Processor struct + BaseURL *url.URL + BaselineResponseStatus int + ExploitResponseStatus int + Exploited bool + FinalBaselineURL *url.URL + FinalExploitURL *url.URL + FinalResetURL *url.URL + FinalSafeURL *url.URL + HTTPClient *http.Client + HTTPMethod string + Identifier string + Logger *zerolog.Logger + ResetResponseStatus int + SafeResponseStatus int + Verification string + Vulnerable bool + Working bool + func (p *Processor) Baseline() (err error) + func (p *Processor) Exploit() (err error) + func (p *Processor) Reset() (err error) + func (p *Processor) Safe() (err error)