glennwedin / hash-bruteforce-demo

Some python scripts for demoing bruteforcing hashes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python bruteforce example

These are sample terminal scripts for hashing passwords, and bruteforcing them. Only for demo purposes as the scripts are not optimized and only take alphanumeric characters into account.

Hashing password

    python3 sha.py

Bruteforce with iterations

    python3 withrounds.py

About

Some python scripts for demoing bruteforcing hashes

License:MIT License


Languages

Language:Python 100.0%