403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/Windows/System32/SystemResetPlatform/es-ES/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/Windows/System32/SystemResetPlatform/es-ES/RjvClassicApp.dll.mui
MZ����@���	�!�L�!This program cannot be run in DOS mode.

$5�<�q�R�q�R�q�R�e���p�R�e�P�p�R�Richq�R�PEL�!

@�@ 8.rdata�@@.rsrc  @@e��
T88e��$��8.rdata8x.rdata$zzzdbg p.rsrc$01p!�.rsrc$02 ��j�?�da]{+X����f�q���`�e��`�0�H�h�����^��_�������

 
0
@
Ph!�� "�(#���#p�H(��MUI���-��5�}Y��4j$�3����b�����!�Ӝ����MUIes-ES,Aplicaciones quitadas al restaurar el equipo,Aplicaciones quitadas al restaurar el equipoNombre de aplicaci�nVersi�nPA
Anunciante(No se quit� ninguna aplicaci�n de su PC.Aplicaciones quitadasPAp4VS_VERSION_INFO��
aJ
aJ?�StringFileInfo�0C0A04B0LCompanyNameMicrosoft CorporationoFileDescriptionComplemento de la plataforma Restablecimiento del sistema de Windows para la migraci�n cl�sica de aplicacionesh$FileVersion10.0.19041.1 (WinBuild.160101.0800)BInternalNameRJVCLASSICAPPDLL�8LegalCopyright� Microsoft Corporation. Todos los derechos reservados.TOriginalFilenameRjvClassicApp.dll.muil&ProductNameSistema operativo Microsoft� Windows�>
ProductVersion10.0.19041.1DVarFileInfo$Translation
�<?xml version="1.0" encoding="utf-16"?>
<xsl:stylesheet
    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

    <xsl:output method="xml"
        encoding="utf-16"/>

<xsl:param name="dir"/>
<xsl:param name="language"/>
<xsl:param name="title"/>
<xsl:param name="header"/>
<xsl:param name="table_app"/>
<xsl:param name="table_version"/>
<xsl:param name="table_publisher"/>
<xsl:param name="date"/>
<xsl:param name="no-list"/>

<xsl:template name="main" match="/">
    <html>
    <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
        <style>
            div.header {
                font-family: "Segoe UI Light","sans-serif";
                font-size: 20.0pt;
                color:#2A2A2A;
                padding-bottom:34px;
            }

            a:link {
                font-family: "Segoe UI SemiLight","sans-serif";
                font-size:11.0pt;
                color:#00749E;
                text-decoration:none;
            }

            table tr.Header {
                font-family: "Segoe UI Semibold","sans-serif";
                font-size:11.0pt;
                color:#000000;
                text-decoration:none;
            }

            table tr td.Regular {
                height:20px;
                vertical-align:text-top;
                font-family: "Segoe UI SemiLight","sans-serif";
                font-size:11.0pt;
                color:#000000;
                text-decoration:none;
            }

            table tr td.Secondary {
                height:20px;
                vertical-align:text-top;
                font-family: "Segoe UI SemiLight","sans-serif";
                font-size:11.0pt;
                color:#707070;
                text-decoration:none;
            }

            div.Copyright {
                padding-top:60px;
                font-family: "Segoe UI SemiLight","sans-serif";
                font-size: 11.0pt;
                color:#2A2A2A;
           }

           div.NoList {
                font-family: "Segoe UI Semibold","sans-serif";
                font-size:11.0pt;
                color:#000000;
                text-decoration:none;
            }
        </style>
     </head>
    <title><xsl:value-of select="$title"/></title>
    <body leftmargin="60px" topmargin="50px">
        <div dir="{$dir}" lang="{$language}">
        <div class="header"><xsl:value-of select="$header"/></div>
        <xsl:variable name="NumApps" select="ApplicationData/Context/Application"/>
        <xsl:choose>
        <xsl:when test="count($NumApps) > 0">
        <table width="730px" border="1px" frame="void" rules="groups">
            <tr class="Header">
                <td width="60%" height="30px" valign="top"><xsl:value-of select="$table_app"/></td>
                <td width="30%" height="30px" valign="top"><xsl:value-of select="$table_publisher"/></td>
                <td width="10%" height="30px" valign="top"><xsl:value-of select="$table_version"/></td>
            </tr>
            <tbody><tr><td height="10px" colspan="3"/></tr>
           <xsl:for-each select="ApplicationData/Context/Application">
               <xsl:sort select="@Name" order="ascending"/>
               <tr>
                   <td class="Regular">
                   <xsl:choose>
                   <xsl:when test="@Link">
                       <a>
                           <xsl:attribute name="href">
                               <xsl:value-of select="@Link"/>
                           </xsl:attribute>
                           <xsl:value-of select="@Name"/>
                           </a>
                   </xsl:when>
                   <xsl:otherwise>
                       <xsl:value-of select="@Name"/>
                   </xsl:otherwise>
                   </xsl:choose>
                   </td>
                   <td class="Secondary"><xsl:value-of select="@Publisher"/></td>
                   <td class="Secondary"><xsl:value-of select="@Version"/></td>
               </tr>
           </xsl:for-each>
           </tbody>
       </table>
       </xsl:when>
       <xsl:otherwise>
       <div class="NoList">
           <xsl:value-of select="$no-list"/>
       </div>
       </xsl:otherwise>
       </xsl:choose>
       <div class="Copyright">
       <xsl:value-of select="$date"/>
       </div>
       </div>
   </body>
   </html>
</xsl:template>
</xsl:stylesheet>PAPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPAD

Youez - 2016 - github.com/yon3zu
LinuXploit