Salseo
Compiling the binaries


Prepare the Backdoor
Python
Windows
Execute the backdoor
Getting a TCP reverse shell (downloading encoded dll through HTTP)
Getting a UDP reverse shell (downloading encoded dll through SMB)
Getting a ICMP reverse shell (encoded dll already inside the victim)
Disable ICMP Replies:
Execute the client:
Inside the victim, lets execute the salseo thing:
Compiling SalseoLoader as DLL exporting main function
Add before the main function: [DllExport]

Install DllExport for this project
Tools --> NuGet Package Manager --> Manage NuGet Packages for Solution...

Search for DllExport package (using Browse tab), and press Install (and accept the popup)

Uninstall DllExport

Exit Visual Studio and execute DllExport_configure

Open the project again with visual Studio

Build the solution


Test the generated Dll
Get a shell using the DLL
Powershell
CMD
Last updated

