Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: line length exception
Post: RE: line length exception
You forgot to quote, so the $ in shell gets interpreted as variable. However, you posted that hash unmasked, which is strictly against forum rules, so take off for a week |
|
atom |
General Help
|
7 |
41,624 |
09-13-2013, 12:58 PM |
|
|
Thread: line length exception
Post: RE: line length exception
see wiki example page for correct phpass example. they have always the same length |
|
atom |
General Help
|
7 |
41,624 |
09-23-2013, 08:18 AM |
|
|
Thread: oclHashcat distributed WPA2
Post: RE: oclHashcat distributed WPA2
oclHashcat-plus works different than oclHashcat-lite. There are two major difference in oclhashcat-plus that you do not have with oclHashcat-lite:
- oclHashcat-lite has a known keyspace when the pr... |
|
atom |
General Help
|
3 |
7,106 |
10-15-2013, 04:48 PM |
|
|
Thread: Problem with STDIN
Post: RE: Problem with STDIN
What you mean by not looking for a STDIN handle? If we want to read from it, it must be opened. |
|
atom |
General Help
|
3 |
6,491 |
10-22-2013, 09:50 AM |
|
|
Thread: Please help "no hashes found error"
Post: RE: Please help "no hashes found error"
The outfile should be exactly 392 byte |
|
atom |
General Help
|
3 |
6,771 |
11-11-2013, 04:32 PM |
|
|
Thread: Hash count vs Speed
Post: RE: Hash count vs Speed
yeah, more hashes means slower speed. that is not because of the hashing, but because of the searching after the hashing if the candidate digest is in the list of wanted hashes |
|
atom |
General Help
|
2 |
5,640 |
11-15-2013, 04:17 PM |
|
|
Thread: Moving session between machines
Post: RE: Moving session between machines
as long the hardware stays the same, you can move it, but it's not recommended |
|
atom |
General Help
|
3 |
5,903 |
11-20-2013, 11:05 AM |
|
|
Thread: replacement rule
Post: RE: replacement rule
No, only the opposite direction (-a 5 table attack) |
|
atom |
General Help
|
2 |
5,312 |
11-25-2013, 12:06 PM |
|
|
Thread: SHA1 hash with custom Characters in it.
Post: RE: SHA1 hash with custom Characters in it.
hey,
hashcat is the wrong approach for this. what you basically need is a program that takes some input data or increments some input data and tests the resulting hash digest for the number you're ... |
|
atom |
General Help
|
2 |
7,495 |
11-26-2013, 09:58 PM |
|
|
Thread: clEnqueueNDRangeKernel() -48
Post: RE: clEnqueueNDRangeKernel() -48
Yeah it can happen for each new driver you install. Did you update? |
|
atom |
General Help
|
4 |
9,271 |
11-26-2013, 10:06 PM |
|
|
Thread: clEnqueueNDRangeKernel() -48
Post: RE: clEnqueueNDRangeKernel() -48
Don't know enough vcl, can't help with that. Sorry |
|
atom |
General Help
|
4 |
9,271 |
11-26-2013, 10:33 PM |
|
|
Thread: hd7990 driver issue
Post: RE: hd7990 driver issue
sudo amdconfig --initial -f --adapter=all
then reboot, then try again |
|
atom |
General Help
|
10 |
26,225 |
11-29-2013, 08:01 PM |
|
|
Thread: hashcat-plus 0.14 support
Post: RE: hashcat-plus 0.14 support
no, sorry, please switch to v0.15 (or v1.00 soon) |
|
atom |
General Help
|
3 |
7,498 |
12-02-2013, 03:42 PM |
|
|
Thread: Optimized dictionary for WPA
Post: RE: Optimized dictionary for WPA
JulioQc Wrote: (12-11-2013, 11:13 PM)
--
try crunch as a word generator, can be piped or used to create a file
--
wrong hint, maskprocessor can do the same but faster.
you won't neccessarily nee... |
|
atom |
General Help
|
6 |
18,006 |
12-12-2013, 04:39 PM |
|
|
Thread: Interpretation of the cracking speed
Post: RE: Interpretation of the cracking speed
- H/s is the same as c/s, as radix said before, to line up with bitcoin miners. Also note that this value changes in oclHashcat and gets divided by the number of uncracked unique salts.
- plains is t... |
|
atom |
General Help
|
4 |
16,222 |
12-12-2013, 04:44 PM |
|
|
Thread: Some Invalid Rules - Hashcat v1.00
Post: RE: Some Invalid Rules - Hashcat v1.00
radix Wrote: (12-21-2013, 02:13 AM)
--
you could use -a 1 to achieve the same thing though. just put all the tld's in a file and use it as the right side dict.
--
That's not just a good workaround... |
|
atom |
General Help
|
4 |
9,296 |
12-21-2013, 04:58 PM |
|
|
Thread: sha1(sha1($pass) confused.
Post: RE: sha1(sha1($pass) confused.
That's simple, the -m 300 uses the binary digest from the first sha1() as input for the 2nd sha1() while -m 4500 uses the ascii hex representation of the first sha1(). |
|
atom |
General Help
|
3 |
7,898 |
12-21-2013, 05:01 PM |
|
|
Thread: sha1(sha1($pass) confused.
Post: RE: sha1(sha1($pass) confused.
|
atom |
General Help
|
3 |
7,898 |
12-22-2013, 02:59 PM |
|
|
Thread: Note for web admin. I had to manually refresh to see 1.01
Post: RE: Note for web admin. I had to manually refresh ...
Thanks for info, changes done |
|
atom |
General Help
|
1 |
5,170 |
01-01-2014, 02:14 PM |
|
|
Thread: Password generation from HDD
Post: RE: Password generation from HDD
I never thought about creating a wordlist this way. In theory you should be able to do "strings /dev/sda", that should work and if there's hidden data you should get it with this as well... |
|
atom |
General Help
|
3 |
8,290 |
02-13-2014, 07:58 PM |