Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Hashcat save/restore
Post: RE: Hashcat save/restore
best solution is to not use crunch:
Code:
--
hashcat -m 2500 -a 3 -o output_test -2 abc123 test.hccapx ?2?2?2?2?2?2?2?2
--
|
|
philsmd |
hashcat
|
3 |
411 |
09-08-2020, 12:47 PM |
|
|
Thread: Hashcat save/restore
Post: RE: Hashcat save/restore
My suggestion still makes sense, hashcat has built-in support for masks:
https://hashcat.net/wiki/doku.php?id=mask_attack
you do not need to use crunch and you do not need to use any word list, ju... |
|
philsmd |
hashcat
|
3 |
411 |
09-08-2020, 12:55 PM |
|
|
Thread: cuMemAlloc(): out of memory
Post: RE: cuMemAlloc(): out of memory
.... (what chick3nman said) and it of course has nothing to do with 32-bit binaries... hashcat doesn't ship with 32-bit executables anymore (you could still compile them yourself if somebody really ne... |
|
philsmd |
hashcat
|
3 |
239 |
09-23-2020, 05:53 PM |
|
|
Thread: cuCtxCreate(): unknown error
Post: RE: cuCtxCreate(): unknown error
try this: https://hashcat.net/faq/wrongdriver
which version of hashcat do you use ? does it work with --backend-ignore-cuda or without CUDA installed ? |
|
philsmd |
hashcat
|
3 |
302 |
09-23-2020, 05:56 PM |
|
|
Thread: tips on cracking SHA1 hash
Post: RE: tips on cracking SHA1 hash
Code:
--
-a 7 -1 ?u?d hash.txt ?1 dict.txt
--
or rules:
Code:
--
-a 0 -r my.rules hash.txt dict.txt
--
where my.rules is
Code:
--
^0
^1
^2
^3
^4
^5
^6
^7
^8
^9
^A
^B
^C... |
|
philsmd |
hashcat
|
3 |
396 |
09-24-2020, 11:11 PM |
|
|
Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?
first of all, most of the extraction tools now require python 3 as you can see also here:
Code:
--
#!/usr/bin/env python3
--
(from https://github.com/openwall/john/blob/bleeding-jumbo/run/telegr... |
|
philsmd |
hashcat
|
3 |
338 |
09-29-2020, 11:41 AM |
|
|
Thread: -m 22600 Hashcat how extract hash?
Post: RE: -m 22600 Hashcat how extract hash?
I would suggest that if you are 100% sure that you are doing everything correctly, you should report the problem to John The Ripper (which develop the telegram2john.py tool) and try to investigate mor... |
|
philsmd |
hashcat
|
3 |
338 |
09-30-2020, 11:41 AM |
|
|
Thread: format username:password?
Post: RE: format username:password?
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
btw: https://www.techsolvency.com/p... |
|
philsmd |
hashcat
|
3 |
151 |
Yesterday, 12:31 PM |
|
|
Thread: format username:password?
Post: RE: format username:password?
just make sure that the input is correct and also remember that the way to do it is 2-fold (2 steps are needed ), i.e. first crack such that the cracked hashes with password end up in the .potfile, on... |
|
philsmd |
hashcat
|
3 |
151 |
10 hours ago |
|
|
Thread: Problem cracking sample WPA hccap
Post: RE: Problem cracking sample WPA hccap
It is 'hashcat!' since the minimum length is 8 |
|
philsmd |
General Help
|
4 |
11,187 |
05-27-2013, 10:33 AM |
|
|
Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?
But it is the exact same thing for other length, if you want to do it in one run use for instance a script like this (untested, remove the "echo" if it seems to be ok for you):
Code:
--
hc_pre="... |
|
philsmd |
Old hashcat Support
|
4 |
11,433 |
06-05-2013, 07:55 PM |
|
|
Thread: Multiple WPA hccap files at the same time.
Post: RE: Multiple WPA hccap files at the same time.
Is what you are asking similar to this thread? https://hashcat.net/forum/thread-2152.html |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
11,682 |
06-19-2013, 05:20 PM |
|
|
Thread: Multiple WPA hccap files at the same time.
Post: RE: Multiple WPA hccap files at the same time.
Please have a look at Trac, I think there is no such request and there was none yet. If not on Trac the probability is hight that atom wasn't reminded of this feature request.
I for example see no mu... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
11,682 |
06-19-2013, 05:28 PM |
|
|
Thread: stop working !
Post: RE: stop working !
You use a 3rd party windows program (Hashcat-GUI), this implies that whenever you have problems by using this GUI it is better to post your GUI problems there: https://forum.md5decrypter.co.uk/forum8-g... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
8,935 |
06-15-2013, 03:24 PM |
|
|
Thread: MSCACHEv1 Line-Length Exception when username exceeds 12 Characters
Post: RE: MSCACHEv1 Line-Length Exception when username ...
Yes, sorry I made a little bit confusion w/ ntlm.
So the problem really is > length 15 support. Atom is already heavily working on that (this limitation is well known and also documented in the wiki)... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
11,241 |
08-06-2013, 12:54 PM |
|
|
Thread: Wordlist word spacing
Post: RE: Wordlist word spacing
"wordswithoutspaces" ?
yes, *hashcat reads line by line, regardless if there are spaces in some lines of your wordlist.
If you meant "wordswithspaces", yes they are tested as 1 plain and not split... |
|
philsmd |
Old hashcat Support
|
4 |
9,797 |
08-10-2013, 02:11 PM |
|
|
Thread: MSCACHEv1 Line-Length Exception when username exceeds 12 Characters
Post: RE: MSCACHEv1 Line-Length Exception when username ...
We need more info about your setup.
Are you using windows?
Maybe you have this problem, that was fixed in new beta (not released yet): https://hashcat.net/trac/ticket/178
What is the error you se... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
11,241 |
08-06-2013, 12:11 PM |
|
|
Thread: Wordlist word spacing
Post: RE: Wordlist word spacing
running sed is not doing it manually. Doing it manually would mean change every space by hand - line by line ;)
Sed/awk/tr can be used on windows. I know that, because I used them myself.
Otherwis... |
|
philsmd |
Old hashcat Support
|
4 |
9,797 |
08-10-2013, 02:30 PM |
|
|
Thread: Rules Mask
Post: RE: Rules Mask
Forget about the password list and use a mask.
For the second problem, this could help: https://hashcat.net/forum/thread-2161.html |
|
philsmd |
General Help
|
4 |
8,079 |
08-25-2013, 06:55 PM |
|
|
Thread: buitin charsets works, but custom charsets dosn't work
Post: RE: buitin charsets works, but custom charsets dos...
Please use --help and the wiki to learn about --hex-charset.
Hint: if you remove --hex-charset it should work
Please also don't post hashes if not ask by a dev, see https://hashcat.net/forum/anno... |
|
philsmd |
Old hashcat Support
|
4 |
9,223 |
09-28-2013, 10:13 AM |