Help with Hashcat? [duplicate]
up vote
0
down vote
favorite
This question already has an answer here:
Error CL_PLATFORM_NOT_FOUND_KHR in running HashCat 4.0.1
2 answers
I'm trying to get hashcat running, but seem to be having some issues.
I'm following this guide for Ubuntu:
https://techglimpse.com/password-cracking-with-hashcat/
Using this installer:
https://hashcat.net/files/hashcat-3.10.7z
In addition to the guide, I did:
install ocl-icd-libopencl1
apt-get update && sudo apt-get upgrade
I get this error on the included example files:
root@ip-139-28-11-15:~/new/hashcat-3.10# hashcat example0.hash example.dict
hashcat (v3.10) starting...
Generating bitmap tables with 16 bits...
ERROR: clGetPlatformIDs(): CL_UNKNOWN_ERROR
My OS is:
Linux ip-139-28-11-15 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I don't know what to do. Any help?
14.04 software-installation
marked as duplicate by terdon♦ Dec 13 at 11:41
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
up vote
0
down vote
favorite
This question already has an answer here:
Error CL_PLATFORM_NOT_FOUND_KHR in running HashCat 4.0.1
2 answers
I'm trying to get hashcat running, but seem to be having some issues.
I'm following this guide for Ubuntu:
https://techglimpse.com/password-cracking-with-hashcat/
Using this installer:
https://hashcat.net/files/hashcat-3.10.7z
In addition to the guide, I did:
install ocl-icd-libopencl1
apt-get update && sudo apt-get upgrade
I get this error on the included example files:
root@ip-139-28-11-15:~/new/hashcat-3.10# hashcat example0.hash example.dict
hashcat (v3.10) starting...
Generating bitmap tables with 16 bits...
ERROR: clGetPlatformIDs(): CL_UNKNOWN_ERROR
My OS is:
Linux ip-139-28-11-15 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I don't know what to do. Any help?
14.04 software-installation
marked as duplicate by terdon♦ Dec 13 at 11:41
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Bump. Any one? I'm still looking for help on this.
– Ron Paulfan
Nov 14 '16 at 6:33
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
Error CL_PLATFORM_NOT_FOUND_KHR in running HashCat 4.0.1
2 answers
I'm trying to get hashcat running, but seem to be having some issues.
I'm following this guide for Ubuntu:
https://techglimpse.com/password-cracking-with-hashcat/
Using this installer:
https://hashcat.net/files/hashcat-3.10.7z
In addition to the guide, I did:
install ocl-icd-libopencl1
apt-get update && sudo apt-get upgrade
I get this error on the included example files:
root@ip-139-28-11-15:~/new/hashcat-3.10# hashcat example0.hash example.dict
hashcat (v3.10) starting...
Generating bitmap tables with 16 bits...
ERROR: clGetPlatformIDs(): CL_UNKNOWN_ERROR
My OS is:
Linux ip-139-28-11-15 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I don't know what to do. Any help?
14.04 software-installation
This question already has an answer here:
Error CL_PLATFORM_NOT_FOUND_KHR in running HashCat 4.0.1
2 answers
I'm trying to get hashcat running, but seem to be having some issues.
I'm following this guide for Ubuntu:
https://techglimpse.com/password-cracking-with-hashcat/
Using this installer:
https://hashcat.net/files/hashcat-3.10.7z
In addition to the guide, I did:
install ocl-icd-libopencl1
apt-get update && sudo apt-get upgrade
I get this error on the included example files:
root@ip-139-28-11-15:~/new/hashcat-3.10# hashcat example0.hash example.dict
hashcat (v3.10) starting...
Generating bitmap tables with 16 bits...
ERROR: clGetPlatformIDs(): CL_UNKNOWN_ERROR
My OS is:
Linux ip-139-28-11-15 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I don't know what to do. Any help?
This question already has an answer here:
Error CL_PLATFORM_NOT_FOUND_KHR in running HashCat 4.0.1
2 answers
14.04 software-installation
14.04 software-installation
edited Nov 14 '16 at 6:32
asked Nov 13 '16 at 5:15
Ron Paulfan
63
63
marked as duplicate by terdon♦ Dec 13 at 11:41
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by terdon♦ Dec 13 at 11:41
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Bump. Any one? I'm still looking for help on this.
– Ron Paulfan
Nov 14 '16 at 6:33
add a comment |
Bump. Any one? I'm still looking for help on this.
– Ron Paulfan
Nov 14 '16 at 6:33
Bump. Any one? I'm still looking for help on this.
– Ron Paulfan
Nov 14 '16 at 6:33
Bump. Any one? I'm still looking for help on this.
– Ron Paulfan
Nov 14 '16 at 6:33
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
Intel CPUs require OpenCL Runtime for Intel Core and Intel Xeon Processors (16.1.1 or later). Download and install OpenCL™ Runtime latest from intel website. Ignore the compatibility warning.
Source: https://youtu.be/AieYqNQ6ADM
add a comment |
up vote
0
down vote
I just built hashcat on ubuntu 16 using the following commands.
git clone https://github.com/hashcat/hashcat.git
sudo apt install hashcat
sudo apt install cmake build-essential
sudo apt build-dep hashcat
cd hashcat
git submodule update --init
make
ls
./hashcat --version
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Intel CPUs require OpenCL Runtime for Intel Core and Intel Xeon Processors (16.1.1 or later). Download and install OpenCL™ Runtime latest from intel website. Ignore the compatibility warning.
Source: https://youtu.be/AieYqNQ6ADM
add a comment |
up vote
0
down vote
Intel CPUs require OpenCL Runtime for Intel Core and Intel Xeon Processors (16.1.1 or later). Download and install OpenCL™ Runtime latest from intel website. Ignore the compatibility warning.
Source: https://youtu.be/AieYqNQ6ADM
add a comment |
up vote
0
down vote
up vote
0
down vote
Intel CPUs require OpenCL Runtime for Intel Core and Intel Xeon Processors (16.1.1 or later). Download and install OpenCL™ Runtime latest from intel website. Ignore the compatibility warning.
Source: https://youtu.be/AieYqNQ6ADM
Intel CPUs require OpenCL Runtime for Intel Core and Intel Xeon Processors (16.1.1 or later). Download and install OpenCL™ Runtime latest from intel website. Ignore the compatibility warning.
Source: https://youtu.be/AieYqNQ6ADM
answered Jan 25 at 7:41
Anonymous Platypus
1,29461738
1,29461738
add a comment |
add a comment |
up vote
0
down vote
I just built hashcat on ubuntu 16 using the following commands.
git clone https://github.com/hashcat/hashcat.git
sudo apt install hashcat
sudo apt install cmake build-essential
sudo apt build-dep hashcat
cd hashcat
git submodule update --init
make
ls
./hashcat --version
add a comment |
up vote
0
down vote
I just built hashcat on ubuntu 16 using the following commands.
git clone https://github.com/hashcat/hashcat.git
sudo apt install hashcat
sudo apt install cmake build-essential
sudo apt build-dep hashcat
cd hashcat
git submodule update --init
make
ls
./hashcat --version
add a comment |
up vote
0
down vote
up vote
0
down vote
I just built hashcat on ubuntu 16 using the following commands.
git clone https://github.com/hashcat/hashcat.git
sudo apt install hashcat
sudo apt install cmake build-essential
sudo apt build-dep hashcat
cd hashcat
git submodule update --init
make
ls
./hashcat --version
I just built hashcat on ubuntu 16 using the following commands.
git clone https://github.com/hashcat/hashcat.git
sudo apt install hashcat
sudo apt install cmake build-essential
sudo apt build-dep hashcat
cd hashcat
git submodule update --init
make
ls
./hashcat --version
answered Feb 15 at 21:59
Kenneth Kron
1
1
add a comment |
add a comment |
Bump. Any one? I'm still looking for help on this.
– Ron Paulfan
Nov 14 '16 at 6:33