hashcat Forum

Full Version: Need help with script.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.
I use ubuntu 11.10 os with one 6990 card and oclHashcat_0.09. I try to make fully automated system. Write script to start and restore process. Using ssh remote terminal checked all my script and it works perfect. After writing crontab i got 2 problems when oclHashcat-lite64 starts( anyway restore or start new progress ) :
1. Usage CPU 100%
Code:
PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                
9112 user      20   0  262m  82m  23m S  101  2.1   0:46.94 oclHashcat-lite
2. Writing tmp file until all hdd space is used.
Second problem I solve - move stdout/stdin to /dev/null
*/10 * * * * /home/user/script > /dev/null 2>&1 </dev/null

Please help me to solve 1st problem.

Thanks in advance

try using screen, it needs a tty otherwise it runs into a cpu burning loop.
any other way start oclHashcat-lite automatically without user activity ?
what's wrong with screen?
computer without monitor Smile
YES!!! It works perfect! Big thanks for help Smile