Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: hashcat v6.2.0
Post: RE: hashcat v6.2.0

Just curious, can the unsigned integer type for the "count_words" function in wordlist.c be changed from "u64" to "uintmax_t"? I still sometimes get this error when trying to use large wordlists: ...
devilsadvocate hashcat 52 195,468 05-06-2023, 05:28 AM
    Thread: Oracle cwallet.sso hash extraction
Post: Oracle cwallet.sso hash extraction

Does any tool exist that can extract the hash and/or password for an Oracle Database 19c cwallet.sso file? I found this, but it hasn't been updated since 11G https://github.com/tejado/ssoDecrypt...
devilsadvocate hashcat 1 2,415 01-09-2023, 11:20 AM
    Thread: Modern hashes.org equivalent with found lists
Post: Modern hashes.org equivalent with found lists

I didn't realize that hashes.org has been offline for some time now. Does anyone know if an equivalent was ever brought online after they went down? I used to check their found lists every so of...
devilsadvocate General Talk 2 6,660 08-21-2022, 08:19 PM
    Thread: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks

Just curious, has anyone attempted overclocking and experienced their 30 series cards crashing? It seems that the 3080 has some design flaws from some manufacturers. https://youtu.be/x6bUUEEe-X8...
devilsadvocate Hardware 20 54,087 09-27-2020, 01:19 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

fart-box Wrote: (06-27-2020, 08:53 PM) -- Quote: -- A book can't possibly be 37^11 (times 13 characters), that's probably more storage than atoms in the universe! -- That's why we make a word-l...
devilsadvocate User Contributions 213 792,548 06-28-2020, 05:16 AM
    Thread: hashcat 6.0.0
Post: RE: hashcat 6.0.0

I can now load dictionary wordlists in zip or gzip format? I'm about to reclaim over 1 TB of hard drive space. You guys rock. Thanks for the awesome update.
devilsadvocate hashcat 21 160,262 06-26-2020, 07:12 AM
    Thread: 2nd life for 1070 cards - preferred cooling solution
Post: 2nd life for 1070 cards - preferred cooling soluti...

Does anyone here have experience with the Arctic Accelero III GPU cooler? https://www.youtube.com/watch?v=A_xqBidOjpQ (https://www.youtube.com/watch?v=A_xqBidOjpQ) I have a number of 1070 cards ...
devilsadvocate Hardware 0 3,331 05-27-2020, 12:15 PM
    Thread: Guidance for creation of custom kernels
Post: Guidance for creation of custom kernels

Can a guide be found anywhere on implementing custom kernels for hashcat? One example that comes to mind would be implementing a kernel that mdxfind has, but hashcat doesn't have (at least, not yet...
devilsadvocate General Talk 2 7,946 06-15-2019, 09:19 AM
    Thread: Dedicated hashcat brain server
Post: Dedicated hashcat brain server

If I wanted to deploy a dedicated hashcat brain server, are there any recommended system specifications? Assuming that I don't want to deploy a virtual machine, could an Intel N3450 Mini PC (usuall...
devilsadvocate Hardware 3 10,727 11-11-2018, 07:28 AM
    Thread: Sleeve bearing vs ball bearing GPU fans
Post: Sleeve bearing vs ball bearing GPU fans

There is one thing that miners and hashcat rig owners have in common.  Some of us run our machines 24/7/365. However, in order to do this with the least amount of maintenance, Founders Editions car...
devilsadvocate Hardware 0 4,983 08-08-2018, 07:40 AM
    Thread: hashcat approved gpu driver no longer available
Post: RE: hashcat approved gpu driver no longer availabl...

atom Wrote: (08-07-2018, 02:18 PM) -- Yeah, we should. But then there's nothing left. -- Someone could piece together the instructions for Ubuntu 16 and add that to the wiki. I did some of that ...
devilsadvocate hashcat 9 20,378 08-08-2018, 07:28 AM
    Thread: Hash types with multiple iterations/rounds
Post: Hash types with multiple iterations/rounds

Are there any plans to implement an option for recursively iterating any of the hash types (kernels)? For example, if I want to test hashes that may have been encrypted with sha1 more than once, wi...
devilsadvocate hashcat 1 10,356 05-20-2018, 05:43 PM
    Thread: hashcat v4.1.0
Post: RE: hashcat v4.1.0

Did checkpoints get fixed in this version? It can still take days to reach a checkpoint so that a hashcat process can exit cleanly. In some cases, the checkpoint doesn't work at all and the keyspa...
devilsadvocate hashcat 13 69,640 05-12-2018, 11:40 PM
    Thread: Two sessions writing to the same potfile
Post: RE: Why do not many combination rules have such a ...

CUwindows00 Wrote: (04-06-2018, 08:29 AM) -- Hello everyone Ask a question of hashcat rules Why do not many combination rules have such a rule? Swap location attack rule For example: cat 1...
devilsadvocate hashcat 6 16,054 04-06-2018, 08:41 AM
    Thread: Two sessions writing to the same potfile
Post: Two sessions writing to the same potfile

Can 2 separate hashcat sessions write to the same potfile? Or will that cause a tear in the fabric of the space time continuum? In Linux, this may come down to how 2 separate processes handle ap...
devilsadvocate hashcat 6 16,054 04-06-2018, 07:28 AM
    Thread: 12 GPU hashcat rig
Post: 12 GPU hashcat rig

Has anyone seen this?  It has been created for the mining community.  It seems to be that it could also serve the hashcat community. https://www.pcgamer.com/you-can-cram-a-dozen-graphics-cards-into-t...
devilsadvocate Hardware 6 22,362 02-09-2018, 01:53 AM
  Tongue Thread: Titan V benchmarks
Post: Titan V benchmarks

Will anyone be remortgaging their home or taking out a small loan in order to buy this? http://www.game-debate.com/news/24188/nvidia-unleashes-2999-titan-v-fastest-gpu-in-the-world-with-110-tflops-...
devilsadvocate Hardware 13 39,454 01-09-2018, 11:48 AM
    Thread: 4 word combinations from a short list of words
Post: RE: 4 word combinations from a short list of words

You can create a short wordlist and then feed it to prince processor with "--elem-cnt-min=4 --elem-cnt-max=4" Interesting perl solution though.
devilsadvocate General Talk 4 11,551 12-23-2017, 05:29 PM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

I just realized that the conversion from hex to plaintext is probably not handling UTF-8, non-ASCII characters correctly with the conversion process. A functional workaround will probably be to con...
devilsadvocate hashcat 10 28,889 11-23-2017, 07:27 PM
    Thread: hashcat v4.0.0
Post: RE: hashcat v4.0.0

I haven't put the rules files under a microscope yet, but have any "pre-fab" rules been adjusted so as to accommodate passwords now being up to 256 characters in length for some kernel types? I sus...
devilsadvocate hashcat 11 119,931 11-20-2017, 06:22 AM