repository
0.0.0-20240416103542-d3f3b6aec4cc
Repository: https://github.com/mszatanik/goloader.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
goloader
a shellcode loader written in GO.
the aim is to have a tool which is also a collection of different injection methods
.\goloader.exe -h
Usage of goloader.exe:
-amsi
bypass AMSI
-etw
bypass ETW
-k string
a 32 char long key used to decrypt the file
-p uint
pid of a process to inject into
-t string
what to do ?
-w string
what to load ?
currently working examples:
.\goloader.exe -t local_process_execution -w .\tmp\calc.raw
.\goloader.exe -t local_process_execution -w .\tmp\calc.enc -k AAAAAAAAAAaaaaaaaaaaAAAAAAAAAAaa
.\goloader.exe -t remote_process_execution -w .\tmp\calc.raw
.\goloader.exe -t remote_process_execution -w .\tmp\calc.enc -k AAAAAAAAAAaaaaaaaaaaAAAAAAAAAAaa
.\goloader.exe -t local_process_execution -w .\tmp\calc.raw --etw