Git Product home page Git Product logo

easy-hcx's Introduction

Easy-HCX

Easy-HCX is a menu driven script written around hcxtools, hcxdumptool and hashcat. Its goal is not to automate everything, just to make common tasks easier.

hcxtools, hcxdumptools and hashcat are very deep programs with tons of options so Easy-HCX only covers some of their basic functions including:

  • preparing your wireless interface for captures
  • capturing WPA2 handshakes and/or PMKIDs, optionally without deauthenticating clients for stealth or to avoid disrupting clients
  • convert capture files to Hashcat's .hccapx or .16800 formats
  • viewing information about capture files
  • use hashcat to perform dictionary attacks on .hccapx or .16800 files

Hardware Requirements:

  • A wireless interface that supports monitor mode
  • A GPU that Hashcat can use

Software Requirements:

  • hcxdumptool
  • hcxtools
  • hashcat

Tested with:

  • hcxdumptool 5.1.4
  • hcxtools 5.1
  • hashcat 5.1.0
  • Kali linux 64 bit

User variables are set in easy-hcx.sh. Make sure you look these over.

Notes:

hcxdumptools' documentation states that it randomizes MAC addresses and handles monitor mode on its own. It also states not to use it on logical interfaces and to leave the physical interface in managed mode. 03_easy-hcx-capture-targeted does manually re-enable monitor mode - this is because after using hcxdumptool to get a list of APs, I found that running hcxdumptool again immediately afterwards would fail inconsistently with error messages saying the interface was busy.

Link to demo video

Demo Video

easy-hcx's People

Contributors

t3chnocat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easy-hcx's Issues

Change in script req.

deauth=--disable_deauthentications

Comment this to enable deauthentication of clients. WARNING: THIS CAN BE DISRUPTIVE

deauth=--disable_deauthentications

should be

deauth=--disable_deauthentication

Great script! using it all the time now

how to run script

I downloaded and run the script put nothing happens when i select an option.
Screenshot from 2021-06-25 17-38-39

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.