entropy

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct{}

func New

func New() *Engine

func (*Engine) Analyze

func (e *Engine) Analyze(raw string) Result

Analyze parses the URL internally — use AnalyzeParsed if you already have *url.URL.

func (*Engine) AnalyzeParsed

func (e *Engine) AnalyzeParsed(u *url.URL) Result

type Result

type Result struct {
	HasHighEntropy bool
	Suspicious     []string
}

Jump to

Keyboard shortcuts

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