Code Monkey home page Code Monkey logo

hash-check's Introduction

Hash-Check

Introduction

passwordHashScanner.py is a custom Burp extension written in Python to check requests and responses for potential password hashes. hashMaker.py is a "helper" script to generate a file that contains different hashing algorithms and encodings. The generated file will be used by passwordHashScanner.py

Usage

hashMaker.py is a "helper" script used to generate a file that contains colon-separated hash and hashtype values. When the script is run, prompts will be displayed for the password, salt (I tytpically use my username), and output file name which defaults to hashout.txt if it is not changed. As an example, md4 hash of "hashcat" would appear as r+BIZ+x6OEUUVXmpX3Lspw==:md4 in the file.

passwordHashScanner.py is the actual Burp extension. When the exension is loaded, a new suite tab called Hash Check will be added to Burp. From the Hash Check suite tab, you can import your hashes by clicking the "Open hashout.txt" button, selecting your file, and clicking the "Parse hash file" button. After parsing the hashes, the "Output" text area will display the imported hashes. If a potential hash match is discovered, a new scan issue will be created to notify you of the hash, hash type, and the page it was discovered on.

Requirements

passwordHashScanner.py

  • Burpsuite

hashMaker.py

These requirements should already be met on in Kali

  • pycrypto
  • passlib

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.