_ _ _ _
__ __ ___ _ __ __| | | |(_) ___ | |_ ___
\ \ /\ / // _ \| '__|/ _` | | || |/ __|| __|/ __|
\ V V /| __/| | | (_| | | || |\__ \| |_ \__ \
\_/\_/ \___||_| \__,_| |_||_||___/ \__||___/
Text files consisting mostly of Wordlists (whitespace-delimited/line-based entries), CSV (Comma Separated Values), Office Open XML (OOXML) (a.k.a. ECMA-376) and similar data sets that are useful in manually crafting test cases or developing an automated black-box fuzzer. In particular, the data contained within these mostly text files is intended for the purposes of programmatically testing security..
If you're already familiar with established repositories such as
fuzzdb and
SecLists,
then werdlists
is quite similar in mission as it's a centralized attack strings
resource--just with its own unique style and organization, original hand-crafted contents,
expanded concepts, etc.
The scripts
folder consists of shell scripts used for maintenance and such.
Data folders are outlined in the root-index.lst
file at the root of the
repository's directory hierarchy. All files in each folder are detailed in one
of their own specific index.lst
files which is like root-index.lst
, but it
only contains entries that describe associated file names as opposed to folder
names.
Although the majority of files have the .txt extension that signifies the MIME type text/plain--pay close attention, because other file extensions are in use on occassion as well, such as .csv (comma-separated values), or .xml which denotes Extended Markup Language. Files with a non-ASCII or binary character set are assigned the .bin extension.
user@host:~/repos/werdlists$ file -i cipher-data/java-example-keystore.bin
./cipher-data/java-example-keystore.bin: application/x-java-keystore; charset=binary
user@host:~/repos/werdlists$ file -i http-headers/http-response-headers.txt
http-headers/http-response-headers.txt: text/plain; charset=us-ascii
user@host:~/repos/werdlists$ file -i nvd-data/nvdcve-2.0-Recent.xml
nvd-data/nvdcve-2.0-Recent.xml: application/xml; charset=us-ascii
user@host:~/repos/werdlists$ file -kz file-extens/classify-list.xlsx
file-extens/classify-list.xlsx: XML 1.0 document text\012- XML document, ASCII text, with very long lines, with CR line ter
minators\012- data (Zip archive data, at least v2.0 to extract\012- data)