Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/zzzteph/weakpass

Weakpass collection of tools for bruteforce and hashcracking
https://github.com/zzzteph/weakpass

password password-generator passwords pentest-tool pentesting

Last synced: about 2 months ago
JSON representation

Weakpass collection of tools for bruteforce and hashcracking

Lists

README

        

# Weakpass tools

Here you can find the list of tools from weakpass.com for password and hash cracking in one place.

- [Crack-JS](https://zzzteph.github.io/weakpass/crack-js/) - JS based online hash cracking
- [Password Generator](https://zzzteph.github.io/weakpass/generator/) - generate a wordlist based on a set of words entered by the user.

# Crack-JS
**Hash cracking immediately and only with your browser.**
- Link: https://zzzteph.github.io/weakpass/crack-js/
- Secondary: https://weakpass.com/crack-js



Ever imagine cracking passwords in your browser? We're All Mad Here...

This tool lets you quickly identify weak passwords just in seconds before launching your favourite tool. All data is processed on the client with JavaScript.

With a build-in password generator, you can generate wordlists based on specific input data and use them immidiatly along with the rules. If you want to know more, take a look at [Password Generator](https://zzzteph.github.io/weakpass/generator/)

There are several modes how you can use this tool:

- **Magic crack** - try to crack all your hashes at once with preset templates.
- **Custom** - you can specify own settings, wordlist and rules.

Supported hash types: md5, sha1, sha256, sha512, JWT, ntlm, md5crypt, sha256crypt, sha512crypt, etc. and **TBA**

## How-to

https://user-images.githubusercontent.com/917422/223262105-c3350bea-cf58-4731-af8c-a95053676343.mp4

# Passwords generator
- Link: https://zzzteph.github.io/weakpass/generator/
- Secondary: https://weakpass.com/generate



The tool generates a wordlist based on a set of words entered by the user.
For example, during penetration testing, you need to gain access to some service, device, account, or Wi-Fi network that is password protected. For example, let it be the _Wi-Fi_ network of **EvilCorp**. Sometimes, a password is a combination of _device/network/organization_ name with some date, special character, etc. Therefore, it is simpler and easier to test some combinations before launching more complex and time-consuming checks. For example, cracking a _Wi-Fi_ password with a wordlist can take several hours and can fail, even if you choose a [great wordlist](https://weakpass.com/wordlist/1950) because there was no such password in it like **Evilcorp2019**.

Therefore, using the generated wordlist, it is possible to organize a targeted and effective online password check.