Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: SHA1 underscore salted ?
Post: SHA1 underscore salted ?
Hi,
Is it possible to recover hashes created with :
Code:
--
$hash = sha1($user.'_'.strtoupper($pass));
--
(I know $user)
Thank you. |
|
Mem5 |
General Help
|
9 |
15,119 |
02-26-2013, 08:02 PM |
|
|
Thread: SHA1 underscore salted ?
Post: RE: SHA1 underscore salted ?
Oh yes, thank you.
For my curiosity, if the salt ends with ':', it's the same format ?
Code:
--
hash:salt:
--
|
|
Mem5 |
General Help
|
9 |
15,119 |
02-27-2013, 09:10 AM |
|
|
Thread: SHA1 underscore salted ?
Post: RE: SHA1 underscore salted ?
I mean the username is "MyUsername:"
I create a hashfile :
Code:
--
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:MyUsername:
--
Should it work with -m 120 ? |
|
Mem5 |
General Help
|
9 |
15,119 |
02-28-2013, 09:20 AM |
|
|
Thread: SHA1 underscore salted ?
Post: RE: SHA1 underscore salted ?
Nice, thank you. It worked well :) |
|
Mem5 |
General Help
|
9 |
15,119 |
03-02-2013, 11:04 AM |
|
|
Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?
Does the program cracks your hash ?
Look at the line "Recovered", do you have "Recovered : 1/1" ? |
|
Mem5 |
Old hashcat Support
|
9 |
22,251 |
06-18-2013, 12:57 AM |
|
|
Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...
You just want to remove duplicates ?!
Code:
--
sort file.txt | uniq
--
|
|
Mem5 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
9,541 |
12-22-2016, 10:13 PM |
|
|
Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...
You can have sort & uniq & other *nix tools under windows without the cygwin sh** : https://gnuwin32.sourceforge.net |
|
Mem5 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
9,541 |
12-24-2016, 08:49 PM |
|
|
Thread: MS Office Instant decryption
Post: MS Office Instant decryption
Hello,
I wonder how some tools (Passware for example) claim our their website to "instant decrypt" Office files version |
|
Mem5 |
General Talk
|
9 |
15,351 |
08-16-2017, 07:30 PM |
|
|
Thread: MS Office Instant decryption
Post: RE: MS Office Instant decryption
"few minutes" ? Are you sure ? It take 10 hours on my 1080.
Using
Code:
--
hashcat64.exe -m 9700 --keep-guessing -a 3 hash.txt ?a?a?a?a?a?a
--
Am I doing something wrong? |
|
Mem5 |
General Talk
|
9 |
15,351 |
08-20-2017, 08:47 PM |
|
|
Thread: MS Office Instant decryption
Post: RE: MS Office Instant decryption
Thanks philsmd for this explanation.
But as I said before (I hope) I am looking for "a" password - not necessarily the original one - just one working password for forensics as you quote it.
That's ... |
|
Mem5 |
General Talk
|
9 |
15,351 |
09-19-2017, 09:38 PM |
|
|
Thread: hashcat v 4.0.0
Post: RE: hashcat v 4.0.0
I tried the rc2 and had a huge drop in NTLM performance, on GTX 1080+1070
Am I the only one ?
Benchmark NTLM:
v3.6 : 73'607'804'349 H/s
v4.0.0 rc2 : 27'007'417'122 H/s
v4.0.0 rc3 : 26'301'910'948 H/... |
|
Mem5 |
hashcat
|
9 |
7,345 |
10-10-2017, 12:10 PM |
|
|
Thread: MS Office Instant decryption
Post: RE: MS Office Instant decryption
philsmd Wrote: (08-21-2017, 08:58 AM)
--
because you probably should use the collider mode 9710 (with mask ?b?b?b?b?b) for instant access to the data
--
Back to my tests, I have a oldoffice "type 1"... |
|
Mem5 |
General Talk
|
9 |
15,351 |
09-11-2017, 09:37 PM |
|
|
Thread: hashcat v 4.0.0
Post: RE: hashcat v 4.0.0
# hashcat (4.0.0-rc4) tests:
hashcat64.exe -b -w 3 -m 1000 --machine-readable
gives 27'292'689'606
hashcat64.exe -b -w 3 -m 1000 -O --machine-readable
gives 77'160'705'549
So.. I should always use o... |
|
Mem5 |
hashcat
|
9 |
7,345 |
10-10-2017, 06:56 PM |
|
|
Thread: brut password for etherwallet, I forgot it!
Post: RE: brut password for etherwallet, I forgot it!
The guys at onlinehashcrack.com have a ethereum hash extractor, if you are lazy to install python on your own.
They *may* be able to crack it as well, I did not try them yet.
Of course don't give them... |
|
Mem5 |
hashcat
|
9 |
7,903 |
03-06-2018, 07:30 PM |
|
|
Thread: MS Office Instant decryption
Post: RE: MS Office Instant decryption
|
Mem5 |
General Talk
|
9 |
15,351 |
07-15-2018, 10:24 PM |
|
|
Thread: A-F 0-9 8 digit mask Help
Post: RE: A-F 0-9 8 digit mask Help
-m 2500 is WPA. WPA password cannot be less than 8 characters.
So you do NOT want to test less than 8 characters
You start at 8 up to 63 (max for WPA)
"-i --increment-min=8" is useless.
Correct synta... |
|
Mem5 |
hashcat
|
9 |
4,754 |
02-25-2019, 08:06 PM |
|
|
Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted
|
Mem5 |
hashcat
|
9 |
3,464 |
05-13-2019, 09:11 AM |
|
|
Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0
To find XMR123 apply this mask: ?u?u?u?d?d?d aka upper+upper+upper+digit+digit+digit |
|
Mem5 |
hashcat
|
9 |
2,733 |
10-18-2019, 08:55 AM |
|
|
Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04
URL: https://hashcat.net/beta/ |
|
Mem5 |
hashcat
|
9 |
1,898 |
04-01-2020, 09:40 AM |
|
|
Thread: Line lenght exception?
Post: RE: Line lenght exception?
Means that you specified "MD5 for PHPBB" but you did NOT provide PHPBB hashes.
If you want to crack simple MD5, choose "MD5" in the list.
For your information a MD5 hash has 32 characters. A phpBB ... |
|
Mem5 |
General Help
|
8 |
15,202 |
05-10-2012, 07:38 AM |