firebird

package module
v0.0.0-...-51a455e Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2024 License: Unlicense Imports: 16 Imported by: 0

README

Firebird logo

Firebird

A fast KiwiFlare solver lib. Still heavily WIP.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContextDialer

type ContextDialer func(ctx context.Context, network, address string) (net.Conn, error)

type Solution

type Solution interface {
	QueryStr() string
	Solution() ([]byte, uint32, []byte)
}

PoW challenge solution.

func Solve

func Solve(proxy ContextDialer, host string) (Solution, error)

Request and solve a KiwiFlare challenge. The request for the challenge may be routed through a proxy context. The site's domain is not consistent, so it must be provided manually.

Jump to

Keyboard shortcuts

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