output

package
v0.7.9 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrFolderNameConflict = errors.New("file or folder with same name as output folder already exists in the current directory")

Functions

This section is empty.

Types

type Dnsx added in v0.7.2

type Dnsx struct{}

func (Dnsx) Emit added in v0.7.2

func (Dnsx) Emit(o *Output, basePathNoExt string) error

func (Dnsx) Name added in v0.7.2

func (Dnsx) Name() string

type Emitter

type Emitter interface {
	Name() string
	Emit(o *Output, basePathNoExt string) error
}

type Emitters

type Emitters []Emitter

func DefaultEmitters

func DefaultEmitters() Emitters

func (Emitters) Emit

func (emtrs Emitters) Emit(o *Output) error

type Gau added in v0.7.2

type Gau struct{}

func (Gau) Emit added in v0.7.2

func (Gau) Emit(o *Output, basePathNoExt string) error

func (Gau) Name added in v0.7.2

func (Gau) Name() string

type Httpx

type Httpx struct{}

func (Httpx) Emit

func (Httpx) Emit(o *Output, basePathNoExt string) error

func (Httpx) Name

func (Httpx) Name() string

type Katana

type Katana struct{}

func (Katana) Emit

func (Katana) Emit(o *Output, basePathNoExt string) error

func (Katana) Name

func (Katana) Name() string

type Mode

type Mode int
const (
	File Mode = iota
)

type Nuclei

type Nuclei struct{}

func (Nuclei) Emit

func (Nuclei) Emit(o *Output, basePathNoExt string) error

func (Nuclei) Name

func (Nuclei) Name() string

type Output

type Output struct {
	ToolsRepo  *db.ToolsRepository
	DomainID   int
	Mode       Mode
	FolderPath string
}

func New

func New(database *db.DB, domainID int, mode Mode, folderPath string) *Output

type Subfinder

type Subfinder struct{}

func (Subfinder) Emit

func (Subfinder) Emit(o *Output, basePathNoExt string) error

func (Subfinder) Name

func (Subfinder) Name() string

Jump to

Keyboard shortcuts

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