One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
Windows
/
PrintDialog
/
Edit File:
appxmanifest.xml
<?xml version="1.0" encoding="utf-8"?> <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" IgnorableNamespaces="uap mp"> <Identity Name="Windows.PrintDialog" Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="6.2.0.0" ResourceId="neutral" /> <Properties> <DisplayName>ms-resource:DisplayName</DisplayName> <Description>ms-resource:Description</Description> <Logo>assets\logo.png</Logo> <PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName> </Properties> <Dependencies> <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" /> </Dependencies> <Resources> <Resource Language="en-us"/> </Resources> <Applications> <Application Id="Microsoft.Windows.PrintDialog" Executable="PrintDialog.exe" EntryPoint="AppObject.EntryPoint"> <uap:VisualElements DisplayName="ms-resource:DisplayName" Description="ms-resource:Description" AppListEntry="none" Square150x150Logo="Logo.png" Square44x44Logo="SmallLogo.png" BackgroundColor="#F2F2F2"> <uap:SplashScreen Image="SplashScreen.png" BackgroundColor="#F2F2F2" /> </uap:VisualElements> </Application> </Applications> </Package>
Simpan