ghsi10 / capbreaker

Distributing WPA hash cracking.

Home Page:https://capbreaker.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CapBreaker

Distributing WPA hash cracking.

Management tool for WPA hash cracking with a distributable software including WebUI.

In order to crack a WPA hash you must upload a valid handshake in .cap format to the WebUI. The agents software runs the password list in a distributed manner, more agents will result in a faster scan procedure.

For more information on capture handshake, see here.

Demo

https://capbreaker.herokuapp.com

Features

  • List of loaded hashes and current state.
  • Managing a list of loaded hashes and users.

Prerequisites

  • JDK 1.8.
  • postgresql.
  • Requires python for agent users.

Deployment

Compile and run with arguments:

  • replace the {parameter} in the command below with the relevant paramerts.
  • java -jar --login.master.password={admin-password} --spring.datasource.url={postresql-url} --spring.datasource.username={postresql-username} --spring.datasource.password={postgresql-password} cabreaker-server.jar
    

Authors

About

Distributing WPA hash cracking.

https://capbreaker.herokuapp.com

License:MIT License


Languages

Language:Java 63.6%Language:HTML 28.1%Language:CSS 5.2%Language:JavaScript 3.1%