SecLists/.bin
2025-12-04 10:08:14 +00:00
..
checkers
etc-files-list-update
wordlist-updaters [Github Action] Automated trickest wordlists update. 2025-12-04 10:08:14 +00:00
brute-force-renormalize.sh fix(cicd): Fixed line-ending normalization on "remote-wordlists-updater.yml" 2025-02-18 00:53:16 -03:00
file-extensions-downloader.py
generate-contributors
generate-environment-identifiers-dict.sh
get-and-patch-readme-repository-details.py feat(docs): Replace repository details with badges for better visibility. 2025-01-24 14:41:20 +01:00
os-names-mutate.py
README.md
swear-words-remover.py
trickest-patcher.py
validators.py Verbose logging 2024-04-08 08:48:56 +00:00
xml-parser.py

This is SecLists script directory where stuff like automated tasks and cleaner scripts can be found. You are welcome to use them to modify files here to your liking.

Below are scripts you can use to clean/modify/mutate files to your liking


swear-words-remover.py removes swear words from a target directory and outputs them in the same root directory as the passwords

e.g. target dir is Passwords/Common-Credentials and suffix is -without-curse-words so passwords will be in Passwords/Common-Credentials


os-names-mutate.py mutates Fuzzing/os-names.txt to include possible mutations of OS names in a url.

By default this script outputs the results in Fuzzing/os-names-mutated.txt


xml-parser.py parses xml files given as arguments and extracts hardcoded tags. It's meant to be modified as per file basis as every xml file format is unique.