Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
Tools /
msi /
exe /
Delete
Unzip
Name
Size
Permission
Date
Action
exe.wixproj
2.43
KB
-rw-r--r--
2024-03-19 22:46
exe.wxs
1.74
KB
-rw-r--r--
2024-03-19 22:46
exe_d.wixproj
764
B
-rw-r--r--
2024-03-19 22:46
exe_d.wxs
699
B
-rw-r--r--
2024-03-19 22:46
exe_en-US.wxl_template
485
B
-rw-r--r--
2024-03-19 22:46
exe_files.wxs
3.76
KB
-rw-r--r--
2024-03-19 22:46
exe_pdb.wixproj
768
B
-rw-r--r--
2024-03-19 22:46
exe_pdb.wxs
702
B
-rw-r--r--
2024-03-19 22:46
exe_reg.wxs
1.54
KB
-rw-r--r--
2024-03-19 22:46
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Fragment> <PropertyRef Id="ROOTREGISTRYKEY" /> <PropertyRef Id="REGISTRYKEY" /> <ComponentGroup Id="exe_reg"> <Component Id="CommonPythonRegistration" Directory="InstallDirectory" Guid="$(var.CommonPythonRegComponentGuid)"> <RegistryKey Root="HKMU" Key="[ROOTREGISTRYKEY]"> <RegistryValue Name="DisplayName" Type="string" Value="!(loc.Manufacturer)" KeyPath="yes" /> <RegistryValue Name="SupportUrl" Type="string" Value="!(loc.ManufacturerSupportUrl)" KeyPath="no" /> </RegistryKey> </Component> <Component Id="PythonRegistration" Directory="InstallDirectory" Guid="$(var.PythonRegComponentGuid)"> <RegistryKey Root="HKMU" Key="[REGISTRYKEY]"> <RegistryValue Name="DisplayName" Type="string" Value="!(loc.ShortcutName)" KeyPath="yes" /> <RegistryValue Name="SupportUrl" Type="string" Value="!(loc.SupportUrl)" KeyPath="no" /> <RegistryValue Name="Version" Type="string" Value="$(var.LongVersion)" KeyPath="no" /> <RegistryValue Name="SysVersion" Type="string" Value="$(var.ShortVersion)" KeyPath="no" /> <RegistryValue Name="SysArchitecture" Type="string" Value="$(var.PlatformArchitecture)" KeyPath="no" /> </RegistryKey> </Component> </ComponentGroup> </Fragment> </Wix>