wordlists icon indicating copy to clipboard operation
wordlists copied to clipboard

Various wordlists FR & EN - Cracking French passwords


Logo

French Wordlists

Crack french people password

Check out my hashcat rule project at: https://github.com/clem9669/hashcat-rule

Table of Contents

Twitter-trends Wordlist-news Music-trends Release

  • About the Project
    • Downloads
    • Web discovery
    • Built with
  • Usage
    • Cracking contest
  • Recommanded read
  • Roadmap
  • Contributing

About The Project

It is easier to crack password for english people because it is le langue of internet. And there is good resource as rockyou, hashorg2019, etc...

This project aim to provide french word list about everything a person could use as a base password. If you are cracking with the list above, please also use a rule in hashcat or john.

I have already removed œ,ï,ö,ä,ü,û,ô,î,â,ë which are difficult to type chars even if they are present in french alphabet.

Downloads

GitHub release (latest by date) Github Repo size

Because It might be simpler for you, I already compiled 3 differents versions of wordlists in the Release section of Github

All details are there about wordlists combinaison.

Update: The clem9669_wordlist_large is too big for Github Actions. The current specs for Github Actions VM is 2-core CPU; 7 GB of RAM memory; 14 GB of SSD disk space.

Web discovery

In the folder WEB, you can found a wordlist for pentesting purpose wich is design to find ressources for french people too.

Read more at WEB_readme

Built with

The main part of the list come from various places of internet but many thanks to :

The keyboard walks are generated with kwprocessor.

Usage

I let the end user use at their will the lists. You could use only certains or all lists depending on your scope. See the release section in github for a uniq version compiled.

LC_ALL=C.UTF-8; sort -u wordlist >> wordlist_uniq_sorted

Warning: the lists can be very big! Multipled with the rule at https://github.com/clem9669/hashcat-rule

N.B: I have recently heard of https://github.com/nil0x42/duplicut, it aims to uniq huge wordlist.

Cracking contest

This repo and the rulelists associated have been used for :

Recommanded read

The following projects could interest you:

Roadmap

See the open issues for a list of proposed features (and known issues).

If a wordlist is missing please raise an issue !

Contributing

Thanks to everyone in the password cracking scene for inspiration and lists ! 💪

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request