Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [asc] Views Posted
    Thread: oclHashcat new features / algorithms
Post: RE: oclHashcat new features / algorithms

I've really wanted rar/zip support for a long time. I would love to have bitcoin support but sha-512 with 50+ iterations is kinda pointless in my opinion. I've used other tools, with my 3x 270x's, an...
giveen Organisation and Events 23 52,583 10-08-2014, 08:30 PM
    Thread: hashcat and oclHashcat have gone open source
Post: RE: hashcat and oclHashcat have gone open source

I think its really cool that you saw open source as a way to improve the capabilities and that was a good motivation for it.
giveen Organisation and Events 20 114,044 12-09-2015, 03:07 PM
    Thread: Hashes.org Script
Post: Hashes.org Script

This script was written by @tekwizz123 with a very extremely small contribute from me. So really the credit goes to him. Extremely useful to quickly test for a known hash. It takes your hash list, ...
giveen General Talk 15 30,776 10-25-2013, 09:22 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

Example output Quote: -- 1a19a606b2272ab2d2e1310e95b4d609:SoogerBooger12345 Type=(MD5) 06b717fbfab7019dd041f44efe3a468c:Saljack3232 Type=(MD5) 05ec6431b638d070182f387816f80638:anc243.cs Type=(MD5)...
giveen General Talk 15 30,776 10-25-2013, 09:23 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

Small changes to write-out.
giveen General Talk 15 30,776 10-31-2013, 01:19 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

Exclusive Wrote: (11-20-2013, 02:17 PM) -- I get this error :( "Traceback (most recent call last): File "C:\Python34\N.py", line 43, in result = open(sys.argv[1] + "__cracked", "wb") Index...
giveen General Talk 15 30,776 11-20-2013, 02:25 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

Are you using this version of the script? Also it looks like you are missing the module ssl, local problem. Code: -- #!/usr/bin/python # Hashes.org list checking script for checking passwords ...
giveen General Talk 15 30,776 11-20-2013, 06:20 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

without SSL module, you are going to have some issues.because https://www.hashes.org/api.php is what is being accessed. Have you tried using Python 2.7, because I see you are still using 3.4 C:\Pyth...
giveen General Talk 15 30,776 11-20-2013, 07:39 PM
    Thread: Question on Bitcoin/Litcoin
Post: Question on Bitcoin/Litcoin

I have a question on -m 11300 Is the input file the actual wallet.dat? When I point it to my wallet.dat, hashcat goes crazy and makes my computer beep like a madman. if I point it to "encrypted_...
giveen Old oclHashcat Support 13 28,869 06-08-2015, 03:16 PM
    Thread: Question on Bitcoin/Litcoin
Post: RE: Question on Bitcoin/Litcoin

Rolf Wrote: (06-08-2015, 03:38 PM) -- You need to use wallet2john.py to extract the hash. Find it in the latest mumbo jumbo JtR release. -- thanks, Rolf
giveen Old oclHashcat Support 13 28,869 06-08-2015, 03:39 PM
    Thread: Question on Bitcoin/Litcoin
Post: RE: Question on Bitcoin/Litcoin

So now I have a "$bitcoin$96$8........." hash , but still line length issues.
giveen Old oclHashcat Support 13 28,869 06-08-2015, 03:56 PM
    Thread: Question on Bitcoin/Litcoin
Post: RE: Question on Bitcoin/Litcoin

Rolf Wrote: (06-08-2015, 04:43 PM) -- Check it against the example hash for BTC/LTC wallet here (https://hashcat.net/wiki/doku.php?id=example_hashes). -- I'll check again, pretty sure it looks like...
giveen Old oclHashcat Support 13 28,869 06-08-2015, 04:46 PM
    Thread: Question on Bitcoin/Litcoin
Post: RE: Question on Bitcoin/Litcoin

Okay, thank you Rolf, I had a line feed at the end for some reason. But other wallet is pulling a weird hash that appears to be a bit too many on the number digits in the hash. My good hash is 304 ch...
giveen Old oclHashcat Support 13 28,869 06-08-2015, 05:20 PM
    Thread: Question on Bitcoin/Litcoin
Post: RE: Question on Bitcoin/Litcoin

atom Wrote: (06-09-2015, 02:31 PM) -- someone told me dogecoin uses a different wallet format. -- My understanding is that they use the bitcoin core as the basis of the wallet code. For example htt...
giveen Old oclHashcat Support 13 28,869 06-10-2015, 12:22 AM
    Thread: Question on Bitcoin/Litcoin
Post: RE: Question on Bitcoin/Litcoin

Here is the one that is not working $bitcoin$96$856e263a5c91fa5df09049153f9b3b889b3b5be0185b2ca95a352832e83dc519c63074a0bbc42615bae8b352149431f3$16$9dd95fb690bb7d5e$125989$96$0135a17e315d528da597892e...
giveen Old oclHashcat Support 13 28,869 06-12-2015, 03:09 PM
    Thread: Question on Bitcoin/Litcoin
Post: RE: Question on Bitcoin/Litcoin

x34cha Wrote: (06-12-2015, 06:30 PM) -- sorry to hijack.. but whenever I run this bitcoin2john.py I get ERROR:root:Couldn't open wallet.dat/main. Try quitting Bitcoin and running this again. ...
giveen Old oclHashcat Support 13 28,869 06-12-2015, 07:07 PM
    Thread: clBuildProgram() -11 error on AMD Raedon 7670 In Catalyst
Post: RE: clBuildProgram() -11 error on AMD Raedon 7670 ...

I don't mean to hijack, just want to know if 13.4 is the recommended driver version? Anything beyond that supported?
giveen Very old oclHashcat-plus Support 11 17,394 10-25-2013, 11:03 PM
    Thread: encrypted wallet
Post: RE: encrypted wallet

Try this https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/run/bitcoin2john.py It should extract the hash from the wallet (it should work on the dogecoin wallet) What I saw fr...
giveen General Help 10 18,314 01-09-2015, 07:18 PM
    Thread: encrypted wallet
Post: RE: encrypted wallet

epixoip Wrote: (01-09-2015, 07:40 PM) -- That is precisely what he used in the previous post. Still doesn't extract a hash, and still not supported by hashcat. -- Ah, gotcha.
giveen General Help 10 18,314 01-10-2015, 02:39 AM
    Thread: Special char-set usage
Post: Special char-set usage

Am I doing this right? Code: -- oclHashcat-plus64.exe -a 3 -m 100 -p : --session=05100218 --force -o "F:\hashcat\output\argentina_sha1_found.txt" --outfile-format=2 -n 40 --markov-disable --remove...
giveen General Help 8 11,388 11-05-2013, 07:04 PM