diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3ecbf9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.log +build/* \ No newline at end of file diff --git a/README.md b/README.md index f9b590f..576252d 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,10 @@ Hashcrack is a simple, fast, and free hash bruteforcer for all different hashing ## Usage -`python3 hashcrack.py -c [-ha ] [-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 [-ha ]` -`-h` - Hash to crack -`-ha` - Hash algorithm - MD5, SHA256, SHA1, BCRYPT (default: SHA256) +` [-c or --crack] [-a or --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 +` [-h or --hash] [-a or --algorithm] ` +'-h / --hash' - Hash text +'-a / --algorithm' - Hash algorithm (sha256, md5, sha1, bcrypt)