Skip to content

Custom wordlists for fuzzing (forked from SecLists)

License

Notifications You must be signed in to change notification settings

JulianGR/dictionaries

Repository files navigation

Dictionaries

All of the combined wordlists are medium size: perfect for CTFs and regular pentesting, but not for bug bounty since they may be too short.

Tools for combining wordlists

tidy 1.txt 2.txt  -O -q -C -o dic_combinado.txt

There also exists https://s1gh.sh/tool-listcombine/ but is slower

General

Symbols

Spanish

spanish_general.txt: https://github.com/JulianGR/dictionaries/blob/main/spanish_general.txt Dictionary with all words from spanish dictionary

Combination of:

Directories

directories_combined.txt: https://github.com/JulianGR/dictionaries/blob/main/directories-combined.txt

Combination of:

//TODO: combination of api file

Spanish

spanish_directories.txt: https://github.com/JulianGR/dictionaries/blob/main/spanish_directories.txt

⚠️ It only contains words that are NOT in directories_combined.txt. The idea is to, FIRST use directories_combined.txt AND THEN use spanish_directories.txt

Combination of:

Subdominios

SQLi

sql_combined.txt: https://github.com/JulianGR/dictionaries/blob/main/sql-combined.txt

Combination of:

XSS

xss_combined.txt: https://github.com/JulianGR/dictionaries/blob/main/xss_combined.txt

Combination of:

JavaScript events for XSS

LFI

Files

files-combined.txt: https://github.com/JulianGR/dictionaries/blob/main/files-combined.txt

//TODO

XXE

SSI

SSTI

HTML Injection

Json

API

api.txt: https://github.com/JulianGR/dictionaries/blob/main/api.txt

Combination of:

Passwords

passwords-combined.txt: https://github.com/JulianGR/dictionaries/blob/main/passwords-combined.txt

Combination of:

Spanish

spanish_passwords.txt: https://ns2.elhacker.net/wordlists/rockealo.txt.gz Spanish version of rockyou

Default passwords

Usernames

usernames-combined.txt: https://github.com/JulianGR/dictionaries/blob/main/usernames-combined.txt

Combination of:

Spanish

spanish_usernames.txt: //TODO

JWT secrets

Bug bounty

Massive dictionaries

About

Custom wordlists for fuzzing (forked from SecLists)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published