An open API service indexing awesome lists of open source software.

https://github.com/cipherboy/go-wordlists


https://github.com/cipherboy/go-wordlists

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-wordlist
u: Alexander Scheel
e:
l: BSD: 2-clause

Basic word list generator taking the original input and adding numbers of
lengths 1-4 (0-9, 00-99, 000-999, and 0000-9999) and writing to STDOUT using
buffio (performance reasons).

Note, output is not sorted in any order.

hello
hello0
...
hello9
hello00
...
hello99
hello000
...
hello999
hello0000
...
hello9999