Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
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,697 |
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,697 |
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,307 |
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,456 |
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,002 |
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,885 |
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: I been struggling for weeks! Someone please help me!
Post: RE: I been struggling for weeks! Someone please he...
stefanp Wrote: (11-01-2015, 11:12 AM)
--
you give me dumbest answer ever!
--
And you ask a dumb question about basic usage of hashcat, which can be answered pretty easily with minimum effort if you... |
|
Xanadrel |
Old oclHashcat Support
|
8 |
12,417 |
11-01-2015, 01:32 PM |
|
|
Thread: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?
Reproduced, gonna investigate. |
|
Xanadrel |
Old hashcat Support
|
8 |
11,127 |
12-02-2015, 02:50 PM |
|
|
Thread: Configuration suggestions
Post: RE: Configuration suggestions
https://hashcat.net/forum/search.php : search "configuration"
> https://hashcat.net/forum/thread-4689.html
Page 2 : https://hashcat.net/forum/thread-4689-post-26555.html#pid26555 |
|
Xanadrel |
Hardware
|
8 |
11,103 |
02-29-2016, 02:10 PM |
|
|
Thread: basic help needed
Post: RE: basic help needed
You define a charset but you don't use it.
Run hashcat without any option, read the output, see if you could have missed something (hint: the mask). |
|
Xanadrel |
hashcat
|
8 |
7,910 |
09-21-2016, 01:29 AM |
|
|
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,101 |
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,101 |
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,101 |
03-24-2017, 10:47 PM |
|
|
Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt
You didn't check enough :
Quote:
--
2811 IPB2+, MyBB1.2+
--
|
|
Xanadrel |
Old hashcat Support
|
9 |
47,255 |
01-30-2015, 02:17 PM |
|
|
Thread: Help sought for a research project
Post: RE: Help sought for a research project
|
Xanadrel |
General Help
|
9 |
12,245 |
04-02-2015, 12:05 AM |
|
|
Thread: Forum update
Post: RE: Forum update
hue hue hue
Forum takeover ! |
|
Xanadrel |
Organisation and Events
|
9 |
14,684 |
07-08-2015, 01:26 AM |