Skip to content
#

wordlist-processing

Here are 19 public repositories matching this topic...

I needed a quick and dirty way to organize wordlists. I didn't want to have to manually extract one that I was no longer using, and didn't want to just throw them all together in a single directory...even though that's how I want them when I go looking for a specific one. The short little application grabs all of the wordlists in subdirectories of "lib" and creates symlinks to them in the Wordlists directory. It is currently aware of (and ignores) the .git directory from cloned repositories, as well as "README.md" files. Also, you can create a "CREDIT.txt" file to notate who created the lists in use if you like, and have it automatically ignored as well. Additionally, for those wordlist repos that include scripts and tools, you can add a ".buildignore" file to a directory, which will then be skipped. Basic (extremely basic) name collision is checked for, and resolved by adding a number to the end of the filename.

  • Updated Aug 18, 2022
  • Go

Improve this page

Add a description, image, and links to the wordlist-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wordlist-processing topic, visit your repo's landing page and select "manage topics."

Learn more