Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Is it possible to crack a salt from hash with or without cleartext?
Post: RE: Is it possible to crack a salt from hash with ...
|
Xanadrel |
General Talk
|
8 |
10,100 |
03-24-2017, 02:47 PM |
|
|
Thread: Is it possible to crack a salt from hash with or without cleartext?
Post: RE: Is it possible to crack a salt from hash with ...
dadver Wrote: (03-24-2017, 03:35 PM)
--
Xanadrel Wrote: (03-24-2017, 02:47 PM)
--
Yes.
--
Mind giving a hint as to how? Thought that was implied.
--
Yes, it's about logic/common sense, like thinki... |
|
Xanadrel |
General Talk
|
8 |
10,100 |
03-24-2017, 07:58 PM |
|
|
Thread: Is it possible to crack a salt from hash with or without cleartext?
Post: RE: Is it possible to crack a salt from hash with ...
dadver Wrote: (03-24-2017, 10:34 PM)
--
I think I understand that I need to provide the cleartext as a salt instead of the salt and then reverse the order of the hash type (i.e. if the hash algo used... |
|
Xanadrel |
General Talk
|
8 |
10,100 |
03-24-2017, 10:47 PM |
|
|
Thread: Positive Hack Days - Hash Runner (writeup)
Post: RE: Positive Hack Days - Hash Runner (writeup)
It makes you ask what it's doing there. |
|
Xanadrel |
Organisation and Events
|
7 |
39,907 |
06-18-2012, 01:05 AM |
|
|
Thread: New Tyan Build Log
Post: RE: New Tyan Build Log
Are you serious ?
It's just basic hashcat usage, check your mode, you're trying to use a wordlist with -a 3, it's even shown on the "Input.Mode" line...
Also, know how to use your system, because by ... |
|
Xanadrel |
Hardware
|
7 |
11,910 |
08-01-2015, 10:33 AM |
|
|
Thread: Hashcat combining two wordlists - 0 progress
Post: RE: Hashcat combining two wordlists - 0 progress
Use combinator.bin, pipe its output in a fifo, use the fifo as the wordlist in hashcat with attack mode 0. |
|
Xanadrel |
Old hashcat Support
|
7 |
11,432 |
02-12-2016, 02:05 PM |
|
|
Thread: Hashcat combining two wordlists - 0 progress
Post: RE: Hashcat combining two wordlists - 0 progress
Use mkfifo, pipe the output of combinator.bin in the fifo, hashcat doesn't support stdin so piping won't work.
Something like that :
Code:
--
mkfifo blah
./combinator.bin firstList.txt secondL... |
|
Xanadrel |
Old hashcat Support
|
7 |
11,432 |
02-14-2016, 07:04 AM |
|
|
Thread: Hashcat combining two wordlists - 0 progress
Post: RE: Hashcat combining two wordlists - 0 progress
Do you even know how to use your own system ?
You are passing 4 names to mkfifo with your command, you're not calling combinator.bin at all and you're trying to pipe into hashcat which is not possibl... |
|
Xanadrel |
Old hashcat Support
|
7 |
11,432 |
02-14-2016, 03:56 PM |
|
|
Thread: How to crack Keepass2 passcode
Post: RE: How to crack Keepass2 passcode
https://hashcat.net/wiki/doku.php?id=mask_attack |
|
Xanadrel |
hashcat
|
7 |
10,695 |
08-15-2016, 02:50 AM |
|
|
Thread: How to crack Keepass2 passcode
Post: RE: How to crack Keepass2 passcode
The errors are to be expected, you need to RTFM a little bit more.
-a 1 is combination and expects 2 wordlists.
And for the second "error" : https://hashcat.net/wiki/doku.php?id=example_hashes
ha... |
|
Xanadrel |
hashcat
|
7 |
10,695 |
08-18-2016, 12:57 PM |
|
|
Thread: How it is possible to decrypt vb?
Post: RE: How it is possible to decrypt vb?
There is no "decrypt" with hashes.
If the plaintext isn't in the candidates it won't be found. |
|
Xanadrel |
hashcat
|
7 |
8,304 |
09-20-2016, 07:45 PM |
|
|
Thread: Two R9 Nanos or one P100
Post: RE: Two R9 Nanos or one P100
wikipedia Wrote:
--
In computing, FLOPS or flops (an acronym for FLoating-point Operations Per Second) is a measure of computer performance, useful in fields of scientific calculations that make heav... |
|
Xanadrel |
Hardware
|
7 |
7,453 |
10-26-2016, 11:37 AM |
|
|
Thread: gtx 1080 FE, but which manufacturer?
Post: RE: gtx 1080 FE, but which manufacturer?
It doesn't matter, as long as it's FE it should be the same. |
|
Xanadrel |
Hardware
|
7 |
9,000 |
10-27-2016, 08:50 PM |
|
|
Thread: How to leet-transform only one char ? [edited]
Post: RE: How to leet-transform only one char ? [edited]
Can also mention using hashcat-legacy with -a 5 (table attack)
Code:
--
$ cat dict
Directions
$ hashcat-cli64.exe -a 5 -t tables/leet.table --stdout dict | head
Directions
D1rections
D!rect... |
|
Xanadrel |
hashcat
|
7 |
3,883 |
08-14-2018, 12:35 PM |
|
|
Thread: CL_INVALID_BUFFER_SIZE
Post: RE: CL_INVALID_BUFFER_SIZE
Yes, it depends on your system host memory & your gpu memory as well, so no fixed answer, try splitting the list until you find the right value :) |
|
Xanadrel |
hashcat
|
7 |
2,805 |
08-16-2019, 08:59 PM |
|
|
Thread: CL_INVALID_BUFFER_SIZE
Post: RE: CL_INVALID_BUFFER_SIZE
Start with the smallest one, which is gpu memory of a single R9 290X. |
|
Xanadrel |
hashcat
|
7 |
2,805 |
08-16-2019, 09:05 PM |
|
|
Thread: Comprehensive rule listing?
Post: RE: Comprehensive rule listing?
|
Xanadrel |
General Help
|
6 |
14,786 |
04-06-2011, 12:37 PM |
|
|
Thread: cudaHashcat-plus32 says error in the syntax
Post: RE: cudaHashcat-plus32 says error in the syntax
* a wild console appears * |
|
Xanadrel |
Very old oclHashcat-plus Support
|
6 |
10,961 |
06-25-2012, 09:37 AM |
|
|
Thread: SL3 cracked
Post: RE: SL3 cracked
I don't always reply to a SL3 fag post, but when I do it, I make sure to tell him not to post his hash.
Do not post your hashes, read the rules, the manual, and the wiki. |
|
Xanadrel |
Very old oclHashcat-lite Support
|
6 |
13,886 |
09-28-2012, 02:11 PM |
|
|
Thread: STOP! Unsupported or incorrect Driver
Post: RE: STOP! Unsupported or incorrect Driver
Read what's in your screenshot.
Also 14.1 is not supported. |
|
Xanadrel |
Old oclHashcat Support
|
6 |
11,992 |
02-21-2014, 02:34 AM |