hashcat Forum

Full Version: Segmentation fault: 11
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings!
First time using hashcat. I am working with some Oracle AD attiribute hashes and I've been using JtR just fine however, I'm exploring the option of using hashcat. I'm using a MacBook Pro, OSX: Mountain Lion and I am recieving the following error upon execution. Any suggestions, help would be greatly appreciated. I did search the forums for this error but nothing seemed to fit.


Code:
Initializing hashcat v0.40 by atom with 8 threads and 32mb segment-size...

NOTE: press enter for status-screen

Added hashes from file /Users/xxxx/Tools/John/run/test2.txt: 4 (4 salts)
Segmentation fault: 11
Hi,

I am also an Mac_user, & can run perfectly on OSX LION ( 1.7.4 )

Have you tried to put "test2.txt" on the same folder of Hashcat App ?

If not, try it & repport if it's ok then..
i get the same error on osx 10.8.2. what i've found is the error comes up depending on which wordlist is used. the wikipedia wordlist gives the error, but rockyou works fine. the sha1 hashes are from 2012 CMIYC competition.

./hashcat-cli64.app -m 100 ../hash/sha1clean.txt ../wordlist/wikipedia-wordlist-sraveau-20090325.txt
Initializing hashcat v0.41 by atom with 8 threads and 32mb segment-size...

Added hashes from file ../hash/sha1clean.txt: 8544 (1 salts)

NOTE: press enter for status-screen

fe360d069f81a7d5908c6a15105119a5650e6c22:Artinov
f1424a2f57682a5958b737482180b5eba732458b:acknowledgeth
2c72aed682fb28df71de75837439532b33531229:Asherites
11623fa2a82aba3964f9b9697b414cafaef81b8f:Alexis
12d5c037442a6b15075d60ef29512ce92266880b:archetypal
e86fc8c7e03de035bbf8d1290edb92781603ee25:additammo
4ca26bce126d103b2ceb33d70c9804bb686d5608:abandoner
f1b222c226c2a691b650dc29f485b6a70fa84bb6:Aliais
501fede769bb1f5707856888d8cd6c1b75bd2693:Aligizakis
60a28e62671418d622bc2b88e62e14442c0cd3bd:Abelmizraim
f6565d958c28ece32a5b384115fadb514bfcbffd:Antonelli
a9ea2cc97f62a5757acf2d94fa7a3e7ece9bf378:assisted
43c58257a17e810ed69583cbee057f3b4c7609c6:Assuredly
6c31cac58f57a73d162876f7c97d73f5b2c2c505:Allalouf
2c97576c33cc357a36a0bac2a74b708dff7439d5:Allatini
f1ecaf926c615ba9083fe839b179ca0eedab51c8:Anastassiadis
2651e0174c2b8e059d3b15e2651293815b2ad49b:Anathema
1892403026150783803edfdfb5751e8e3c6cb646:Apergis
f1460ee2961958d45356777b02baf705eb6d55e3:Andrias
cc947c3c73ac36702a9ad9142bb1a70831ccb7e9:Apharsachites
2018e3c7850e7133b41fccedea329900b1f4d76e:Alone
938e9c100ab9c581149b2891a24dfc7524a97a49:Apostolo
07be4cef430a6bd50607e4c747f3e180a701d14d:AFFIRMIEZ
Input.Mode: Dict (../wordlist/wikipedia-wordlist-sraveau-20090325.txt)
Index.....: 1/23 (segment), 2941377 (words), 33550346 (bytes)
Recovered.: 23/8544 hashes, 0/1 salts
Speed/sec.: 33.44M plains, 33.44M words
Progress..: 2941377/2941377 (100.00%)
Running...: 00:00:00:01
Estimated.: --:--:--:--
243eb3ac76b26ede9613eb14c885e607cefb7de5:boundless
c5758121b4b8990a571140b7fc886f973b6b820c:Baalhamon
3134f2298d6d053261d87d28b5b9ae6e070304a7:Baalmeon
15cecb8b36941f142415ef6fa512da81c67803e9:braesicke
3856714d9c74b0f31ec2412133b79b214019b2cb:burdened
3b8527e0f284b1eedd5bee07d5c11de4e09c46be:Bilbeyhallorum
3d8a9a61b587c25bc32a63fc10902ca2851b8242:bridechamber
fd48bbb44d8124ab0f9dc5a89180a69ee8fd5858:baldness
57855b8e5810bd1ab4098ac2ae5b4d4ee663ab88:Beaner
9982a8169b493d291861f0191e2e05cd4c65a89f:bondmaids
803042b50d5ef1514de7da8a8f3a5b86fc43ac11:avenging
fb52f827c976deba7c3a3f68c4ac92a0587ea86d:Bambas
c2be65f8f9a74a09cdbcbb6409bc875f9de35219:Bethrehob
Segmentation fault: 11
Hi,

first i notified you didn't mentioned the attack mode, in your & this case ( dick attack) case you have to use "a 0" (i say MAYBE that can affected the process..)

second, time to time DIC'S are not properly fomated/encoded, i take personaly the habit to encode all my dic's in UTF8

Third, i also notified to use the path of dic can time to time make some errors, for prevent that, put the dic & hashes file in the SAME folder than "Hashcat" app.

Hope it's gona work,

Tony
i believe the default attack mode is 0 when not specified. however, the same command, hash list and wordlist runs fine in linux. i do agree it probably has something to do with the wordlist. haven't had a chance to mess with it yet. but the original file seems to already be utf-8

$ file -I wikipedia-wordlist-sraveau-20090325.txt
wikipedia-wordlist-sraveau-20090325.txt: text/plain; charset=utf-8
Make sure its using either \n or \r\n crlf, not \r as mac uses it (used it?).