mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-13 06:44:13 +00:00
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:
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net451</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
@@ -10,14 +10,14 @@
|
||||
<Platforms>AnyCPU;x64;x86</Platforms>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System.Management.Automation">
|
||||
<HintPath>..\packages\System.Management.Automation6.1.7\System.Management.Automation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.ServiceProcess" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AresInterop\AresInterop.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="powershell.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
||||
@@ -27,4 +27,4 @@
|
||||
<PackageReference Include="System.DirectoryServices" Version="4.5.0" />
|
||||
<PackageReference Include="System.Management" Version="4.5.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -140,7 +140,7 @@ class Ares(PayloadType):
|
||||
supported_os = [
|
||||
SupportedOS.Windows
|
||||
]
|
||||
semver = "2.4.12"
|
||||
semver = "2.4.12-v5"
|
||||
description = "Ares Windows payload type for Mythic."
|
||||
wrapper = False
|
||||
wrapped_payloads = ["scarecrow_wrapper", "service_wrapper"]
|
||||
|
||||
Reference in New Issue
Block a user