wordlist

package
v0.0.0-...-c20d51c Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package wordlist provides the ability to read wordlists as well as default wordlists.

Index

Constants

This section is empty.

Variables

View Source
var DefaultWordlist = `` /* 6315-byte string literal not displayed */
View Source
var ShortWordlist = `
.git
admin
administrator
backup
backups
cgi-bin
index
login
web
webadmin
www
`

Functions

func LoadBuiltinWordlist

func LoadBuiltinWordlist(which string) ([]string, error)

Loads a built-in wordlist for basic scans.

func LoadWordlist

func LoadWordlist(path string) ([]string, error)

First try loading from a file, then try loading from built-ins

func ReadWordlist

func ReadWordlist(rdr io.Reader) ([]string, error)

Load a wordlist from a reader. This basically just splits the contents of a reader on newlines.

func ReadWordlistFile

func ReadWordlistFile(path string) ([]string, error)

Load a Wordlist from a file.

Types

This section is empty.

Jump to

Keyboard shortcuts

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