!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/home/scripts/pba/phc-read-only/misc/old/   drwxrwxr-x
Free 83.21 GB of 96.73 GB (86.02%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     post-commit.php (887 B)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/misc/csw/bin/php -q
<?php
/*
 * See post-commit.tmpl for an explanation
 */

append_log("Running post-commit $argv[1] $argv[2]");

$repos $argv[1];
$rev $argv[2];

$svnlook "/opt/csw/bin/svnlook";

$sections = array("author""changed""diff""log");

foreach(
$sections as $section)
{
    $
$section trim(`$svnlook $section $repos`);
}

if(
$author == "")
    
$author "[unknown author]";

$body = <<<END
$log

# Changed
$changed

# Diff
$diff
END;
    
$subject "svn commit by $author (rev $rev)";

$success mail("[email protected]"$subject$body"From: [email protected]\r\n");

// Log the commit
if($success)
    
append_log("mail delivery ok");
else
    
append_log("mail delivery failed");
    
function 
append_log($string)
{
    
$file fopen("/misc/svn/post-commit.log""a");
    
fwrite($filedate("D M j G:i:s Y")); 
    
fwrite($file": $string\n");
    
fclose($file);
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0047 ]--