https://github.com/cipherboy/go-wordlists
https://github.com/cipherboy/go-wordlists
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cipherboy/go-wordlists
- Owner: cipherboy
- Created: 2016-02-18T06:14:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T06:15:27.000Z (about 10 years ago)
- Last Synced: 2025-02-03T18:07:43.143Z (about 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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