Skip to content

Instantly share code, notes, and snippets.

@kaptank
Forked from KoteGhost/Hashcat Kali Linux
Created January 5, 2019 20:23
Show Gist options
  • Save kaptank/45bbb4cf6de6080361eac61d7864319e to your computer and use it in GitHub Desktop.
Save kaptank/45bbb4cf6de6080361eac61d7864319e to your computer and use it in GitHub Desktop.
Installing Hashcat on Linux Mint 18
https://kali.tools/?p=578
https://github.com/hashcat/hashcat/blob/master/BUILD.md
Building hashcat for Linux and OSX
Get a copy of the hashcat repository
$ git clone https://github.com/hashcat/hashcat.git
$ cd hashcat
Get a copy of the OpenCL Headers repository
$ git submodule init
$ git submodule update
Run "make"
$ make
Install hashcat for Linux
The install target is linux FHS compatible and can be used like this:
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment