Skip to content

tomcarver16/Athena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages