Skip to content

Instantly share code, notes, and snippets.

@KoteGhost
Created December 3, 2016 22:53
Show Gist options
  • Save KoteGhost/f2f80e0f9b636ff36c7d583272b887b5 to your computer and use it in GitHub Desktop.
Save KoteGhost/f2f80e0f9b636ff36c7d583272b887b5 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
@samimaftabahmed
Copy link

Install openCL drivers for intel iGPU. It's also called NEO. Also install the graphics drivers for your nvidia or amd graphics cards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment