From 8f0249c0c824df7bf1b8be03df3b36c9ccc5ff17 Mon Sep 17 00:00:00 2001 From: Team 0x6861636B <95329795+proplayer919@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:04:10 +1100 Subject: [PATCH] v2.1 add .gitignore and update usage in readme --- .gitignore | 2 ++ README.md | 15 +++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 .gitignore 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)