Skip to content

Commit 77b290b

Browse files
authored
Update README.md
1 parent de17506 commit 77b290b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# hashcracker
2-
![alt text](https://raw.githubusercontent.com/Bot3939/hashcracker/master/imgs/usage.png) <br>
2+
![alt text](https://raw.githubusercontent.com/Bot3939/hashcracker/master/imgs/usage2.png) <br>
33

44
<b>Supported hashing algorithms:</b> SHA512, SHA256, SHA384, SHA1, MD5 <br>
5-
<b>Features:</b> auto detection of hashing algorithm based on length (not recommended), bruteforce, password list
5+
<b>Features:</b> auto detection of hashing algorithm based on length (not recommended), bruteforce, password list <br>
6+
<b>Arguments:</b> <br>
7+
_type:_ hash algorithm (must be one of the supported hashing algorithms mentioned above) <br>
8+
_hash:_ can be either the hashed password, or a text file containing a list of hashes to crack (_hashlist_ must be activated if _hash_ is a text file containing multiple hashes) <br>
9+
_mode:_ list or bruteforce<br>
10+
_pwlist:_ list of passwords to compare against a single hash or a list of hashes <br>
11+
_range:_ bruteforce string length range (default: 8-11)<br>
12+
_hashlist:_ no parameters required for this argument, if hashlist is used, then _hash_ should be a text file with more than 1 hash <br>
613

7-
<b>Example:</b> hashcracker.py SHA256 11a1162b984fef626ecc27c659a8b0eead5248ca867a6a87bea72f8a8706109d -mode list -pwlist passwordlist.txt<br>
814

9-
![alt text](https://raw.githubusercontent.com/Bot3939/hashcracker/master/imgs/example.png) <br>
15+
<b>Example:</b> <br>
16+
hashcracker.py SHA256 11a1162b984fef626ecc27c659a8b0eead5248ca867a6a87bea72f8a8706109d -mode list -pwlist passwordlist.txt<br>
17+
18+
![alt text](https://raw.githubusercontent.com/Bot3939/hashcracker/master/imgs/example2.png) <br>
1019

0 commit comments

Comments
 (0)