cmd

package
v0.0.0-...-3ab05a9 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "gitlabhound"
View Source
const Version = "0.1"

Variables

This section is empty.

Functions

func Execute

func Execute() error

Types

type CollectConfig

type CollectConfig struct {
	URL       string
	UserAgent string
	Throttle  float64
	Jitter    int
	Proxy     string
	Token     string
	Verbose   bool
	Debug     bool
}

type DiagramConfig

type DiagramConfig struct {
	OutputDir string
	Format    string
	Color     bool
}

type EnrichConfig

type EnrichConfig struct {
	BloodHound string
	Username   string
	Password   string
	Proxy      string
	Verbose    bool
	Debug      bool
}

type RegisterConfig

type RegisterConfig struct {
	BloodHound string
	Username   string
	Password   string
	Proxy      string
	Verbose    bool
	Debug      bool
}

type ThrottledTransport

type ThrottledTransport struct {
	Base     http.RoundTripper
	MinDelay time.Duration // minimum delay between requests
	Jitter   float64       // 0.0–1.0 (e.g. 1.0 = up to 100%)
	// contains filtered or unexported fields
}

ThrottledTransport enforces a minimum delay between requests with optional jitter.

func (*ThrottledTransport) RoundTrip

func (t *ThrottledTransport) RoundTrip(req *http.Request) (*http.Response, error)

type VisualizeConfig

type VisualizeConfig struct {
	Verbose     bool
	Debug       bool
	Format      string
	Color       bool
	Traversable bool
}

Jump to

Keyboard shortcuts

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