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
@TheSkater187
Copy link

Thanks you for this

@kevinvarela
Copy link

and after ? how execute this app ?

@hamzaellatifi
Copy link

root@dhcppc5:~/Desktop/hashcat# hashcat -a 0 -m 400 '/root/Desktop/7967_1561371058.hccapx' '/root/Desktop/rockyou (1).txt' --force
hashcat (v5.1.0) starting...

  • Device #1: This device's constant buffer size is too small.

  • Device #1: This device's local mem size is too small.

No devices found/left.
please help me

@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