build(ares): update version, .gitignore, and project files

- Bump semver to 2.4.12-v5 in builder.py
- Add debug_vps/ to .gitignore
- Remove BOM and unused PowerShell reference from Tasks.csproj
- Add dark and light theme SVG icons for the agent
This commit is contained in:
Aryma
2026-04-15 05:29:37 +07:00
parent 6a3bf4ffbf
commit b88b3a2184
6 changed files with 16 additions and 6 deletions
+1
View File
@@ -4,6 +4,7 @@ __pycache__/
**/*.dll **/*.dll
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/
debug_vps/
# Environments # Environments
#.env #.env
.venv .venv
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net451</TargetFramework> <TargetFramework>net451</TargetFramework>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
@@ -10,14 +10,14 @@
<Platforms>AnyCPU;x64;x86</Platforms> <Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System.Management.Automation">
<HintPath>..\packages\System.Management.Automation6.1.7\System.Management.Automation.dll</HintPath>
</Reference>
<Reference Include="System.ServiceProcess" /> <Reference Include="System.ServiceProcess" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\AresInterop\AresInterop.csproj" /> <ProjectReference Include="..\AresInterop\AresInterop.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Compile Remove="powershell.cs" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="All" /> <PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
@@ -27,4 +27,4 @@
<PackageReference Include="System.DirectoryServices" Version="4.5.0" /> <PackageReference Include="System.DirectoryServices" Version="4.5.0" />
<PackageReference Include="System.Management" Version="4.5.0" /> <PackageReference Include="System.Management" Version="4.5.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>
@@ -140,7 +140,7 @@ class Ares(PayloadType):
supported_os = [ supported_os = [
SupportedOS.Windows SupportedOS.Windows
] ]
semver = "2.4.12" semver = "2.4.12-v5"
description = "Ares Windows payload type for Mythic." description = "Ares Windows payload type for Mythic."
wrapper = False wrapper = False
wrapped_payloads = ["scarecrow_wrapper", "service_wrapper"] wrapped_payloads = ["scarecrow_wrapper", "service_wrapper"]
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB