Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 828 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 828 Bytes

Wordlists Repo

This repository contains a curated collection of wordlists commonly used for security testing, password cracking, and other research purposes. It’s designed to be used both directly and as a flake input for Nix overlays.


Repository Contents

  • rockyou
    The popular rockyou password list.

  • jsmith.txt & jsmith2.txt
    wordlists from statistically-likely-usernames.

  • SecLists Submodule
    This repository integrates SecLists as a Git submodule to provide a comprehensive collection of additional wordlists.


Getting Started

Clone the Repository with Submodules:

git clone --recursive https://github.com/yourusername/wordlists.git

Updating the submodules

git submodule update --remote