Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.31 KB

Ebowla-2

reboot of https://github.com/Genetic-Malware/Ebowla in order to simplify / modernize the codebase and provide ongoing support

Building / Running

the following is an example of compiling a hello world golang exe, packaging it into an encrypted package, and finally, building the implant with the package embedded within.

cd example
go build
mv example.exe ..\package\example.exe
cd ..\package\
go run .\main.go -s 'C:\Windows\System32\AboveLockAppHost.dll' -p .\example.exe
mv .\package ..\implant\
cd ..\implant\
go build -ldflags "-X main.seedPath=C:\Windows\System32"
.\implant.exe

Concept Presentation Resources

Slides:

Demos:

Payload Support

Shared Object
exe

Contributors

Original Project:

This Project: