SecLists/.bin
github-actions[bot] f4effae12f [Github Action] Automated trickest wordlists update. 2024-07-04 12:05:36 +00:00
..
checkers Removed debug line 2024-04-08 03:56:06 +00:00
etc-files-list-update [Github Action] Updated LFI-etc-files-of-all-linux-packages.txt 2022-11-01 20:38:52 +00:00
wordlist-updaters [Github Action] Automated trickest wordlists update. 2024-07-04 12:05:36 +00:00
README.md duplicated files 2024-02-14 12:24:12 +00:00
file-extensions-downloader.py set execute bit on all scripts and removed redundant commands 2023-11-24 23:42:42 +08:00
generate-contributors Add shell script to generate GitHub avatars 2021-11-24 10:14:08 +00:00
generate-environment-identifiers-dict.sh set execute bit on all scripts and removed redundant commands 2023-11-24 23:42:42 +08:00
get-and-patch-readme-repository-details.py used formatting strings instead 2023-11-30 00:18:50 +08:00
os-names-mutate.py set execute bit on all scripts and removed redundant commands 2023-11-24 23:42:42 +08:00
swear-words-remover.py changed script to be more modifiable 2023-11-27 23:31:57 +08:00
trickest-patcher.py Reformatted file 2024-04-06 04:13:43 +00:00
validators.py Verbose logging 2024-04-08 08:48:56 +00:00
xml-parser.py Made files robot friendly 2024-02-14 21:06:29 +08:00

README.md

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.