Skip to content

MntlPrblm/NoSecerets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoSecerets

NoSecerets is a python script that is designed to crack hashes extremely fast. Faster even than Hashcat

How does it work?

Instead of taking every word out of a wordlist
and comparing it to the hash separately, the
script simply encrypts the entire file at once,
which makes it so that if you use the same wordlist
twice, it can crack hashes almost instantly no matter
the size of the wordlist

alt text

alt text

Usage

git clone https://github.com/MntlPrblm/NoSecerets.git
cd NoSecerets
pip install -r requirements.txt
python main.py

About

NoSecerets is a python script that is designed to crack hashes extremely fast. Faster even than Hashcat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages