Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: oclHashcat-plus v0.09 Poll 3/3: Next algorithms
Post: RE: oclHashcat-plus v0.09 Poll 3/3: Next algorithm...
the crypt() algorithms are probably the most worthwhile, especially since sha512 has been in glibc since 2.7. truecrypt would be cool as well though. |
|
epixoip |
Organisation and Events
|
15 |
35,512 |
05-11-2012, 11:43 AM |
|
|
Thread: New oclHashcat-lite benchmarks
Post: RE: New oclHashcat-lite benchmarks
Using b55, 4x5970 clocked at 825/1000.
epixoip@token:~/oclHashcat-lite-0.10$ ./oclHashcat-lite64.bin -b --benchmark-mode=1
oclHashcat-lite v0.10 by atom starting...
Password lengths range: 1 - 55
Wa... |
|
epixoip |
Beta Tester
|
10 |
9,260 |
06-06-2012, 10:34 AM |
|
|
Thread: oclHashcat-plus-0.09b16 100% Fan at 70c
Post: RE: oclHashcat-plus-0.09b16 100% Fan at 70c
Neither, AMD Display Library is used to monitor temp, fan speed, etc. |
|
epixoip |
Beta Tester
|
6 |
6,823 |
06-08-2012, 09:35 AM |
|
|
Thread: oclhc-plus: Incremental-bruteforce in hybrid attack
Post: RE: oclhc-plus: Incremental-bruteforce in hybrid a...
I just found myself wishing for this an hour ago. |
|
epixoip |
Feature Requests
|
9 |
20,665 |
06-10-2012, 04:15 PM |
|
|
Thread: Does hashcat support ATI AMD RADEON 550 ?
Post: RE: Does hashcat support ATI AMD RADEON 550 ?
Radeon X550 or Radeon HD 550v?
I suppose it doesn't matter which you have. Last I heard OpenCL was broken with RV730 so HD 550v won't work, and X550 is extremely old and does not support GPGPU. And y... |
|
epixoip |
Old hashcat Support
|
3 |
8,300 |
06-11-2012, 02:34 PM |
|
|
Thread: To many combinations
Post: RE: To many combinations
You're specifying a 15-char mask for a hash that is limited to 8 chars. |
|
epixoip |
Very old oclHashcat-plus Support
|
2 |
6,196 |
06-12-2012, 03:11 AM |
|
|
Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...
You can combine your first four commands into a single sed command. Since it appears you have an example that uses multiple nested directories (grep -r) you can use find + sed. And since you used grep... |
|
epixoip |
General Talk
|
12 |
30,905 |
06-14-2012, 05:58 PM |
|
|
Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...
M@LIK uses Windows, so his command will not work for you. For instance, ''type'' is like ''cat'' on Windows, whereas in most unix shells ''type'' shows how a command will be interpreted by the shell. ... |
|
epixoip |
General Talk
|
12 |
30,905 |
06-14-2012, 08:54 PM |
|
|
Thread: How to configure mask attack
Post: RE: How to configure mask attack
define a custom charset that contains both loweralpha and digits, then build your mask with that custom charset. e.g.,
Code:
--
-1 ?l?d ?1?1?1?1?1?1?1?1
--
you can expect it to be slow as dogshit. |
|
epixoip |
General Help
|
5 |
16,690 |
12-20-2012, 08:44 PM |
|
|
Thread: Need advice for hashing DB credentials
Post: RE: Need advice for hashing DB credentials
hashed with a salt is all you need provided 1. you use a password hashing algorithm and not a cryptographic hashing algorithm, and 2. you use a unique, randomly generated salt for each hash in your da... |
|
epixoip |
General Talk
|
6 |
14,390 |
06-16-2012, 07:01 AM |
|
|
Thread: Dictionnary handling
Post: RE: Dictionnary handling
most likely whatever order readdir() returns the files in. |
|
epixoip |
General Help
|
4 |
9,782 |
06-16-2012, 10:36 AM |
|
|
Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...
random is easy to generate but hard to detect. humans recognize what appears to be random by identifying that there are no recognizable patterns in the text. programmatically speaking, you have to do ... |
|
epixoip |
General Talk
|
12 |
30,905 |
06-16-2012, 11:57 AM |
|
|
Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...
Quote:
--
I notice that you are attempting to chop the beginning and end from words to try to remove the "password padding". [...] You could keep chopping bits off until you find a word match I sup... |
|
epixoip |
General Talk
|
12 |
30,905 |
06-17-2012, 03:04 PM |
|
|
Thread: Getting "unruly": Finding base words
Post: Getting "unruly": Finding base words
This is what I use to find base words in a list of plains. I am posting it both to share and to see if others have ideas for improving it.
Code:
--
cat plains | tr A-Z a-z | sed 's/^[^a-z]*//g; s/... |
|
epixoip |
General Talk
|
7 |
18,732 |
06-19-2012, 01:03 AM |
|
|
Thread: Getting "unruly": Finding base words
Post: RE: Getting "unruly": Finding base words
|
epixoip |
General Talk
|
7 |
18,732 |
06-30-2012, 09:13 AM |
|
|
Thread: need help with sha512
Post: RE: need help with sha512
Command is fine. Problem is cuLaunchKernel() returned 701, which is CUDA_ERROR_LAUNCH_OUT_OF_RESOURCES. You might be able to get it to run with a lower -n value. |
|
epixoip |
Very old oclHashcat-lite Support
|
23 |
49,299 |
07-08-2012, 12:39 PM |
|
|
Thread: need help with sha512
Post: RE: need help with sha512
probably time to upgrade then. |
|
epixoip |
Very old oclHashcat-lite Support
|
23 |
49,299 |
07-08-2012, 01:35 PM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
With the LinkedIn list it would be very difficult (outside the realm of probability) to detect that those hashes were not crackable, because they are valid hashes by all accounts. They were the right ... |
|
epixoip |
General Talk
|
13 |
28,520 |
07-08-2012, 01:45 PM |
|
|
Thread: howto use stats processor with oclHashcat+ v0.8?
Post: RE: howto use stats processor with oclHashcat+ v0....
ntk, you have to give the gpus work. reading from stdin means copying each plaintext candidate to gpu as they come in which is very slow, so gpus aren't doing any work, hence the 0% load. you need to ... |
|
epixoip |
Very old oclHashcat-plus Support
|
17 |
30,273 |
07-08-2012, 01:52 PM |
|
|
Thread: need help with sha512
Post: RE: need help with sha512
yes, i mean hardware. the problem is sha512 requires much more vram than the other hash types, hence the out of resources error. |
|
epixoip |
Very old oclHashcat-lite Support
|
23 |
49,299 |
07-08-2012, 02:11 PM |