Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Special char-set usage
Post: RE: Special char-set usage
UPDATE2: using a .hcmask file doesn't make much sense in this case (together w/ the spanish.hcchr file) since the mask inside the .hcmask file must refer to the spanish.hcchr file somehow... i.e. the ... |
|
philsmd |
General Help
|
8 |
11,402 |
11-05-2013, 07:17 PM |
|
|
Thread: Special char-set usage
Post: RE: Special char-set usage
no, if you define -1 to use the spanish.hcchr and if you also use -1 in your mask *OR* if you use a hcchr that includes all chars you want to try... there is no fallback to latin characters
It only d... |
|
philsmd |
General Help
|
8 |
11,402 |
11-05-2013, 07:28 PM |
|
|
Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...
In cases like this I normally just add a "echo" before the actual command (like echo ./hashcat-0.46 and you will see what is going on)... also I normally prefer the:
while read line
do
// ... so... |
|
philsmd |
Old hashcat Support
|
8 |
17,138 |
11-08-2013, 07:16 PM |
|
|
Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...
I don't think that last problem (not wait) has anything to do with for vs while... I think that problem is totally unrelated...
Indeed executing the cmds not one after the other should only happen if ... |
|
philsmd |
Old hashcat Support
|
8 |
17,138 |
11-08-2013, 07:41 PM |
|
|
Thread: Special character problem ű,ő
Post: RE: Special character problem ű,ő
1. you don't need https://www.md5hashgenerator.com/ to generate hashes. We know we find the ISO code of that particular char here: https://en.wikipedia.org/wiki/ISO/IEC_8859-2 and we use linux OS, ther... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
15,024 |
11-10-2013, 11:22 PM |
|
|
Thread: Special character problem ű,ő
Post: RE: Special character problem ű,ő
afaik I already told you how to do that *in detail*
Again, we start w/ (some) list of chars, let's stay with those defined here: https://en.wikipedia.org/wiki/ISO/IEC_8859-2
now we have a list that i... |
|
philsmd |
Very old oclHashcat-plus Support
|
8 |
15,024 |
11-14-2013, 04:36 PM |
|
|
Thread: Hashchat GUI?
Post: RE: Hashchat GUI?
ofc there may be other reasons too to use the GUI and you should not be upset by the "too lazy" comment of mastercracker (of course it was just a joke) ... e.g. you could say that the GUI is:
- easier... |
|
philsmd |
General Help
|
8 |
41,067 |
01-06-2014, 08:54 PM |
|
|
Thread: Help to BruteForce WPA
Post: RE: Help to BruteForce WPA
The up-to-date version of maskprocessor can always be downloaded from: https://hashcat.net/wiki/doku.php?id=maskprocessor
You can use this as mp64.exe -q 2 ?u?u?u?u?u?u?u?u to:
1. create a dict (might... |
|
philsmd |
Old oclHashcat Support
|
8 |
29,750 |
02-23-2014, 01:27 PM |
|
|
Thread: Help to BruteForce WPA
Post: RE: Help to BruteForce WPA
mp64.exe -q 2 ?u?u?u?u?u?u?u?u | oclHashcat64.exe -m 2500 -u 4096 -n 32 --status --status-timer 3 wpa.hccap
And it will show you the status every 3 seconds...
Please remember you use stdin mode, ther... |
|
philsmd |
Old oclHashcat Support
|
8 |
29,750 |
02-23-2014, 05:26 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
Yes, could be anything as atom said...
But still, the "string" above looks like plain base64 encoded.
See this example (ending of your string):
Code:
--
$ echo -n LQAAAABfQUxMAAAAIAAAACE= | base64... |
|
philsmd |
General Talk
|
8 |
16,902 |
09-22-2014, 12:18 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
So we already proofed that those strings are base64 encoded, see example decoding (pls avoid online base64 decoding for non-ascii-chars , there are problems w/ encoding the bytes server-side, displayi... |
|
philsmd |
General Talk
|
8 |
16,902 |
09-22-2014, 05:43 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
Thanks for the report.
Next time please consider opening a trac ticket if you experience a problem/crash and can reliable reproduce it.
Thx
BTW: the problem was anyways trac'ed here: https://ha... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:09 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
wait.
this task won't take you longer than some ms (case #1) or seconds (case #2).
#1: you just sed / awk etc it
#2: you open a reliable text editor (like vi / vim, maybe also notepad++ etc) and sear... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:46 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
I think you mean this problem, or better said "feature request" in cpu hashcat:
https://hashcat.net/forum/thread-3992-post-22809.html#pid22809
Afaik nobody bothered to open a ticket about this "mi... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:29 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
As said, here and in the trac ticket, the first field (the username) can never be empty in the current release version.
That means, that a line starting with a colon.
:HASH:SALT
is currently not vali... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 02:00 PM |
|
|
Thread: WPA speed problem comparing to v1.31
Post: RE: WPA speed problem comparing to v1.31
Furthermore, there are also some other (minor) changes, which could influence the speed difference between the 2 versions
For instance, did you notice that 1.31 did reject more than 1/3 of the plains,... |
|
philsmd |
Old oclHashcat Support
|
8 |
14,762 |
02-16-2015, 01:29 PM |
|
|
Thread: Hash Prestashop
Post: RE: Hash Prestashop
Seems interesting.
Devs need to add a special hash format for this one, since the salt+password is too long for a single md5 transform.
Could you please add a trac ticket ( https://hashcat.net/trac/ ... |
|
philsmd |
Old hashcat Support
|
8 |
18,704 |
02-23-2015, 12:28 AM |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
-a 0 is not for "bruting", nor for mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack)
to use a mask attack and/or brute force a hash you need to use
-a 3
from --help:
* Attack mo... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-25-2015, 09:52 PM |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
But it is clearly there:
* Built-in charsets:
?l = abcdefghijklmnopqrstuvwxyz
?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
?d = 0123456789
?s = !"#$%&'()*+,-./:;?@[\]^_`{|}~
?a = ?l?u?d?s... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-25-2015, 11:57 PM |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
look here: https://hashcat.net/wiki/doku.php?id=example_hashes
the signature is either:
$H$.......
or
$P$....... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-25-2015, 11:59 PM |