https://github.com/byt3n33dl3/apolloexec

A .NET Framework 4.0 Windows Agent for Credential Tracking and Manipulation, also Remote code Execution.

https://github.com/byt3n33dl3/apolloexec

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary

Keywords

apollo code-execution dotnet offensive-security pentesting remote-access
Last synced: 5 months ago · JSON representation

Repository

A .NET Framework 4.0 Windows Agent for Credential Tracking and Manipulation, also Remote code Execution.

Basic Info
  • Host: GitHub
  • Owner: byt3n33dl3
  • License: gpl-3.0
  • Language: C#
  • Default Branch: main
  • Homepage:
  • Size: 7.76 MB
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Topics
apollo code-execution dotnet offensive-security pentesting remote-access
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Funding License Code of conduct Security

README.md

ApolloExec

ApolloExec is a Windows agent written in C# using the 4.0 .NET Framework designed to be used in SpecterOps training offerings. A .NET Framework 4.0 Windows Agent for remote code Execution

Installation

To install ApolloExec, you'll need Mythic installed on a remote computer. You can find installation instructions for Mythic at the Mythic project page.

From the Mythic install directory, use the following command to install ApolloExec as the root user:

./ApolloExec install github https://github.com/byt3n33dl3/ApolloExec.git

From the Mythic install directory, use the following command to install ApolloExec as a non-root user:

sudo -E ./ApolloExec install github https://github.com/byt3n33dl3/ApolloExec.git

Once installed, restart Mythic to build a new agent.

Notable Features

  • P2P Communication
  • Credential Tracking and Manipulation
  • Unmanged PE, .NET Assembly, and PowerShell Script Execution
  • User Exploitation Suite
  • SOCKSv5 Support

Special Thanks

A big thanks goes to those who have contributed to the project in both major and minor ways.

Owner

  • Name: Sulaiman
  • Login: byt3n33dl3
  • Kind: user
  • Location: Error 403: Not on earth

I N F R A X 8 6

GitHub Events

Total
  • Release event: 3
  • Watch event: 6
  • Push event: 1
  • Public event: 2
  • Fork event: 2
  • Create event: 3
Last Year
  • Release event: 3
  • Watch event: 6
  • Push event: 1
  • Public event: 2
  • Fork event: 2
  • Create event: 3

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 102
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 102
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • byt3n33dl3 (95)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

payload/poseidon/.docker/Dockerfile docker
  • itsafeaturemythic/mythic_go_macos latest build
payload/poseidon/Dockerfile docker
  • itsafeaturemythic/mythic_go_macos latest build
payload-type/apolloexec/Dockerfile docker
  • mcr.microsoft.com/dotnet/sdk 8.0 build
payload/poseidon/go.mod go
  • github.com/MythicMeta/MythicContainer v1.4.6
  • github.com/fsnotify/fsnotify v1.7.0
  • github.com/google/uuid v1.6.0
  • github.com/hashicorp/hcl v1.0.0
  • github.com/magiconair/properties v1.8.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/pelletier/go-toml v1.9.5
  • github.com/pelletier/go-toml/v2 v2.2.3
  • github.com/rabbitmq/amqp091-go v1.10.0
  • github.com/rs/zerolog v1.33.0
  • github.com/sagikazarmark/locafero v0.6.0
  • github.com/sagikazarmark/slog-shim v0.1.0
  • github.com/sourcegraph/conc v0.3.0
  • github.com/spf13/afero v1.11.0
  • github.com/spf13/cast v1.7.0
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.19.0
  • github.com/subosito/gotenv v1.6.0
  • go.uber.org/multierr v1.11.0
  • golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
  • golang.org/x/net v0.30.0
  • golang.org/x/sys v0.26.0
  • golang.org/x/text v0.19.0
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9
  • google.golang.org/grpc v1.67.1
  • google.golang.org/protobuf v1.35.1
  • gopkg.in/ini.v1 v1.67.0
  • gopkg.in/natefinch/lumberjack.v2 v2.2.1
  • gopkg.in/yaml.v3 v3.0.1
payload/poseidon/go.sum go
  • github.com/MythicMeta/MythicContainer v1.4.6
  • github.com/coreos/go-systemd/v22 v22.5.0
  • github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
  • github.com/davecgh/go-spew v1.1.1
  • github.com/frankban/quicktest v1.14.6
  • github.com/fsnotify/fsnotify v1.7.0
  • github.com/godbus/dbus/v5 v5.0.4
  • github.com/google/go-cmp v0.6.0
  • github.com/google/uuid v1.6.0
  • github.com/hashicorp/hcl v1.0.0
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/magiconair/properties v1.8.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mattn/go-isatty v0.0.16
  • github.com/mattn/go-isatty v0.0.19
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/pelletier/go-toml v1.9.5
  • github.com/pelletier/go-toml/v2 v2.2.3
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
  • github.com/rabbitmq/amqp091-go v1.10.0
  • github.com/rogpeppe/go-internal v1.9.0
  • github.com/rs/xid v1.5.0
  • github.com/rs/zerolog v1.33.0
  • github.com/sagikazarmark/locafero v0.6.0
  • github.com/sagikazarmark/slog-shim v0.1.0
  • github.com/sourcegraph/conc v0.3.0
  • github.com/spf13/afero v1.11.0
  • github.com/spf13/cast v1.7.0
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.19.0
  • github.com/stretchr/testify v1.9.0
  • github.com/subosito/gotenv v1.6.0
  • go.uber.org/goleak v1.3.0
  • go.uber.org/multierr v1.11.0
  • golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
  • golang.org/x/net v0.30.0
  • golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
  • golang.org/x/sys v0.26.0
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.12.0
  • golang.org/x/text v0.19.0
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9
  • google.golang.org/grpc v1.67.1
  • google.golang.org/protobuf v1.35.1
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
  • gopkg.in/ini.v1 v1.67.0
  • gopkg.in/natefinch/lumberjack.v2 v2.2.1
  • gopkg.in/yaml.v3 v3.0.1
payload/poseidon/poseidon/agent_code/go.mod go
  • github.com/creack/pty v1.1.21
  • github.com/djherbis/atime v1.1.0
  • github.com/gen2brain/shm v0.1.0
  • github.com/google/uuid v1.6.0
  • github.com/gorilla/websocket v1.5.3
  • github.com/jezek/xgb v1.1.1
  • github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
  • github.com/kbinani/screenshot v0.0.0-20230812210009-b87d31814237
  • github.com/lxn/win v0.0.0-20210218163916-a377121e959e
  • github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
  • github.com/xorrior/keyctl v1.0.1-0.20210425144957-8746c535bf58
  • golang.org/x/crypto v0.25.0
  • golang.org/x/exp v0.0.0-20240707233637-46b078467d37
  • golang.org/x/sync v0.7.0
  • golang.org/x/sys v0.22.0
  • howett.net/plist v1.0.1
payload/poseidon/poseidon/agent_code/go.sum go
  • github.com/creack/pty v1.1.21
  • github.com/djherbis/atime v1.1.0
  • github.com/gen2brain/shm v0.1.0
  • github.com/google/uuid v1.6.0
  • github.com/gorilla/websocket v1.5.3
  • github.com/jessevdk/go-flags v1.4.0
  • github.com/jezek/xgb v1.1.1
  • github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
  • github.com/kbinani/screenshot v0.0.0-20230812210009-b87d31814237
  • github.com/lxn/win v0.0.0-20210218163916-a377121e959e
  • github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
  • github.com/xorrior/keyctl v1.0.1-0.20210425144957-8746c535bf58
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
  • golang.org/x/crypto v0.25.0
  • golang.org/x/exp v0.0.0-20240707233637-46b078467d37
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/sync v0.7.0
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13
  • golang.org/x/sys v0.22.0
  • golang.org/x/term v0.22.0
  • golang.org/x/text v0.3.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
  • howett.net/plist v1.0.1
payload-type/apolloexec/apolloexec/agent-code/Apollo/Apollo.csproj nuget
  • Costura.Fody 5.7.0 development
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/Apollo/packages.config nuget
  • Costura.Fody 5.7.0 development
payload-type/apolloexec/apolloexec/agent-code/ApolloInterop/ApolloInterop.csproj nuget
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
  • System.Memory 4.5.5
  • System.ValueTuple 4.5.0
payload-type/apolloexec/apolloexec/agent-code/ApolloInterop/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/ApolloTest/ApolloTest.csproj nuget
payload-type/apolloexec/apolloexec/agent-code/ApolloTest/packages.config nuget
  • MSTest.TestAdapter 1.3.2
  • MSTest.TestFramework 1.3.2
payload-type/apolloexec/apolloexec/agent-code/DInvokeResolver/DInvokeResolver.csproj nuget
  • PolySharp 1.14.1
payload-type/apolloexec/apolloexec/agent-code/DInvokeResolver/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/EKECryptography/EKECryptography.csproj nuget
payload-type/apolloexec/apolloexec/agent-code/EncryptedFileStore/EncryptedFileStore.csproj nuget
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/EncryptedFileStore/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/ExecuteAssembly/ExecuteAssembly.csproj nuget
  • Costura.Fody 5.7.0 development
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/ExecuteAssembly/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/ExecutePE/ExecutePE.csproj nuget
  • Costura.Fody 5.7.0 development
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/ExecutePE/packages.config nuget
  • Costura.Fody 5.7.0 development
payload-type/apolloexec/apolloexec/agent-code/ExecutePE.Standalone/ExecutePE.Standalone.csproj nuget
payload-type/apolloexec/apolloexec/agent-code/HttpProfile/HttpProfile.csproj nuget
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/HttpProfile/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/Injection/Injection.csproj nuget
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/Injection/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/KerberosTickets/KerberosTickets.csproj nuget
payload-type/apolloexec/apolloexec/agent-code/KeylogInject/KeylogInject.csproj nuget
  • Costura.Fody 5.7.0 development
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/KeylogInject/packages.config nuget
  • Costura.Fody 5.7.0 development
payload-type/apolloexec/apolloexec/agent-code/NamedPipeProfile/NamedPipeProfile.csproj nuget
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/NamedPipeProfile/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/PSKCrypto/PSKCryptography.csproj nuget
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/PSKCrypto/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/PlaintextCrypto/PlaintextCryptography.csproj nuget
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/PlaintextCrypto/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/PowerShellHost/PowerShellHost.csproj nuget
  • Costura.Fody 5.7.0 development
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/PowerShellHost/packages.config nuget
  • Costura.Fody 5.7.0 development
payload-type/apolloexec/apolloexec/agent-code/Process/Process.csproj nuget
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/Process/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/RunOF/RunOF.csproj nuget
  • Costura.Fody 5.7.0 development
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/RunOF/packages.config nuget
  • Costura.Fody 1.6.2 development
  • Fody 2.0.0 development
payload-type/apolloexec/apolloexec/agent-code/ScreenshotInject/ScreenshotInject.csproj nuget
  • Costura.Fody 5.7.0 development
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/ScreenshotInject/packages.config nuget
  • Costura.Fody 5.7.0 development
payload-type/apolloexec/apolloexec/agent-code/Service/WindowsService1/WindowsService1.csproj nuget
payload-type/apolloexec/apolloexec/agent-code/SimpleResolver/SimpleResolver.csproj nuget
  • PolySharp 1.14.1
payload-type/apolloexec/apolloexec/agent-code/SimpleResolver/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/Tasks/Tasks.csproj nuget
  • Costura.Fody 5.7.0 development
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
  • System.DirectoryServices 4.5.0
  • System.Management 4.5.0
  • System.ValueTuple 4.5.0
payload-type/apolloexec/apolloexec/agent-code/Tasks/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/TcpProfile/TcpProfile.csproj nuget
  • Microsoft.CSharp 4.7.0
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
payload-type/apolloexec/apolloexec/agent-code/TcpProfile/packages.config nuget
  • PolySharp 1.14.1 development
payload-type/apolloexec/apolloexec/agent-code/WebsocketProfile/WebsocketProfile.csproj nuget
  • Microsoft.CSharp 4.7.0
  • Newtonsoft.Json 13.0.3
  • PolySharp 1.14.1
  • System.Data.DataSetExtensions 4.5.0
  • WebSocketSharp-netstandard-customheaders 1.0.3
payload-type/apolloexec/apolloexec/agent-code/WebsocketProfile/packages.config nuget
  • Newtonsoft.Json 13.0.3
  • WebSocketSharp-netstandard-customheaders 1.0.3