secrets

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package secrets is a knowledgebase.Extractor that detects exposed credentials in crawled response bodies using Praetorian's Titus engine. Validation is opt-in because confirming a key sends a live API call to the credential's provider, which logs against the credential owner.

Index

Constants

View Source
const Name = "secrets"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Validate bool
}

type Extractor

type Extractor struct {
	// contains filtered or unexported fields
}

func New

func New(cfg Config) (*Extractor, error)

func (*Extractor) Close

func (e *Extractor) Close() error

func (*Extractor) Extract

func (e *Extractor) Extract(body string, _ *http.Request, _ *http.Response) map[string]any

func (*Extractor) Name

func (e *Extractor) Name() string

Jump to

Keyboard shortcuts

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