Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem Running oclhashcat trough SSH
06-19-2012, 01:23 AM
Post: #1
Problem Running oclhashcat trough SSH
Hey, i discovered this great tool trying to crack WPA.
I increased from around 4.300 words/sec with aircrack and dictionary to 79.000 words/sec using my 6950. That is great performance. 8 digit numbers from 8 hours to 20 mins.
i want to launch and monitor runs from work but i get this problem when trying to run oclhashcat trough ssh.

Code:
alejandro@desktop:~/wifi-crack$ /home/alejandro/Downloads/oclHashcat-plus-0.08/oclHashcat-plus64.bin -m 2500 -a 3 uma-crack/7304_1339952021.hccap ?u?l?l?d?d?d?d?d
No protocol specified
oclHashcat-plus v0.08 by atom starting...

Hashes: 1
Unique salts: 1
Unique digests: 1
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
GPU-Loops: 128
GPU-Accel: 16
Password lengths range: 8 - 15
Platform: AMD compatible platform found
ERROR: ERROR: clGetDeviceIDs() -1

Directly from the console in the target server, works great.
is there any environment variable o configuration to setup?

thanks.
Find all posts by this user
06-19-2012, 04:08 AM
Post: #2
RE: Problem Running oclhashcat trough SSH
http://hashcat.net/wiki/ssh_running_process
Find all posts by this user
06-19-2012, 09:49 AM
Post: #3
RE: Problem Running oclhashcat trough SSH
Also export DISPLAY=:0
Find all posts by this user
06-19-2012, 09:51 AM
Post: #4
RE: Problem Running oclhashcat trough SSH
X11 must be running, whatever you use it or not. You also need to run: "xhost +" on that X11 session. Otherwise you cant access it from SSH...
Visit this user's website Find all posts by this user
06-19-2012, 11:37 PM
Post: #5
RE: Problem Running oclhashcat trough SSH
thanks for the answer guys!! regards
Find all posts by this user
Thread Closed