SecLists/.bin
2024-04-05 10:00:33 +08:00
..
checkers Reimport files 2024-02-17 03:04:59 +08:00
etc-files-list-update [Github Action] Updated LFI-etc-files-of-all-linux-packages.txt 2022-11-01 20:38:52 +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
README.md duplicated files 2024-02-14 12:24:12 +00:00
swear-words-remover.py changed script to be more modifiable 2023-11-27 23:31:57 +08:00
trickest-patcher.py python script to patch away new and empty lines 2023-11-26 04:09:05 +08:00
trickest-updater.sh small wrapper to clone and patch things away 2023-11-26 04:09:22 +08:00
validators.py Update validators.py 2024-04-05 10:00:33 +08:00
xml-parser.py Made files robot friendly 2024-02-14 21:06:29 +08:00

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.