Problem Running oclhashcat trough SSH - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Problem Running oclhashcat trough SSH (/thread-1306.html) |
Problem Running oclhashcat trough SSH - thorax - 06-19-2012 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 Directly from the console in the target server, works great. is there any environment variable o configuration to setup? thanks. RE: Problem Running oclhashcat trough SSH - forumhero - 06-19-2012 http://hashcat.net/wiki/ssh_running_process RE: Problem Running oclhashcat trough SSH - KT819GM - 06-19-2012 Also export DISPLAY=:0 RE: Problem Running oclhashcat trough SSH - atom - 06-19-2012 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... RE: Problem Running oclhashcat trough SSH - thorax - 06-19-2012 thanks for the answer guys!! regards |