clem9669 / wordlists

Various wordlists FR & EN - Cracking French passwords
GNU General Public License v3.0
247 stars 46 forks source link
cmiyc cracking-hashes cracking-password french hacking hash hashcat password password-cracking passwords pentesting wordlists


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](https://github.com/clem9669/wordlists/actions/workflows/twitter.yml/badge.svg)](https://github.com/clem9669/wordlists/actions/workflows/twitter.yml) [![Wordlist-news](https://github.com/clem9669/wordlists/actions/workflows/wordlist.yml/badge.svg)](https://github.com/clem9669/wordlists/actions/workflows/wordlist.yml) [![Music-trends](https://github.com/clem9669/wordlists/actions/workflows/lastfm.yml/badge.svg)](https://github.com/clem9669/wordlists/actions/workflows/lastfm.yml) [![Release](https://github.com/clem9669/wordlists/actions/workflows/release.yaml/badge.svg)](https://github.com/clem9669/wordlists/actions/workflows/release.yaml) * [About the Project](#about-the-project) * [Downloads](#downloads) * [Web discovery](#web-discovery) * [Built with](#built-with) * [Usage](#usage) * [Cracking contest](#cracking-contest) * [Recommended read](#recommanded-read) * [Roadmap](#roadmap) * [Contributing](#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)](https://img.shields.io/github/v/release/clem9669/wordlists?label=Release)](https://github.com/clem9669/wordlists/releases/) ![Github Repo size](https://img.shields.io/github/repo-size/clem9669/wordlists?label=Repo%20Size) Because It might be simpler for you, I already compiled 3 different versions of wordlists in the [Release](https://github.com/clem9669/wordlists/releases) section of Github All details are there about wordlists combinations. *Update*: The clem9669_wordlist_large &clem9669_wordlist_medium are 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 following [clem9669/weblist](https://github.com/clem9669/weblist), you can found a wordlist for pentesting purpose which is design to find resources for french people too. ### Built with The main part of the list come from various places of internet but many thanks to : * [Wikipedia](https://www.wikipedia.org/) * [Grammalect](https://grammalecte.net/download.php?prj=fr) * [SublimeText](https://www.sublimetext.com/) * [weakpass.com](https://weakpass.com/) * [hashes.org](https://hashes.org) * [hashmob.net](https://hashmob.net) * [packetstormsecurity.com](https://packetstormsecurity.com/Crackers/wordlists/) * [danielmiessler/Seclists](https://github.com/danielmiessler/SecLists/) * [scipag/password-list](https://github.com/scipag/password-list/) * [xajkep/wordlists](https://github.com/xajkep/wordlists) * [JustinApplegate/password-cracking](https://github.com/JustinApplegate/password-cracking) * [Cheroxx/custom-wordlists](https://github.com/Cheroxx/custom-wordlists) * [decal/werdlists](https://github.com/decal/werdlists) * [wordlists.dev](https://www.wordlists.dev/) * [sous-titres.eu](https://www.sous-titres.eu/) * And more github wordlists ... The keyboard walks are generated with [kwprocessor](https://github.com/hashcat/kwprocessor). ## Usage I let the end user use at their will the lists. You could use only certain or all lists depending on your scope. See the release section in github for a uniq version compiled. *N.B: I have recently heard of https://github.com/nil0x42/duplicut, it aims to uniq huge wordlist.* ```bash $ duplicut wordlist.txt -o wordlist_uniq.txt ``` > **Warning**: the lists can be very big! > Multipled with the rule at https://github.com/clem9669/hashcat-rule ### Cracking contest This repo and the [rulelists](https://github.com/clem9669/hashcat-rule/) associated have been used for : - [Korelogic Password Cracking contest](https://contest.korelogic.com/) at Defcon - Cracking [haveibeenpwned.com](https://haveibeenpwned.com) hashes releases by Troy Hunt - [CrackTheCon contest](https://crackthecon.com/) ## Recommended read The following projects could interest you: - [mxrch/penglab](https://github.com/mxrch/penglab): Abuse of Google Colab for Cracking - [hashcat/hashcat](https://github.com/hashcat/hashcat): Hashcat - [openwall/john](https://github.com/openwall/john): John (jtr) - [nil0x42/duplicut](https://github.com/nil0x42/duplicut): Remove duplicates in huge lists - [scip.ch/en/?labs.20210415](https://www.scip.ch/en/?labs.20210415): Analysis of Passwords (blog) - [crackstation.net/crackstation-wordlist-password-cracking-dictionary](https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm): CrackStation's wordlist - [hackingarticles.in/wordlists-for-pentester](https://www.hackingarticles.in/wordlists-for-pentester/): Wordlist guide - [Hashcat writeups](https://hashcat.net/events/): Contest writeups ## Roadmap See the [open issues](https://github.com/clem9669/wordlists/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