hashcat - strange behavior - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: hashcat - strange behavior (/thread-6888.html) |
hashcat - strange behavior - freeroute - 09-23-2017 UPDATE: "OpenCL Runtime for Intel Core and Intel Xeon Processors" driver reinstalled for CPU. Now I have opencl support for CPU. Hashcat working well. Today I tried to install new kernel, but it was fail. So I deleted and return the old kernel. After that hashcat not respond the "s" or "q" key. So I can not update the screen, pressing "s" key. hashcat version: v3.6.0 (installed from source) l Code: [b]sb_release -a:[/b] uname -r: 4.4.0-96-generic lspci | grep VGA: 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02) "OpenCL Runtime for Intel Core and Intel Xeon Processors" driver installed for CPU. Code: [b]vivien@vivien-Inspiron-5567:~$ lspci[/b] I attached the clinfo, also. Download Could you help, please? RE: hashcat - strange behavior - atom - 10-01-2017 Retry with latest version from github RE: hashcat - strange behavior - freeroute - 06-12-2018 Same problem again. Can not control running hashcat with keyboard. Can start hashcat as normal, can't see status, can't create checkpoint, stop running only with Ctrl+C keyboard combination. Installed (by install.sh) opencl_runtime_16.1.1_x64_ubuntu_6.4.0.25.tgz Commands: hashcat -b >>>OK hashcat -O -m 0 -a 0 md5_hash wordlist >>running, but can't control by keyboard hashcat -O --status --status-timer=5 -m 0 -a 0 md4_hash wordlist >> running, can't control by keyboard, but status screen updated 5 sec hashcat -V v4.1.0-21-g215063d clinfo: https://freeroute.sytes.net/view/cbebc0ad root@Helium-XR-01:~# hashcat -I hashcat (v4.1.0-21-g215063d) starting... OpenCL Info: Platform ID #1 Vendor : Intel(R) Corporation Name : Intel(R) OpenCL Version : OpenCL 1.2 Device ID #1 Type : CPU Vendor ID : 8 Vendor : Intel(R) Corporation Name : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz Version : OpenCL 1.2 (Build 475) Processor(s) : 4 Clock : 2600 Memory : 3072/12288 MB allocatable OpenCL Version : OpenCL C 1.2 Driver Version : 1.2.0.475 Screenshot: https://www.sendspace.com/file/gscbpi With amd-opencl-icd driver I can run it with --force command and keyboard control working. But there is a mass speed loss. Do you have any idea? |