Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: unable to crack scrypt digest
Post: RE: unable to crack scrypt digest
Code:
--
SCRYPT:1024:1:1:c2FsdA==:oDLxfd3z2gOBjdQMAy9M+uSzGiLwOlNwmSgLSihkgm8=:hashcat
Status.........: Cracked
--
Base 64 encode the salt... |
|
Xanadrel |
Old oclHashcat Support
|
2 |
5,345 |
03-27-2016, 01:39 PM |
|
|
Thread: 0 keyspace
Post: RE: 0 keyspace
It's already shown as "Rejected" if it exceeds the limit. |
|
Xanadrel |
Old oclHashcat Support
|
3 |
4,625 |
03-26-2016, 03:12 PM |
|
|
Thread: 0 keyspace
Post: RE: 0 keyspace
You're not reporting anything. |
|
Xanadrel |
Old oclHashcat Support
|
3 |
4,625 |
03-25-2016, 10:50 PM |
|
|
Thread: How to brute md5( sha1( $password ) . md5( $password ) . sha1( $password ) ) ?
Post: RE: How to brute md5( sha1( $password ) . md5( $pa...
|
Xanadrel |
Old oclHashcat Support
|
6 |
9,949 |
03-16-2016, 10:37 PM |
|
|
Thread: OCL HASHCAT on PC with old ATI graphic card
Post: RE: OCL HASHCAT on PC with old ATI graphic card
You can't do anything about it, this gpu is old as fuck, not even supported by amd anymore. |
|
Xanadrel |
Old hashcat Support
|
6 |
9,521 |
03-15-2016, 09:37 PM |
|
|
Thread: Benchmark compare algorithms
Post: RE: Benchmark compare algorithms
raltszork Wrote: (03-11-2016, 12:33 PM)
--
So I am curious which iterations values are used for the benchmark
--
The default ones, see https://hashcat.net/wiki/doku.php?id=example_hashes |
|
Xanadrel |
General Help
|
6 |
9,134 |
03-11-2016, 01:58 PM |
|
|
Thread: Java off-crypto tool
Post: RE: Java off-crypto tool
|
Xanadrel |
General Help
|
1 |
3,492 |
03-08-2016, 09:26 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: Multi rules understanding
Post: RE: Multi rules understanding
I suggest you play with hashcat and --stdout switch with small rule files to see what it exactly does and learn by yourself. |
|
Xanadrel |
Old oclHashcat Support
|
2 |
4,365 |
02-29-2016, 02:06 PM |
|
|
Thread: Amplifier - what is it?
Post: RE: Amplifier - what is it?
Amplifier is anything to extend the keyspace, when doing a wordlist based attack you don't generate enough work for the gpu, so you need an amplifier like rules, combining with a mask or another wordl... |
|
Xanadrel |
Old oclHashcat Support
|
3 |
6,382 |
02-29-2016, 02:05 PM |
|
|
Thread: oclHashcat64 syntax
Post: RE: oclHashcat64 syntax
The usage isn't really an error, learn to use your system CLI. |
|
Xanadrel |
Old oclHashcat Support
|
1 |
3,683 |
02-26-2016, 11:23 PM |
|
|
Thread: File name in MD5
Post: RE: File name in MD5
|
Xanadrel |
Old hashcat Support
|
6 |
8,082 |
02-23-2016, 07:58 PM |
|
|
Thread: GPU RIG leasing - where?
Post: RE: GPU RIG leasing - where?
No, this does not belong to hashcat forums, have a nice day. |
|
Xanadrel |
General Talk
|
3 |
6,914 |
02-23-2016, 12:13 AM |
|
|
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 |
|
|
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: 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: Praetorian's d3adhob0.rule
Post: RE: Praetorian's d3adhob0.rule
I quickly checked, looked like nothing new or special. |
|
Xanadrel |
General Talk
|
2 |
5,161 |
02-13-2016, 09:18 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: 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: 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 |