SkillAgentSearch skills...

Athena

An injector that aims to be stealthy by using non suspicious API calls. Inspired by (https://github.com/FuzzySecurity/Sharp-Suite/tree/master/UrbanBishop)

Install / Use

/learn @tomcarver16/Athena
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Athena

Athena is a stealthy injector that creates a RW section in the Athena process then maps that section as RX into a remote process. Shellcode is then written to the remote processand executed. This project was heavily inspired by Urban Bishop.

Usage

Replace the prexisting buf array with your shellcode.

unsigned char buf[] = "\x90\x90\x90\x90";

Athena CLI

Athena.exe notepad.exe

The shellcode used in Athena by default is from a project called donut created with the following settings.

VBScript

MsgBox "Hello From Shellcode!", VBOKOnly

Donut CLI

donut.exe C:\Path\to\VB\file.vbs -f 4

Then copy the code from loader.c into the buf array and you're set.

Screenshots

Output

alt text

Shellcode Result

alt text

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated11mo ago
Forks10

Languages

C++

Security Score

67/100

Audited on Apr 19, 2025

No findings