Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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,515 |
07-08-2012, 01:45 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,277 |
07-08-2012, 01:35 PM |
|
|
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,277 |
07-08-2012, 12:39 PM |
|
|
Thread: Getting "unruly": Finding base words
Post: RE: Getting "unruly": Finding base words
|
epixoip |
General Talk
|
7 |
18,725 |
06-30-2012, 09:13 AM |
|
|
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,725 |
06-19-2012, 01:03 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,901 |
06-17-2012, 03:04 PM |
|
|
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,901 |
06-16-2012, 11:57 AM |
|
|
Thread: Dictionnary handling
Post: RE: Dictionnary handling
most likely whatever order readdir() returns the files in. |
|
epixoip |
General Help
|
4 |
9,775 |
06-16-2012, 10:36 AM |
|
|
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,385 |
06-16-2012, 07:01 AM |
|
|
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,901 |
06-14-2012, 08:54 PM |
|
|
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,901 |
06-14-2012, 05:58 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,194 |
06-12-2012, 03:11 AM |
|
|
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: 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,658 |
06-10-2012, 04:15 PM |
|
|
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,820 |
06-08-2012, 09:35 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,257 |
06-06-2012, 10:34 AM |
|
|
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,507 |
05-11-2012, 11:43 AM |