Skip to content

absoran/GoHashCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

GoHashCracker

Introduction

This purpose of this project is crack the most commonly used hash algorithms. These algorithms are; SHA1,SHA256,SHA512 and MD5. I implement this 4 algorithm because these algorithms comes with crypto library in go base library. Application works on CLI (Commend Line Interface) and also with Web.

Used Technologies

Manual

The application works in 2 different modes. These modes are CLI mode and Web mode. In CLI mode user define and set flags. This flags are; mode for encryption or decryption. In decryption mode, user can must set --method flag and --hash flag. Application will use default wordlist. When user want to use different wordlist than default one, user must to set --haswordlist flag to true and properly set the --filepath flag with location of custom wordlist.

CLI

  • Encryption;

logo

  • Crack with default wordlist;

logo

  • Crack with custom wordlist;

logo

  • Crack hash with rule;

logo

logo

Web

when user want to use web mode --mode flag must be set to web then web pages will be reachable

logo

  • Signin page

logo

  • Signup page

logo

  • Homepage

logo

logo

About

Hash Cracker with CLI or Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors