mirror of
https://github.com/danielmiessler/SecLists
synced 2026-02-28 02:14:24 +01:00
Create README.md
This commit is contained in:
parent
51d1c5e6e4
commit
3c28bbf095
1 changed files with 15 additions and 0 deletions
15
.bin/README.md
Normal file
15
.bin/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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`
|
||||
Loading…
Reference in a new issue