Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashtopus - distributed solution
Post: RE: Hashtopus - distributed solution
@curlyboi Maybe you could think about getting your own forum for hashtopus, this thread is getting more crappy with each new post. |
|
Xanadrel |
User Contributions
|
289 |
592,182 |
01-07-2016, 09:54 PM |
|
|
Thread: problem with oclhc vers 2.01
Post: RE: problem with oclhc vers 2.01
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do |
|
Xanadrel |
Old oclHashcat Support
|
6 |
9,129 |
01-09-2016, 07:19 PM |
|
|
Thread: Newbie Question
Post: RE: Newbie Question
This is not a real hashcat question, know your shit. |
|
Xanadrel |
Old oclHashcat Support
|
3 |
4,633 |
01-09-2016, 07:22 PM |
|
|
Thread: Newbie Question
Post: RE: Newbie Question
Here is a hint: not every hex string is a md5 hash, there are many different algorithms.
If you're not a lame skiddie you should know what your hashes are. |
|
Xanadrel |
Old oclHashcat Support
|
3 |
4,633 |
01-09-2016, 08:21 PM |
|
|
Thread: Possibile rule bug on CPU Hashcat v2.00
Post: RE: Possibile rule bug on CPU Hashcat v2.00
This is true for oclHashcat only. |
|
Xanadrel |
Old hashcat Support
|
1 |
3,536 |
01-19-2016, 07:47 PM |
|
|
Thread: how do i do this?
Post: RE: how do i do this?
Damn son !
You tried for a whole 5 mins, impressive.
Sad other experienced people couldn't help, this sort thing must be as hard as the millennium prize problems. |
|
Xanadrel |
General Help
|
14 |
16,814 |
01-22-2016, 01:47 AM |
|
|
Thread: What hash type ? i get error evry time
Post: RE: What hash type ? i get error evry time
Take time to read the rules. |
|
Xanadrel |
General Talk
|
2 |
4,418 |
01-26-2016, 11:56 PM |
|
|
Thread: Always exhausted - with correct password and correct handshake
Post: RE: Always exhausted - with correct password and c...
And what's the content of "Beispiel.txt" ? |
|
Xanadrel |
Old oclHashcat Support
|
11 |
16,045 |
01-31-2016, 03:40 PM |
|
|
Thread: Always exhausted - with correct password and correct handshake
Post: RE: Always exhausted - with correct password and c...
Nope, you should have paid more attention on the example hashes page, WPA passwords can't be less than 8 chars long. |
|
Xanadrel |
Old oclHashcat Support
|
11 |
16,045 |
01-31-2016, 04:05 PM |
|
|
Thread: Always exhausted - with correct password and correct handshake
Post: RE: Always exhausted - with correct password and c...
Just to make sure, you don't have any whitespace aside "hashcat!" in your file ?
Does it also fail to crack if you run with -a 3 ?
Code:
--
cudaHashcat64.exe -m 2500 -a 3 hashcat.hccap hashcat?s
... |
|
Xanadrel |
Old oclHashcat Support
|
11 |
16,045 |
01-31-2016, 04:28 PM |
|
|
Thread: How to apply optimizers?
Post: RE: How to apply optimizers?
If they are mentioned here, they are used for the current attack, you don't have to do any specific thing. |
|
Xanadrel |
Old oclHashcat Support
|
2 |
7,400 |
01-31-2016, 06:08 PM |
|
|
Thread: [sort of] Known password - which method?
Post: RE: [sort of] Known password - which method?
|
Xanadrel |
Old hashcat Support
|
2 |
4,601 |
01-31-2016, 05:56 AM |
|
|
Thread: Always exhausted - with correct password and correct handshake
Post: RE: Always exhausted - with correct password and c...
First the GUI is not supported here, then if you want to report an issue, you should provide way more details, like gpu, driver version, command line...
Tested example hccap with cudaHashcat 2.01, ... |
|
Xanadrel |
Old oclHashcat Support
|
11 |
16,045 |
01-31-2016, 02:59 PM |
|
|
Thread: Password server
Post: RE: Password server
Wouldn't recommend alienware at all, it's for gaming, not hashcracking, and you could make way cheaper gaming pc by yourself.
Some companies make "readymade" solutions (https://sagitta.pw/hardware/ f... |
|
Xanadrel |
General Help
|
1 |
3,784 |
01-31-2016, 03:03 PM |
|
|
Thread: cudaHashcat64 Bruteforce to find MD5 Password
Post: RE: cudaHashcat64 Bruteforce to find MD5 Password
Take some time to familiarize yourself with the forum and its rules. |
|
Xanadrel |
Old oclHashcat Support
|
1 |
3,489 |
02-06-2016, 02:52 PM |
|
|
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: Praetorian's d3adhob0.rule
Post: RE: Praetorian's d3adhob0.rule
I quickly checked, looked like nothing new or special. |
|
Xanadrel |
General Talk
|
2 |
5,164 |
02-13-2016, 09:18 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: File name in MD5
Post: RE: File name in MD5
With hashing algorithms there is no guarantee to get the plaintext at all. |
|
Xanadrel |
Old hashcat Support
|
6 |
8,082 |
02-22-2016, 02:08 PM |