Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashes.org Script
Post: RE: Hashes.org Script
Small changes to write-out. |
|
giveen |
General Talk
|
15 |
30,789 |
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,789 |
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,789 |
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,789 |
11-20-2013, 07:39 PM |
|
|
Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT
thanks, atom, that was kinda what I was looking for, just trying to discern if looking up in the rainbow table is faster.
I was mainly thinking of my sha1 and md5 only. |
|
giveen |
General Talk
|
8 |
12,939 |
07-21-2014, 03:44 PM |
|
|
Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT
Okay, now my results are not outputting to a file. It says its found from my pot X amount, but I do not see them in the output file. |
|
giveen |
General Talk
|
8 |
12,939 |
07-21-2014, 06:05 PM |
|
|
Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT
Even when using -o ? They seem to conflict. |
|
giveen |
General Talk
|
8 |
12,939 |
07-21-2014, 06:23 PM |
|
|
Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT
Here is what I am seeing
Code:
--
oclHashcat64.exe -a 0 -m 0 -p : --session=all --force -o "D:\output\1405957334849_found.txt" --outfile-format=3 -n 32 -u 128 --gpu-temp-disable -r "D:\rules\1.giv... |
|
giveen |
General Talk
|
8 |
12,939 |
07-21-2014, 06:29 PM |
|
|
Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT
Weird, just tried another file and it worked just fine. |
|
giveen |
General Talk
|
8 |
12,939 |
07-21-2014, 06:45 PM |
|
|
Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT
So its working for some files and not others. |
|
giveen |
General Talk
|
8 |
12,939 |
07-21-2014, 07:35 PM |
|
|
Thread: Making sure my hash is right
Post: RE: Making sure my hash is right
This is $bitcoin$96$5a757c74a47dd0f6550dc41ebd23ffc4d0cdb5f350037182db93e6feacd2e495cc87c94defdbb6fd7e2d149fbe08c493$16$4b128a9b40f33d07$265150$96$cfaa5b1ca5a706db612a72ffc2bf2d0a1086dce735bc8c3ba493f... |
|
giveen |
hashcat
|
5 |
3,982 |
01-05-2018, 10:28 PM |
|
|
Thread: Making sure my hash is right
Post: RE: Making sure my hash is right
Maybe the formating is what through me off. I got ku to show it as a format of Dogecoin and the results are the same. I guess its back to working on like I've been for the past two months.
Code:
-... |
|
giveen |
hashcat
|
5 |
3,982 |
01-05-2018, 10:54 PM |
|
|
Thread: Making sure my hash is right
Post: RE: Making sure my hash is right
Thanks philsmd, I'll go back through and see which version of the wallet I had originally used and do that test and compare. |
|
giveen |
hashcat
|
5 |
3,982 |
01-08-2018, 04:47 PM |
|
|
Thread: Mantle drivers
Post: RE: Mantle drivers
Some info from the AMD forums
https://devgurus.amd.com/message/1302560
Quote:
--
That 9x draw call gain means that the card can run more different shaders, and switch between more textures in ... |
|
giveen |
General Talk
|
5 |
13,649 |
02-02-2014, 04:31 PM |
|
|
Thread: Mantle drivers
Post: RE: Mantle drivers
I appreciate the response, Atom :)
So maybe no performance gain in this aspect. I wonder how it will impact my litecoin mining. Probably the same as here, no significant improvement.
Here is a lea... |
|
giveen |
General Talk
|
5 |
13,649 |
02-02-2014, 05:37 PM |
|
|
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,587 |
10-08-2014, 08:30 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,879 |
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,879 |
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,879 |
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,879 |
06-08-2015, 05:20 PM |