Documentation ¶ Index ¶ func RunHttpxAndGetResults(url string, debug bool, extra ...string) ([]string, error) func RunHttpxBinaryAndGetResults(target string, httpxBinary string, debug bool, args []string) ([]string, error) type TestCase Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunHttpxAndGetResults ¶ func RunHttpxAndGetResults(url string, debug bool, extra ...string) ([]string, error) RunNucleiAndGetResults returns a list of results for a template func RunHttpxBinaryAndGetResults ¶ added in v1.1.4 func RunHttpxBinaryAndGetResults(target string, httpxBinary string, debug bool, args []string) ([]string, error) Types ¶ type TestCase ¶ type TestCase interface { // Execute executes a test case and returns any errors if occurred Execute() error } TestCase is a single integration test case Source Files ¶ View all Source files integration.go Click to show internal directories. Click to hide internal directories.