Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
without chmod +x
05-04-2010, 07:41 AM
Post: #3
RE: without chmod +x
i used file roller v 2.30.0 which is the default archive manager for ubuntu with a rar plugin installed i believe.

Code:
user@desktop:~/oclHashcat-0.18$ ls -l
total 3612
drwx------ 2 user user    4096 2010-05-01 13:41 docs
-rw-r--r-- 1 user user       4 2010-05-01 21:24 eula.accepted
-rw-r--r-- 1 user user      66 2010-04-24 12:10 example.cmd
-rw-r--r-- 1 user user 1210228 2010-04-24 12:03 example.dict
-rw-r--r-- 1 user user  220796 2010-04-24 11:59 example.hash
-rw-r--r-- 1 user user   50892 2010-05-01 13:40 oclHashcat32.bin
-rw-r--r-- 1 user user 1851680 2010-04-30 14:49 oclHashcat_4_4098.kernel
-rw-r--r-- 1 user user  227254 2010-04-30 14:49 oclHashcat_4_4318.kernel
-rwxr-xr-x 1 user user   51848 2010-05-01 13:40 oclHashcat64.bin
-rw-r--r-- 1 user user   60928 2010-05-01 13:40 oclHashcat.exe
user@desktop:~/oclHashcat-0.18$ ./oclHashcat64.bin
./oclHashcat64.bin: /usr/lib/nvidia-current/libOpenCL.so: no version information available (required by ./oclHashcat64.bin)
Usage: ./oclHashcat64.bin [options] hashlist wordlist_left|mask_left wordlist_right|mask_right

Try --help for more help.
user@desktop:~/oclHashcat-0.18$ sh ./oclHashcat64.bin
./oclHashcat64.bin: 1: Syntax error: word unexpected (expecting ")")
user@desktop:~/oclHashcat-0.18$ sh oclHashcat64.bin
oclHashcat64.bin: 1: Syntax error: word unexpected (expecting ")")
user@desktop:~/oclHashcat-0.18$

the execution of the app looks right, but that syntax error got me thinking there was something going on with the app.
Find all posts by this user


Messages In This Thread
without chmod +x - MK.v.4 - 05-02-2010, 12:20 AM
RE: without chmod +x - atom - 05-02-2010, 09:02 AM
RE: without chmod +x - MK.v.4 - 05-04-2010 07:41 AM