Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot create athena discord payload with obfuscar #436

Open
TangInasal opened this issue Jan 18, 2025 · 1 comment
Open

cannot create athena discord payload with obfuscar #436

TangInasal opened this issue Jan 18, 2025 · 1 comment

Comments

@TangInasal
Copy link

TangInasal commented Jan 18, 2025

hello, i was playing around with some payloads and everytime i tried to generate a new discord athena payload while the obfuscar option is on, it always fails to generate. Please see the following error message.

Image

`
Build Message:
Processing C2 Profile - discord:
Step 1/3 - Issuing OPSEC Check
Not Implemented, passing by default
Step 2/3 - Issuing Config Check
Not Implemented
Input: {
"c2_profile_name": "discord",
"parameters": {
"AESPSK": {
"dec_key": "nZm94ciDWyaMGt3ZznbJpYtLJ8f2DqMfrXsgUAYRnOM=",
"enc_key": "nZm94ciDWyaMGt3ZznbJpYtLJ8f2DqMfrXsgUAYRnOM=",
"value": "aes256_hmac"
},
"bot_channel": "",
"callback_interval": "60",
"callback_jitter": "10",
"discord_token": "",
"encrypted_exchange_check": "T",
"killdate": "2026-01-18",
"message_checks": "10",
"proxy_host": "",
"proxy_pass": "",
"proxy_port": "",
"proxy_user": "",
"time_between_checks": "10",
"user_agent": "Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko"
}
}
Step 3/3 - Issuing Start command

Sending Build command
Error occurred while building payload. Check stderr for more information.
StdErr:
Error building payload: b'/tmp/tmpuyi4va9i07c73ae7-53c7-4a81-9ad3-a2059eefc247/Agent.Models/Agent.Models.csproj(11,3): error MSB3073: The command "python ../build_utils.py Agent.Models 'Undefined' Release" exited with code 127.\n'
b''
dotnet publish AthenaCore -r win-x64 -c Release --nologo -v q --property WarningLevel=0 /clp:ErrorsOnly --self-contained=True /p:PublishSingleFile=True /p:EnableCompressionInSingleFile=True /p:PublishTrimmed=False /p:Obfuscate=True /p:PublishAOT=False /p:DebugType=None /p:DebugSymbols=false /p:PluginsOnly=false /p:HandlerOS=windows /p:UseSystemResourceKeys=False /p:InvariantGlobalization=False /p:StackTraceSupport=True /p:PayloadUUID=07c73ae7-53c7-4a81-9ad3-a2059eefc247 /p:WindowsService=False /p:RandomName=ZH9EQHYDAH
StdOut:

`

@checkymander
Copy link

Thanks! I actually just came across this myself yesterday, I'll try to get a fix out ASAP!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants