Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Best approach for [capitalised word] [capitalised word] [1 to 99]
Post: Best approach for [capitalised word] [capitalised ...
I've got a word list, and I wanted to write a set of rules to take two words from the dictionary, capitalise the first words first letter, and then add numbers from 0 through 99 at the end.
Say our d... |
|
SarahC |
Old oclHashcat Support
|
1 |
13,001 |
05-29-2016, 01:40 PM |
|
|
Thread: Can a dictionary be combined with a mask (for unicode) ?
Post: Can a dictionary be combined with a mask (for unic...
I'm using the following to process some "unicode" hashes... they're ASCII though, so every second number is zero. (yeah!)
I'm on 16 characters now (8 character password + a zero after each), and at... |
|
SarahC |
Old oclHashcat Support
|
0 |
6,240 |
07-15-2014, 08:32 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
OMG!
Lots of research later, THIS is it:
cudaHashcat64.exe -a 3 -m 300 --outfile-format=15 --outfile-autohex-disable --outfile=passwords.txt --hex-charset REAL.hash -1 ?l?d?u -2 NULL.hcchr ?1?2?1?2?... |
|
SarahC |
Old oclHashcat Support
|
15 |
60,826 |
07-15-2014, 08:15 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
KT819GM Wrote: (07-04-2014, 06:58 AM)
--
There is Trac for that.
--
I googled Trac - is that the Wiki we use?
http://trac.edgewall.org/ |
|
SarahC |
Old oclHashcat Support
|
15 |
60,826 |
07-04-2014, 07:00 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
I bet there's millions of requests......
Is there anyway I can make a request for the encoding " sha1_hex(sha1_raw(pass))" to be implemented?
-m 4501 ?
If I can build the project in Visual Studio, ... |
|
SarahC |
Old oclHashcat Support
|
15 |
60,826 |
07-04-2014, 06:48 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
epixoip Wrote: (07-03-2014, 10:23 AM)
--
you're missing the most important part, and that is the fact that the specific algorithm you are trying to crack is not supported.
-m 4500 is sha1_hex(sha1... |
|
SarahC |
Old oclHashcat Support
|
15 |
60,826 |
07-04-2014, 06:43 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
philsmd Wrote: (07-03-2014, 10:29 AM)
--
Seems you didn't get it.
Therefore I will explain it again with an example:
sha1_hex (sha1 ($pass)) == the one you NEED
Code:
--
$ echo -en "A\x00B\... |
|
SarahC |
Old oclHashcat Support
|
15 |
60,826 |
07-04-2014, 06:41 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
epixoip Wrote: (07-03-2014, 07:54 AM)
--
no, oclhashcat supports the full 0x00-0xff range. but i'm not sure you can get oclHashcat to read a null character from an hcchar file since getline(3) is nul... |
|
SarahC |
Old oclHashcat Support
|
15 |
60,826 |
07-03-2014, 10:21 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
philsmd Wrote: (07-03-2014, 08:00 AM)
--
First of all, the topic of this thread is really disgusting.
The problem at the other hand, is very easy and you should probably easy understand it (indeed h... |
|
SarahC |
Old oclHashcat Support
|
15 |
60,826 |
07-03-2014, 10:14 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
radix Wrote: (07-03-2014, 08:05 AM)
--
Sure your hash type is right? I was able to recover A\0B\0C\0 without issue (plain sha1):
a9b1640a163865c75b3a97c7f927750297a1969a:$HEX[410042004300]
% cat di... |
|
SarahC |
Old oclHashcat Support
|
15 |
60,826 |
07-03-2014, 10:07 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: Easy way to beat Hashcat? Does oclHashcat support ...
I've tried the following this morning, REAL.hash is SHA1(SHA1(password)), and password is CHAR [NULL] CHAR [NULL] CHAR [NULL]
SHA1(SHA1(A[NULL]B[NULL]C[NULL])) = C6876C05F745140F51A200F82159463C91B25... |
|
SarahC |
Old oclHashcat Support
|
15 |
60,826 |
07-03-2014, 07:38 AM |
|
|
Thread: Interesting mask.. character, 0, character, 0 etc...
Post: RE: Interesting mask.. character, 0, character, 0 ...
atom Wrote: (07-02-2014, 02:14 PM)
--
It's simple unicode, what else to expect from .net :)
To generate the zero bytes you can use --hex-charset or a tricky rule
--
I've tried the following this mo... |
|
SarahC |
Old oclHashcat Support
|
3 |
14,569 |
07-03-2014, 07:33 AM |
|
|
Thread: Interesting mask.. character, 0, character, 0 etc...
Post: RE: Interesting mask.. character, 0, character, 0 ...
atom Wrote: (07-02-2014, 02:14 PM)
--
It's simple unicode, what else to expect from .net :)
To generate the zero bytes you can use --hex-charset or a tricky rule
--
Heh! Hey! .Net's nice! The Dev j... |
|
SarahC |
Old oclHashcat Support
|
3 |
14,569 |
07-02-2014, 02:31 PM |
|
|
Thread: Interesting mask.. character, 0, character, 0 etc...
Post: Interesting mask.. character, 0, character, 0 etc....
Hiyah everyone!
I've only started using this software since yesterday, so I'm a total n00bie.
I've read the --help with the following oclExample0.cmd:
oclHashcat64.exe -t 32 -a 7 example0.hash ... |
|
SarahC |
Old oclHashcat Support
|
3 |
14,569 |
07-02-2014, 09:52 AM |