turbograb

package module
v0.0.0-...-c4af39a Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2024 License: MIT Imports: 1 Imported by: 0

README

turbograb

Grab the content of lots of websites in parallel

turbograb --sitefile=yoursites.txt --parallel=4096 --timeout=5 --outputpath=/my/results --showerrors=true

Dedicated to my friend mr-r3b00t

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoded

type Encoded struct {
	Site string
	Data []byte
}

type Result

type Result struct {
	Site         string              `json:"site,omitempty" bson:"site,omitempty"`
	URL          string              `json:"url,omitempty" bson:"url,omitempty"`
	IPaddress    string              `json:"ip,omitempty" bson:"ip,omitempty"`
	Code         int                 `json:"resultcode,omitempty" bson:"resultcode,omitempty"`
	Certificates []*x509.Certificate `json:"certificates,omitempty" bson:"certificates,omitempty"`
	Error        string              `json:"error,omitempty" bson:"error,omitempty"`
	Warnings     []string            `json:"warnings,omitempty" bson:"warnings,omitempty"`
	Body         string              `json:"body,omitempty" bson:"body,omitempty"`
	Header       string              `json:"headers,omitempty" bson:"headers,omitempty"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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