gr

package module
v0.0.0-...-70d7c73 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

README

gr

Library package for golang replacement of 'python -c' operating as a machine or daemon.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Daemon

type Daemon struct {
	Options Dopt
	// contains filtered or unexported fields
}

type Dopt

type Dopt struct {
	Input  string // empty = stdin, filename = read input from file
	Output string // empty = stdout, filename = write output to file
	Log    string // empty = stderr, filename = write log to file
	Fuzz   string // empty = no behavior, pattern = fuzz within regexp pattern
	Brute  string // empty = no behavior, pattern = particular instance of regexp pattern
}

type Machine

type Machine struct {
	Options Mopt
	// contains filtered or unexported fields
}

type Mopt

type Mopt struct {
	Input  string // empty = stdin, filename = read input from file
	Output string // empty = stdout, filename = write output to file
	Log    string // empty = stderr, filename = write log to file
	Fuzz   string // empty = no behavior, pattern = fuzz within regexp pattern
	Brute  string // empty = no behavior, pattern = particular instance of regexp pattern
}

Jump to

Keyboard shortcuts

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