Shellter: Shellcode Injection Tool

Tools
User avatar
Cyber Arch
Posts: 58
Joined: Mon Mar 18, 2024 5:57 am

Shellter: Shellcode Injection Tool

Postby Cyber Arch » Tue Apr 09, 2024 7:42 am

Shellter is a dynamic shellcode injection tool, also kent as a dynamic PE infector. Ye can use it tae inject shellcode intae native Windows applications. Ye can generate the shellcode through yer ain custom code or by using a framework like Metasploit.

Shellter takes advantage o' the original structure o' the PE file, an' it dinnae apply any modifications that would look daft under an AV scan. It's no' changin' memory access permissions in sections (unless ye want it tae), an' it's no' addin' any extra sections wi' RWE access.

Installin' Shellter on Kali Linux:
1.- The first step is tae get the dependencies sorted that ye need tae run Shellter. Ye can get them installed by runnin' the following commands:

Code: Select all

dpkg --add-architecture i386

Code: Select all

sudo apt-get update && apt install wine32


2.- Aye, noo that ye've got the dependencies sorted, ye can get Shellter installed. Jist run the following command:

Code: Select all

sudo apt-get install shellter -y


3.- Noo that ye've got Shellter installed, ye'll need tae navigate tae the following directory:

Code: Select all

cd /usr/share/windows-resources/shellter/


4.- Och, an' since Shellter's a Windows PE, we'll need tae launch it wi' Wine. Jist run the following command an' ye should see the Shellter screen pop up:

Code: Select all

sudo wine shellter.exe

Return to “Tools”