Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Ubuntu 12.10 HD5770 Catalyst Problem
Post: Ubuntu 12.10 HD5770 Catalyst Problem
Hello,
maybe anyone can help me out a bit. I try to bring a Radeon HD5770 into harmony with Ubuntu 12.10 Server (X installed) and the Catalyst 12.8 drivers .
Unfortunately, it does not work.
... |
|
U_nix |
Very old oclHashcat-plus Support
|
4 |
8,779 |
12-09-2012, 12:06 PM |
|
|
Thread: Ubuntu 12.10 HD5770 Catalyst Problem
Post: RE: Ubuntu 12.10 HD5770 Catalyst Problem
grep EE /home/user/CustomDebs/Xorg.0.log
Code:
--
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 721.532] Initializing built-in extension MIT-SCREEN-SAVER
[ 721.545] (EE) F... |
|
U_nix |
Very old oclHashcat-plus Support
|
4 |
8,779 |
12-09-2012, 01:02 PM |
|
|
Thread: Ubuntu 12.10 HD5770 Catalyst Problem
Post: RE: Ubuntu 12.10 HD5770 Catalyst Problem
Catalyst 12.8 does not support Ubuntu 12.10s Kernel...
With 12.04 everything works as it should. |
|
U_nix |
Very old oclHashcat-plus Support
|
4 |
8,779 |
12-09-2012, 05:36 PM |
|
|
Thread: Ubuntu 12.10 HD5770 Catalyst Problem
Post: RE: Ubuntu 12.10 HD5770 Catalyst Problem
I`m done with Quantal Quezal. ^_^ It broke multiple compizplugins like Wallpaper, Expo was limited, Expo could not be used as curve, cube crashed if used with 3D Windows and/or transform and some othe... |
|
U_nix |
Very old oclHashcat-plus Support
|
4 |
8,779 |
12-09-2012, 07:57 PM |
|
|
Thread: How do I add a dictionary like Rockyou?
Post: RE: How do I add a dictionary like Rockyou?
Most basic commands:
cd /path/to/binary/
./oclHashcat-plus64.bin -m 0 -a 0 /path/to/hashlist.txt /path/to/dictionary.txt
for multiple dicts in one folder:
./oclHashcat-plus64.bin -m 0 -a ... |
|
U_nix |
Old hashcat Support
|
16 |
39,548 |
12-21-2012, 02:24 PM |
|
|
Thread: vcl woes
Post: RE: vcl woes
Ubuntu 12.04 should work fine with cat.12.8. Can you provide more infos about the errors?
Ubuntu 12.10s kernel is not supported by cat 12.8. |
|
U_nix |
Very old oclHashcat-plus Support
|
37 |
57,187 |
12-21-2012, 02:32 PM |
|
|
Thread: How do I add a dictionary like Rockyou?
Post: RE: How do I add a dictionary like Rockyou?
What hashtype?
Hashcat should run through a 5gb dictionary in a few minutes if hashtype is MD5 and mode is normal. |
|
U_nix |
Old hashcat Support
|
16 |
39,548 |
12-21-2012, 03:52 PM |
|
|
Thread: How do I add a dictionary like Rockyou?
Post: RE: How do I add a dictionary like Rockyou?
I think no.
I don` t know much about phpass() but this is the description:
- Hash algorithm (blowfish, DES, or MD5 in that order if available)
- Salt (random unique salt generated for each pass... |
|
U_nix |
Old hashcat Support
|
16 |
39,548 |
12-21-2012, 04:33 PM |
|
|
Thread: How do I add a dictionary like Rockyou?
Post: RE: How do I add a dictionary like Rockyou?
Where is the hash from? There could be many variables.
https://www.phpbb.com/kb/article/difference-between-encryption-and-hashing/ |
|
U_nix |
Old hashcat Support
|
16 |
39,548 |
12-21-2012, 05:21 PM |
|
|
Thread: How do I add a dictionary like Rockyou?
Post: RE: How do I add a dictionary like Rockyou?
Get yourself a copy of the wordpress version and search around for the function which encrypts the pw.
https://core.trac.wordpress.org/changeset/6350
Src.:
https://kaoticcreations.blogspot.de/201... |
|
U_nix |
Old hashcat Support
|
16 |
39,548 |
12-21-2012, 05:54 PM |
|
|
Thread: How do I add a dictionary like Rockyou?
Post: RE: How do I add a dictionary like Rockyou?
Think like that:
normal md5(pass): Create a md5 hash from a string.
md5crypt(pass): create a md5 from the md5 from the md5 ... till you have done it 1000 times.
edit:
This:
$P$
$1$
$x$
... |
|
U_nix |
Old hashcat Support
|
16 |
39,548 |
12-21-2012, 06:01 PM |
|
|
Thread: How do I add a dictionary like Rockyou?
Post: RE: How do I add a dictionary like Rockyou?
I would not even try it with the cpu version. Even the simple dictionary attack with a let` s say 5gb dictionary tooks days with some thousands generated hashes per second if I remember correct.
Ev... |
|
U_nix |
Old hashcat Support
|
16 |
39,548 |
12-21-2012, 07:42 PM |
|
|
Thread: Best way to crack a md5(phpBB3) hash?
Post: RE: Best way to crack a md5(phpBB3) hash?
Hi,
You need more power with this type of hashes.
Don` t waste your time with cpu based attacks. |
|
U_nix |
General Help
|
3 |
18,017 |
12-23-2012, 12:33 AM |
|
|
Thread: mcrypt decryption
Post: mcrypt decryption
Hello,
how long would it take to crack this if you know nothing about the function?
Code:
--
encryptthis($texttoenc."SaL7y");
--
Code:
--
function encryptthis($string){
$cryptkey="Ma... |
|
U_nix |
General Help
|
5 |
11,906 |
12-23-2012, 07:15 PM |
|
|
Thread: mcrypt decryption
Post: RE: mcrypt decryption
It` s not for passwds, it` s for textencryption.
I` m aware of the cbc ecb discussion.
The question was not what an attacker could do if he had access. |
|
U_nix |
General Help
|
5 |
11,906 |
12-23-2012, 09:52 PM |
|
|
Thread: mcrypt decryption
Post: RE: mcrypt decryption
I "hardscripted" some things into the site what mades it more timeconsuming to apply changes. It` s changed now to cbc, a 32byte key and Rijndael 256.
This was implemented some times ago and I just... |
|
U_nix |
General Help
|
5 |
11,906 |
12-23-2012, 11:35 PM |
|
|
Thread: SL3, they did it again
Post: RE: SL3, they did it again
Be careful what you wish for, but, you wished for.
Thx for HC Atom. |
|
U_nix |
Very old oclHashcat-lite Support
|
71 |
191,554 |
01-03-2013, 09:45 AM |
|
|
Thread: Auto generate RUles from PW list
Post: RE: Auto generate RUles from PW list
Thanks. I will give it a look. Sure that it generates rules for hashcat? Or can I use jtr rules with hashcat too? |
|
U_nix |
Very old oclHashcat-plus Support
|
3 |
6,975 |
01-03-2013, 04:15 PM |
|
|
Thread: Auto generate RUles from PW list
Post: Auto generate RUles from PW list
Hello,
is there a build-in solution for generating rules from exsisting Passwordlist?
Or does a script exsist which converts Words to rules? |
|
U_nix |
Very old oclHashcat-plus Support
|
3 |
6,975 |
01-03-2013, 03:40 PM |
|
|
Thread: SL3, they did it again
Post: RE: SL3, they did it again
Looks like they deleted the cracked version:
https://www.genieprojects.co.uk/files/hashcat_0_9_2013.zip
https://www.genieprojects.co.uk/files/
But:
https://www.genieprojects.co.uk/?module=blog&page... |
|
U_nix |
Very old oclHashcat-lite Support
|
71 |
191,554 |
01-03-2013, 06:55 PM |