Jump to content
B3st

[RST] Hash Cracker

Recommended Posts

Posted (edited)

Trebuie sa aveti minim 50 de posturi pentru a face un 'request'.

RST hash cracker machine:

CPU: Intel core 2 duo 3.2 GHZ 8 MB l2

GPU: MSI Radeon HD6950 Twin Frozr III Power Edition OC 1GB DDR5 256-bit

Ram: 16 GB

OS: BackTrack 5 rc3

App: hashcat.net/oclhashcat-plus/

System ul de mai sus va fi tinut up non stop doar pentru acest job.

Pentru ca sa pot sa procesez requestul vostru va trebui sa raspundeti in urmatorul format:

Hash: b467979095aa4670bfa1eeb74a2fa17a

Tip Hash: md5

Informati aditionale1: limba: germana

Informati aditionale2: min/max caractere= 7/15

Informati aditionale3: caractere speciale = da

Bafta ;)

Edited by B3st
  • Upvote 13
  • Downvote 4
Guest Kovalski
Posted (edited)

Atat am zis! Bravo mosule, chiar era timpul sa aiba si RST un hash cracker.

+rep

Edited by ps-axl
Posted

Bravo! Ca idei in plus as putea spune:

1. Un server HTTP, prin care utilizatorul sa-si poata selecta optiunile, care interactioneaza cu o procesare din background, fie threaduite (requesturile procesate simultan => pierdere din viteza), fie queued (first come, first served).

2. Sa faci si bani din asta

Posted

Hash: $1$gmodxUd7$hms3tHHIzttnF08lLl8Cv1

Tip Hash: md5 ( UNIX )

Informati aditionale1: limba: romana

Informati aditionale2: min/max caractere= nu stiu

Informati aditionale3: caractere speciale = da

Posted (edited)

@totti93 Ar fi chiar frumos o interfata http.

@wind ok, stai ca mai am de descarcat rainbow tables, am doar 320 gb pana acu.

Edited by B3st
Posted

Hash: 7f8bcdd1fa96ab9a999b9174d2454186:ed

Tip Hash: md5

Informati aditionale1: limba: engleza

Informati aditionale2: min/max caractere= ??

Informati aditionale3: caractere speciale = ??

Posted

Hash: 2faa02c8124bcc128f3af587f4ff88da

Tip Hash: md5

Informati aditionale1: limba: engleza

Informati aditionale2: min/max caractere= ??

Informati aditionale3: caractere speciale = ??

EDIT: Hash spart in 30Secunde pe configuratia respectiva, mersi mult.

La mine pe CPU era estimat la 11 ore :))

Posted (edited)
Salveaza hash + rezultat intr-o baza de date daca nu faci deja asta.

Deja fac asta, oricum se pare ca imi trebuie hdd de cel putin 4tb.

Momentan am doar 1tb.

M-am pus pe instalat backtrack 5r3, ubuntu ma bate la greu :))

O sa editez topicul cand totul este up.

LE: @mrjasdf Cum sa fie md5 simplu cand are salt ?

Edited by B3st
Posted

md5($pass.$salt)

md5($salt.$pass)

md5(md5($pass).$salt)

md5(md5($salt).$pass)

md5($salt.$pass.$salt)

md5($salt.md5($pass))

md5(md5($pass).md5($salt))

md5(md5($salt).md5($pass))

...etc

Fi si tu mai precis.

Posted
De unde ai extras hash`ul ?

O_o Din.....database? Nu e wordpress nu phpbb etc. are panel de admin.

web server operating system: Windows 2003

web application technology: ASP.NET, Microsoft IIS 6.0, PHP 5.3.8

back-end DBMS: MySQL 5.0.11

Cu ce te ajuta sa stii de unde e ? :)

Posted

Hash: $1$o2qRSPae$DlEMlGIztqcMWZtMQbhw..

Tip Hash: md5 Unix

Informati aditionale1: limba: Rusia

Informati aditionale2: min/max caractere= ??

Informati aditionale3: caractere speciale = ??

Posted (edited)


$1$o2qRSPae$DlEMlGIztqcMWZtMQbhw..


$1$o2qRSPae$ => salt
DlEMlGIztqcMWZtMQbhw.. => parola.

Cred ca parola este: 112233 ; Sa facem un test:


<?php

$parola = '112233';
$salt = '$1$o2qRSPae$';
echo 'Crypt hash: ' . crypt($parola, $salt) . "\n"

?>


hp ~ # php tex.php
Crypt hash: $1$o2qRSPae$DlEMlGIztqcMWZtMQbhw..
hp ~ #

Bune de citit:

- http://s23.org/wiki/Crypt

- http://en.wikipedia.org/wiki/Salt_%28cryptography%29

- http://linux.die.net/man/3/crypt

Edited by aelius
  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...