Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AKHACKER-program4hack committed Mar 25, 2021
1 parent 8dafa76 commit b323865
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Elliot
![Python Version](https://img.shields.io/badge/Python-v3.9-blue)
[![Join Group](https://img.shields.io/badge/Telegram-Join%20Group-informational)](https://t.me/program4hack)
![Pull Requests](https://img.shields.io/github/issues-pr/AKHACKER-program4hack/elliot)

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

<img src="elliotgithub.jpg">

## 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

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.
```
<a href="https://youtu.be/ifkGhxhlV6Q"><img src="https://img.shields.io/badge/How%20To%20Deploy-blue.svg?logo=Youtube"></a>
<a href="https://youtu.be/ifkGhxhlV6Q"><img src="https://img.shields.io/youtube/views/ifkGhxhlV6Q?style=social"></a>

# Follow me on Social media
> instagram : akhacker_program4hack
Binary file added elliotgithub.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b323865

Please sign in to comment.