Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Please Help
Post: RE: Please Help
If you have the wallet.dat file, you could just use the normal steps:
1. use bitcoin2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py) to extra... |
|
philsmd |
hashcat
|
5 |
4,721 |
08-07-2017, 08:14 AM |
|
|
Thread: How to set the minimum password length?
Post: RE: How to set the minimum password length?
from https://hashcat.net/wiki/doku.php?id=rule_based_attack#rules_used_to_reject_plains :
Quote:
--
Reject rules only work either with hashcat-legacy, or when using â-jâ or â-kâ with hashc... |
|
philsmd |
hashcat
|
5 |
7,344 |
08-07-2017, 10:14 PM |
|
|
Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x
if you do not know how to escape special characters within your command, you should just use a hash file.
Code:
--
hashcat64.exe -m 13400 -a 3 hash_file.txt ?l?l?l?l?l?l?l
--
of course the file "h... |
|
philsmd |
hashcat
|
6 |
7,596 |
08-08-2017, 07:09 AM |
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
As already explained above, for axcrypt 1.x (every version of ax less than 2.0) you could just use axcrypt2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/axcr... |
|
philsmd |
hashcat
|
10 |
11,238 |
08-08-2017, 11:45 AM |
|
|
Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x
you are not allowed to post hashes here.
Respect the forum rules or you get banned immediately.
It also can't be that difficult to use the same format of the example hash also for your hash.
You ... |
|
philsmd |
hashcat
|
6 |
7,596 |
08-08-2017, 01:55 PM |
|
|
Thread: Axcrypt: axcrypt2john.py (how to use python)
Post: RE: Using for Axcrypt
My guess is that you should just use the correct python version and therefore:
you do not need to change the .py file at all.
With "the correct" version of python it should work without problems.
... |
|
philsmd |
hashcat
|
8 |
7,831 |
08-08-2017, 04:07 PM |
|
|
Thread: Hashcat cant find my GPU
Post: RE: Hashcat cant find my GPU
Well, that should be very obvious. There are only 2 possibilities:
1. either you mess around with setting up a system that uses ancient drivers/hashcat/windows (this is not supported by the drivers m... |
|
philsmd |
hashcat
|
3 |
5,297 |
08-09-2017, 08:28 AM |
|
|
Thread: how to remove hash from output file
Post: RE: how to remove hash from output file
I can't reproduce this problem and I now tried a lot of different commands etc.
Which version of hashcat do you use?
make sure that you use the latest release version (3.6 currently). |
|
philsmd |
hashcat
|
3 |
3,469 |
08-14-2017, 12:00 PM |
|
|
Thread: Scrypt + Salsa20/8 128 128
Post: RE: Scrypt + Salsa20/8 128 128
1. you are not allowed to post hashes (see forum rules https://hashcat.net/forum/announcement-2.html)
2. your conversion between the 2 formats used by john vs hashcat is completely wrong. hint: jtr do... |
|
philsmd |
hashcat
|
7 |
8,171 |
08-16-2017, 07:19 AM |
|
|
Thread: noob question
Post: RE: noob question
It's explained here: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
Code:
--
hashcat -m 0 -a 0 -w 3 --username --separa... |
|
philsmd |
hashcat
|
6 |
6,037 |
08-16-2017, 09:05 AM |
|
|
Thread: Error with estimated time
Post: RE: Error with estimated time
@MattSR
Thanks for the report. It seems it was successfully fixed with the newest beta version (hashcat 3.6.0+367 or newer, https://hashcat.net/beta/).
See https://github.com/hashcat/hashcat/pull/... |
|
philsmd |
hashcat
|
6 |
5,301 |
08-16-2017, 06:05 PM |
|
|
Thread: Axcrypt: axcrypt2john.py (how to use python)
Post: RE: Axcrypt: axcrypt2john.py (how to use python)
I understand that it's not your day to day job to develop or run code, but you should at least try to do some research and think about it.
This is not that difficult at all. There are literally thous... |
|
philsmd |
hashcat
|
8 |
7,831 |
08-08-2017, 09:37 PM |
|
|
Thread: foreign words and --remove
Post: RE: foreign words and --remove
for question number 1 it depends on the type of hashes and also on your hardware (SSD, RAM, CPU) etc. In my experience, you shouldn't bother too much about removing hashes if you do not crack (and the... |
|
philsmd |
hashcat
|
3 |
3,868 |
08-09-2017, 08:57 AM |
|
|
Thread: Hashcat SHA1 output "hash:plain" to plain
Post: RE: Hashcat SHA1 output "hash:plain" to plain
Code:
--
hashcat -m 100 --show --outfile-format 2 originalHashList.txt
--
p.s.: do not post hashes. this is against the forum rules. you will get banned |
|
philsmd |
hashcat
|
4 |
5,280 |
08-22-2017, 07:16 AM |
|
|
Thread: Hashcat SHA1 output "hash:plain" to plain
Post: RE: Hashcat SHA1 output "hash:plain" to plain
something like this should work (on linux or mingw):
Code:
--
cut -b 42- hashcat.potfile | ./hashcat --stdout --outfile-autohex-disable
--
or you could also copy the file and use any advance... |
|
philsmd |
hashcat
|
4 |
5,280 |
08-22-2017, 11:00 PM |
|
|
Thread: Pronouncable passwords cracking
Post: RE: Pronouncable passwords cracking
Unfortunately, you can't recover a random password that is that long within a reasonable amount of time.
Just do the math:
?u?l = 26+26 = 52 characters
?d = 10 characters
=> 52 * 52 * 52 * 52 * 52... |
|
philsmd |
hashcat
|
3 |
3,417 |
08-10-2017, 03:56 PM |
|
|
Thread: Hashcat stop randomly
Post: RE: Hashcat stop randomly
Why do you think it stopped without reasons?
From the output you have posted above it seems that everything is working correctly.
I don't see any evidence that there is something strange going on.... |
|
philsmd |
hashcat
|
3 |
3,805 |
08-11-2017, 08:14 PM |
|
|
Thread: how to remove hash from output file
Post: RE: how to remove hash from output file
--outfile-format 2 combined with --username will only output the username and the password.
What you should know is that -o always appends to the file and therefore the file cracked.txt won't be ov... |
|
philsmd |
hashcat
|
3 |
3,469 |
08-14-2017, 10:32 AM |
|
|
Thread: How to generate/try random keys for 3des?
Post: RE: How to generate/try random keys for 3des?
You should be more specific about what you know about the keys/passwords.
If the keys are completely random and k1, k2 and k3 could all be different, then the keyspace is very large (way too large to... |
|
philsmd |
hashcat
|
5 |
4,445 |
08-14-2017, 03:05 PM |
|
|
Thread: multi charset
Post: RE: multi charset
1. it's not allowed to post hashes
2. you need to specify a mask (see https://hashcat.net/wiki/?id=mask_attack) if you use -a 3 (otherwise the default one will be used, which is probably not exactly ... |
|
philsmd |
hashcat
|
3 |
4,680 |
08-23-2017, 03:15 PM |