definitions

package
v0.0.0-...-2fc7b62 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Variables Options
	Workflow  map[string]Process
}

A struct to store configuration options

type Host

type Host struct {
	Address     string
	Hostnames   []string
	Ports       map[int]Port
	OS          string
	Fingerprint string
	Pages       []string
	Misc        string
}

type Options

type Options struct {
	Threads   int
	Addresses string
	Ports     string
	Root      bool
}

type Port

type Port struct {
	ID       int
	Protocol string
	State    string
}

type Process

type Process struct {
	Executable string
	Flags      string
}

type ResultStore

type ResultStore struct {
	Hosts    map[string]Host
	Previous string
	Success  bool
}

type ThreadResult

type ThreadResult struct {
	Result bool
	Err    string
}

Jump to

Keyboard shortcuts

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