Skip to content

The faster and time saving md5 hash cracker By AK Hacker

Notifications You must be signed in to change notification settings

AKHACKER-program4hack/elliot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elliot

Python Version Join Group Pull Requests

The faster and time saving md5 hash cracker Save time by saving session.

Usage

$ python3 elliot.py

usage: elliot.py [-h] [-w WORDLIST] [--min MIN] [--max MAX] [--char CHARS]
                 [-t HASH] [-n NEWSESSION] [-r RESUMESESSION]
                 [--output OUTPUTFILE]

optional arguments:
  -h, --help            show this help message and exit
  -w WORDLIST           Path of wordlist
  --min MIN             minimum lenght of chars
  --max MAX             maximum lenght of chars
  --char CHARS, -c CHARS
                        characters to use in brute force using incremental
                        mode avaliable : [ lower upper num symbol ] use (,) to
                        use together like lower,num
  -t HASH               md5hash to crack
  -n NEWSESSION         Session name with path
  -r RESUMESESSION      Path of session file
  --output OUTPUTFILE, -o OUTPUTFILE
                        Path of output file where password will store after
                        cracking it

Session saving

If You use sessions,the tools will save the session after every 5 minute.I hope this update make you more happy Use -n for saving iterations while cracking md5 hash example :

$ python3 elliot.py -t d6a6bc0db10694a2d90e3a69648f3a03 -o cracked.txt -n akhacker.session

For Resuming from the last iteration use -r option and give the path of session file example:

$ python3 elliot.py -r <session file path>

for more info see the video on youtube

For more info see the video on Official YouTube Channel Of AK.HACKER.

Follow me on Social media

instagram : akhacker_program4hack

Releases

No releases published

Packages

No packages published

Languages