Skip to content

2025.2

Latest
Compare
Choose a tag to compare
@ItsIgnacioPortal ItsIgnacioPortal released this 25 Apr 23:57
· 240 commits to master since this release

🎉 The second release of 2025! 🎉
Lead Contributor: @ItsIgnacioPortal

Highlights

🌟 Two new tools for creating and manipulating wordlists have been added to the main readme:

🌟 Two 10 Million+ wordlists have been added for subdomain fuzzing/discovery (contributed by @CYFARE):

  • Discovery/DNS/FUZZSUBS_CYFARE_1.txt
  • Discovery/DNS/FUZZSUBS_CYFARE_2.txt

🛠 All words wordlists have been moved into the directory Miscellaneous/Words/.

🌐 And many other miscellaneous fixes and improvements.

Full Changelog

🌟 New content

  • 🌟 feat(wordlist): Add more keyboard walks (PR #1183) - BuildAndDestroy
  • 🌟 feat(wordlist): Added 'Pipfile' entries to 'common.txt' (PR #1187) - Dominique RIGHETTO
  • 🌟 feat(wordlist): Added image/jpg to web-all-content-types.txt (PR #1190) - bl13pbl03p
  • 🌟 feat(wordlist): Added DNS subdomain 'take-survey' (PR #1182) - jvardikar
  • 🌟 feat(wordlist): Added new combo to 'ssh-betterdefaultpasslist.txt' Implements #1180 - ItsIgnacioPortal
  • 🌟 feat(wordlist): Content type application/x-httpd-php - zar3bski
  • 🌟 feat(wordlist): Created 10 Million+ List For Subdomain Fuzzing/Discovery - CYFARE

🛠 Fixes & Improvements

  • 🛠 fix(wordlist): Added missing terms to API Actions wordlist - ItsIgnacioPortal
  • 🛠 fix(wordlist): Fixed file extension of the 'corporate_passwords' wordlist - ItsIgnacioPortal
  • 🛠 fix(wordlist): Merged duplicate dutch wordlists - ItsIgnacioPortal
  • 🛠 fix(wordlist): Removed religious term from wordlist (PR #1181) - Machiavelli
  • 🛠 fix(wordlist): Renamed 'german_misc.txt' to 'German-words.txt' - ItsIgnacioPortal
  • 🛠 fix(wordlist): Renamed 'richelieu' french passwords wordlists - ItsIgnacioPortal
  • 🛠 fix(docs): Added reference to the pwdb-public project - ItsIgnacioPortal
  • 🛠 fix(docs): Fixed bad formatting on Discovery/Web-Content readme - ItsIgnacioPortal
  • 🛠 fix(docs): Fixed formatting on EFF-Dice documentation - ItsIgnacioPortal
  • 🛠 fix(docs): Fixed wording on the 'Cook' tool description - ItsIgnacioPortal
  • 🛠 fix(docs): Removed duplicate content from readme - ItsIgnacioPortal
  • 🛠 fix(cicd): More descriptive workflow names - ItsIgnacioPortal
  • 🛠 fix(cicd): Updated 'GITHUB_REPOSITORY' variable name - ItsIgnacioPortal
  • 🛠 fix(cicd): Updated 'tj-actions/changed-files' from v34 to v45.0.7 - ItsIgnacioPortal

📖 Documentation

  • 📖 feat(docs): Added 'CeWL' tool - ItsIgnacioPortal
  • 📖 feat(docs): Added 'wl' tool - ItsIgnacioPortal
  • 📖 feat(docs): Added 'Wordlist Tools' category to main README - ItsIgnacioPortal
  • 📖 feat(docs): Added documentation for 'French-common-password-list-top-*' - ItsIgnacioPortal
  • 📖 feat(docs): Added documentation for 'probable-v2-top*' - ItsIgnacioPortal
  • 📖 feat(docs): Added documentation for the 'Miscellaneous/Words' directory - ItsIgnacioPortal
  • 📖 feat(docs): Added link descriptions to associated projects and tools in main README - ItsIgnacioPortal
  • 📖 feat(docs): Added warning to CONTRIBUTING.md about uploading data breaches - ItsIgnacioPortal
  • 📖 feat(docs): Improved formatting for 'dsstorewordlist.txt' docs - ItsIgnacioPortal

🪦 Removed content

  • 🪦 chore(wordlist): Removed 'UserPassCombo-Jay.txt' wordlist - ItsIgnacioPortal
  • 🪦 chore(wordlist): Removed duplicate pwdb 'Frequent-Passwords' - ItsIgnacioPortal

🌐 Other changes

  • 🌐 [Github Action] Automated readme update. - github-actions[bot]
  • 🌐 [Github Action] Automated trickest wordlists update. - github-actions[bot]
  • 🌐 [Github Action] Updated combined_directories.txt - github-actions[bot]
  • 🌐 [Github Action] Updated combined_words.txt - github-actions[bot]
  • 🌐 chore(wordlist): Moved 'Dutch_passwordlist.txt' into the 'Common-Credentials/Language-Specific' directory - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved all words wordlists into the same directory (PR #1193) - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved darkweb2017* wordlists into the Common-Credentials directory - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved Dutch-words.txt into /Miscellaneous/Words/ - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved EFF-Dice into /Miscellaneous/Words/ - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved french passwords wordlists into the Language-Specific directory - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved German-words.txt into /Miscellaneous/Words/ - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved moby project files into their own directory - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved Moby-Project into /Miscellaneous/Words/ - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved probable-v2* wordlists into the Common-Credentials directory - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved pwdb passwords wordlists into the Common-Credentials directory - ItsIgnacioPortal
  • 🌐 chore(wordlist): Moved Pwdb-Public Language-Specific wordlists into the Language-Specifics directory - ItsIgnacioPortal
  • 🌐 chore(wordlist): Renamed darkweb files - ItsIgnacioPortal
  • 🌐 chore(wordlist): Renamed probable-v2 files - ItsIgnacioPortal
  • 🌐 chore(wordlist): Renamed pwdb language-specific wordlists - ItsIgnacioPortal
  • 🌐 chore(wordlist): Renamed pwdb password wordlists - ItsIgnacioPortal
  • 🌐 chore(cicd): Temporarily disabled the 'wordlist-validator.yml' workflow - ItsIgnacioPortal
  • 🌐 feat(cicd): Added more workflow_dispatch event triggers - ItsIgnacioPortal

Shout-out to: @MachiavelliII, @CYFARE, @BuildAndDestroy, @righettod, @bl13pbl03p, @zar3bski, and "jvardikar".

🥇 Thank you everyone <3