ShellBanner
System:Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686
Software:Apache. PHP/5.3.6-13ubuntu3.10
ID:uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
Safe Mode:OFF
Open_Basedir:OFF
Freespace:32.91 GB of 70.42 GB (46.74%)
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,

/ http/ map/ site/ - drwxrwsrwx

Directory:
Viewing file:     secpic.php (1.97 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
  session_start
();
 
$width 100;                  //Ширина изображения
 
$height 60;                  //Высота изображения
 
$font_size 17.5;               //Размер шрифта
 
$let_amount 4;               //Количество символов, которые нужно набрать
 
$fon_let_amount 30;          //Количество символов, которые находятся на фоне
 
$path_fonts 'fonts/';        //Путь к шрифтам
 
 
 
$letters = array('a','b','c','d','e','f','g','h','j','k','m','n','p','q','r','s','t','u','v','w','x','y','z','2','3','4','5','6','7','9');
 
$colors = array('10','30','50','70','90','110','130','150','170','190','210');
 
 
$src imagecreatetruecolor($width,$height);
 
$fon imagecolorallocate($src,255,255,255);
 
imagefill($src,0,0,$fon);
 
 
$fonts = array();
 
$dir=opendir($path_fonts);
 while(
$fontName readdir($dir))
 {
   if(
$fontName != "." && $fontName != "..")
   {
     
$fonts[] = $fontName;
   }
 }
 
closedir($dir);
 
 for(
$i=0;$i<$fon_let_amount;$i++)
 {
   
$color imagecolorallocatealpha($src,rand(0,255),rand(0,255),rand(0,255),100); 
   
$font $path_fonts.$fonts[rand(0,sizeof($fonts)-1)];
   
$letter $letters[rand(0,sizeof($letters)-1)];
   
$size rand($font_size-2,$font_size+2);
   
imagettftext($src,$size,rand(0,45),rand($width*0.1,$width-$width*0.1),rand($height*0.2,$height),$color,$font,$letter);
 }
 
 for(
$i=0;$i<$let_amount;$i++)
 {
   
$color imagecolorallocatealpha($src,$colors[rand(0,sizeof($colors)-1)],$colors[rand(0,sizeof($colors)-1)],$colors[rand(0,sizeof($colors)-1)],rand(20,40)); 
   
$font $path_fonts.$fonts[rand(0,sizeof($fonts)-1)];
   
$letter $letters[rand(0,sizeof($letters)-1)];
   
$size rand($font_size*2.1-2,$font_size*2.1+2);
   
$x = ($i+1)*$font_size rand(4,7);
   
$y = (($height*2)/3) + rand(0,5);
   
$cod[] = $letter;   
   
imagettftext($src,$size,rand(0,15),$x,$y,$color,$font,$letter);
 }
 
 
$_SESSION['captcha_keystring'] = implode('',$cod);
 
 
 
header ("Content-type: image/gif"); 
 
imagegif($src);

?> 
Command:
Quick Commands:
Upload:
[OK] Max size: 100MB
PHP Filesystem: <@ Ъ
Search File:
regexp
Create File:
Overwrite [OK]
View File:
Mass Defacement:
[+] Main Directory: [+] Defacement Url:
LmfaoX Shell - Private Build [BETA] - v0.1 -; Generated: 0.1812 seconds