Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Hash Help
Post: RE: Hash Help
Normally in such cases you can just replace the hash by a hash of which you know the password, for instance generate a new hash with a chosen password.
Therefore, cracking it may not be necessary n... |
|
philsmd |
Old hashcat Support
|
3 |
5,474 |
01-30-2015, 11:08 PM |
|
|
Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt
you could use the --username switch of hashcat/oclHashcat.
input format (you must use the --username switch to crack the hashes):
username:hash:salt
second step (after cracking); you can output it w... |
|
philsmd |
Old hashcat Support
|
9 |
47,256 |
01-30-2015, 05:45 PM |
|
|
Thread: error CuModuleLoad() 209
Post: RE: error CuModuleLoad() 209
I'm wondering why you are trying with version 340.32 of the nvidia driver if the home page https://hashcat.net/oclhashcat/ clearly emphasizes that:
"NV users require ForceWare 346.x or later"
your... |
|
philsmd |
Old hashcat Support
|
2 |
6,196 |
02-17-2015, 03:27 PM |
|
|
Thread: hash extractor
Post: RE: hash extractor
For now you need to use something like:
- office: office2hashcat.py or office2john.py
- pdf: pdf2john.py
for compatibility reasons oclHashcat does use the same "hash" formats as john the ripper. |
|
philsmd |
Old hashcat Support
|
2 |
5,366 |
02-17-2015, 03:30 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 |
|
|
Thread: can't make cmd
Post: RE: can't make cmd
read here: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets
you need to define a custom charset like this:
-1 ?u?l ?1?1?1?1?1?1?1
Code:
--
./hashcat-cli64.bin -m 400 --username... |
|
philsmd |
Old hashcat Support
|
8 |
10,219 |
02-26-2015, 12:12 AM |
|
|
Thread: USER:HASH Plain Text
Post: RE: USER:HASH Plain Text
Yes, oclHashcat does already support this (--show --username --outfile-format 2 etc).
But also next version of cpu hashcat (0.50) will support this see: https://hashcat.net/trac/ticket/567 |
|
philsmd |
Old hashcat Support
|
5 |
10,944 |
03-02-2015, 01:37 PM |
|
|
Thread: Look Up Tables
Post: RE: Look Up Tables
Since this post is within the cpu hashcat section, I assume you are speaking about hashcat-cli (version 0.49 at the time of this post).
Yes, if you look at --help, it says:
5 = Table-Lookup
so ... |
|
philsmd |
Old hashcat Support
|
2 |
5,656 |
03-19-2015, 06:29 PM |
|
|
Thread: Hash Prestashop
Post: RE: Hash Prestashop
There is some good news here, the new hash type -m 11000 = PrestaShop made it to cpu hashcat already (beta!), oclHashcat support will follow.
But let me use this opportunity for a big Warning for for... |
|
philsmd |
Old hashcat Support
|
8 |
18,704 |
02-26-2015, 12:43 PM |
|
|
Thread: Two hashes one result - why?
Post: RE: Two hashes one result - why?
There is not much you need to learn here. It is very simple.
OS X v10.8+ (-m 7100) uses PBKDF2, which allows to have a variable output (digest/hash) length.
oclHashcat doesn't care much about this... |
|
philsmd |
Old hashcat Support
|
6 |
8,328 |
03-04-2015, 04:26 PM |
|
|
Thread: How to crack a password in this way with hashcat ?
Post: RE: How to crack a password in this way with hashc...
This trac ticket https://hashcat.net/trac/ticket/539 seems to be related to your question.
The main reasons it wasn't implemented yet, was that the full details about the maximum length devs should... |
|
philsmd |
Old hashcat Support
|
1 |
4,407 |
03-26-2015, 11:50 AM |
|
|
Thread: How to calc (md5(md5($pwd).$salt) ?
Post: RE: How to calc (md5(md5($pwd).$salt) ?
This is the algorithm used by the forum software/board VBulletin.
Hence, depending on the salt length, you either need to use -m 2611 (very short salts) or -m 2711 (longer salts).
For examples see h... |
|
philsmd |
Old hashcat Support
|
4 |
9,058 |
05-10-2015, 10:42 AM |
|
|
Thread: hashcat problem
Post: RE: hashcat problem
You should never use --show while cracking (and while specifying a wordlist, mask etc).
Please read the wiki: FAQ: --show (https://is.gd/HiV9cw) |
|
philsmd |
Old hashcat Support
|
4 |
7,772 |
05-29-2015, 09:26 PM |
|
|
Thread: seperator unmatched
Post: RE: seperator unmatched
You are not allowed to post hashes, see: https://hashcat.net/forum/announcement-2.html
I/we should ban you immediately for 1 week.
Anyway, the problem is that you need to use -m 1000 and use the... |
|
philsmd |
Old hashcat Support
|
2 |
11,273 |
06-16-2015, 04:26 PM |
|
|
Thread: SIP: search using the dictionary is not working.
Post: RE: SIP: search using the dictionary is not workin...
You need to remove all extra characters around the correct password (remove all extra spaces, tabs etc)
Also why do you not simple create a new word list with just the correct password in it and trou... |
|
philsmd |
Old hashcat Support
|
3 |
6,755 |
06-22-2015, 10:50 AM |
|
|
Thread: TeamSpeak Hash?
Post: RE: TeamSpeak Hash?
okay I investigated this a little bit and indeed there are 2+ hashing algorithms used for teamspeak, the one for the server query password was already mentioned above so I will skip that now (it is ju... |
|
philsmd |
Old hashcat Support
|
13 |
25,728 |
06-27-2015, 11:17 PM |
|
|
Thread: input file format
Post: RE: input file format
You can find the hash format for all the supported hash types here: https://hashcat.net/wiki/doku.php?id=example_hashes |
|
philsmd |
Old hashcat Support
|
1 |
13,283 |
11-05-2015, 10:27 AM |