Skip to content

Commit

Permalink
v2.1 add .gitignore and update usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
proplayer919 committed Mar 23, 2024
1 parent 6db6d47 commit 8f0249c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.log
build/*
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ Hashcrack is a simple, fast, and free hash bruteforcer for all different hashing

## Usage

`python3 hashcrack.py -c <hash> [-ha <hash algorithm>] [-sc]`
`-c` - Hash to crack
`-ha` - Hash algorithm - MD5, SHA256, SHA1, BCRYPT (default: SHA256)
`-sc` - Show current information - dynamic (slows down program)

`python3 hashcrack.py -h <hash> [-ha <hash algorithm>]`
`-h` - Hash to crack
`-ha` - Hash algorithm - MD5, SHA256, SHA1, BCRYPT (default: SHA256)
`<program> [-c or --crack] <hash> [-a or --algorithm] <hash algorithm> [-si or --show-info]`
'-c / --crack' - Crack hash
'-a / --algorithm' - Hash algorithm (sha256, md5, sha1, bcrypt)
'-si / --show-info' - Show current information (dynamically updating - slows down a lot)\n
`<program> [-h or --hash] <text to hash> [-a or --algorithm] <hash algorithm>`
'-h / --hash' - Hash text
'-a / --algorithm' - Hash algorithm (sha256, md5, sha1, bcrypt)

0 comments on commit 8f0249c

Please sign in to comment.