Giter Site home page Giter Site logo

injectionmethod / bhash Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 11.35 MB

bHash is a simple hash cracking tool and attack dictionary converter (indev)

Visual Basic .NET 100.00%
cracking hashing windows brute-force bruteforcer cracker dictionary-attack dictionary-attack-tools md5 sha256

bhash's Introduction

bHash is a hash cracking tool and dictionary converter designed for windows command line

[Hashtypes as of now]

  • sha1
  • sha256
  • md5
  • raw

[Notes]

  • Still In Development (latest release)
  • Windows 11 Supported

[Commands Examples]

  • verbose mode | bhash [input] -v

  • see help | bhash -h

  • dictionary bruteforce | bhash [hashtype] [hash] -d [chosen dictionaries]

  • directory bruteforce | bhash [hashtype] [hash] -a [chosen directory]

  • random bruteforce | bhash [hashtype] [hash] -r [threads] [max attempts per thread]

  • create hashlist (indev) | bhash convert -g [hashtype] [chosen dictionary] [output file]

  • update existing dictionary | bhash -n [string] [file]

  • bruteforce a hashlist | bhash scn [file] [-d or -a] [chosen dictionary or directory] [hashtype]

  • create a new dictionary | bhash -c [outputfile] [compare-file] [threads] -h [hashtype]

image

[Commands Copy Pastes]

  • ex: bhash -h
  • ex: bhash sha256 1b5c3 -d C:\examplefile1,C:\examplefile2
  • ex: bhash sha256 1b5c3 -a C:\exampleDirectory
  • ex: bhash sha256 1b5c3 -r 10 300000
  • ex: bhash convert -g sha256 C:\examplefile C:\exampleoutput
  • ex: bhash -n examplepassword123 C:\examplefile
  • ex: bhash scn C:\example-dump.txt -d C:\examplefile1,C:\examplefile2 sha256
  • ex: bhash scn C:\example-dump.txt -a C:\exampleDirectory sha256
  • ex: bhash -c C:\example.txt C:\example_dictionary 5 -h raw

[Last Few Builds Notes]

  • Added Write Function To Update Lists
  • Set Option To Use All Dictionaries In A Directory
  • Added Function To Create New Dictionaries
  • Updated HashCracking Module, Included The Ability To Bruteforce A Hashlist, see [Commands Examples]
  • Fixed Formatting And Added Verbose Output
  • Lazy Code, Working On Cleanup

[Wordlist Information]

bhash's People

Contributors

injectionmethod avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.