Help with Hashcat?











up vote
0
down vote

favorite












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?










share|improve this question
























  • Bump. Any one? I'm still looking for help on this.
    – Ron Paulfan
    Nov 14 '16 at 6:33















up vote
0
down vote

favorite












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?










share|improve this question
























  • Bump. Any one? I'm still looking for help on this.
    – Ron Paulfan
    Nov 14 '16 at 6:33













up vote
0
down vote

favorite









up vote
0
down vote

favorite











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?










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 14 '16 at 6:32

























asked Nov 13 '16 at 5:15









Ron Paulfan

63




63












  • 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




Bump. Any one? I'm still looking for help on this.
– Ron Paulfan
Nov 14 '16 at 6:33










3 Answers
3






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






share|improve this answer




























    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





    share|improve this answer




























      up vote
      0
      down vote













      I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



      Installing OpenCL™ Runtimes for Intel® Processors



      Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




      1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

      2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

      3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

      4. cd ~/Desktop

      5. mkdir neo

      6. cd neo

      7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

      8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

      9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

      10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

      11. Install the packages by running sudo dpkg -i *.deb.

      12. Restart the system by running sudo reboot.


      Installing OpenCL™ Runtimes for Intel® Processors - Option B




      1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

      2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

      3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

      4. cd l_opencl_p_18.1.0.013

      5. Run sudo ./install.sh

      6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

      7. Hit "1"

      8. Hit "1"

      9. Hit "Enter" and then restart the computer.

      10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"






      share|improve this answer





















        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "89"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f848816%2fhelp-with-hashcat%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        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






        share|improve this answer

























          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






          share|improve this answer























            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






            share|improve this answer












            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







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 25 at 7:41









            Anonymous Platypus

            1,29461737




            1,29461737
























                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





                share|improve this answer

























                  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





                  share|improve this answer























                    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





                    share|improve this answer












                    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






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Feb 15 at 21:59









                    Kenneth Kron

                    1




                    1






















                        up vote
                        0
                        down vote













                        I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



                        Installing OpenCL™ Runtimes for Intel® Processors



                        Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




                        1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

                        2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

                        3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

                        4. cd ~/Desktop

                        5. mkdir neo

                        6. cd neo

                        7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

                        8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

                        9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

                        10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

                        11. Install the packages by running sudo dpkg -i *.deb.

                        12. Restart the system by running sudo reboot.


                        Installing OpenCL™ Runtimes for Intel® Processors - Option B




                        1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

                        2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

                        3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

                        4. cd l_opencl_p_18.1.0.013

                        5. Run sudo ./install.sh

                        6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

                        7. Hit "1"

                        8. Hit "1"

                        9. Hit "Enter" and then restart the computer.

                        10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"






                        share|improve this answer

























                          up vote
                          0
                          down vote













                          I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



                          Installing OpenCL™ Runtimes for Intel® Processors



                          Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




                          1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

                          2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

                          3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

                          4. cd ~/Desktop

                          5. mkdir neo

                          6. cd neo

                          7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

                          8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

                          9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

                          10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

                          11. Install the packages by running sudo dpkg -i *.deb.

                          12. Restart the system by running sudo reboot.


                          Installing OpenCL™ Runtimes for Intel® Processors - Option B




                          1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

                          2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

                          3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

                          4. cd l_opencl_p_18.1.0.013

                          5. Run sudo ./install.sh

                          6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

                          7. Hit "1"

                          8. Hit "1"

                          9. Hit "Enter" and then restart the computer.

                          10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"






                          share|improve this answer























                            up vote
                            0
                            down vote










                            up vote
                            0
                            down vote









                            I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



                            Installing OpenCL™ Runtimes for Intel® Processors



                            Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




                            1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

                            2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

                            3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

                            4. cd ~/Desktop

                            5. mkdir neo

                            6. cd neo

                            7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

                            8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

                            9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

                            10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

                            11. Install the packages by running sudo dpkg -i *.deb.

                            12. Restart the system by running sudo reboot.


                            Installing OpenCL™ Runtimes for Intel® Processors - Option B




                            1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

                            2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

                            3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

                            4. cd l_opencl_p_18.1.0.013

                            5. Run sudo ./install.sh

                            6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

                            7. Hit "1"

                            8. Hit "1"

                            9. Hit "Enter" and then restart the computer.

                            10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"






                            share|improve this answer












                            I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



                            Installing OpenCL™ Runtimes for Intel® Processors



                            Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




                            1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

                            2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

                            3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

                            4. cd ~/Desktop

                            5. mkdir neo

                            6. cd neo

                            7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

                            8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

                            9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

                            10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

                            11. Install the packages by running sudo dpkg -i *.deb.

                            12. Restart the system by running sudo reboot.


                            Installing OpenCL™ Runtimes for Intel® Processors - Option B




                            1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

                            2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

                            3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

                            4. cd l_opencl_p_18.1.0.013

                            5. Run sudo ./install.sh

                            6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

                            7. Hit "1"

                            8. Hit "1"

                            9. Hit "Enter" and then restart the computer.

                            10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Dec 2 at 1:52









                            alexanderjsingleton

                            1013




                            1013






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Ask Ubuntu!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f848816%2fhelp-with-hashcat%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                How did Captain America manage to do this?

                                迪纳利

                                南乌拉尔铁路局