Windows 11Malware DevelopmentOffensive Security
Featured: Malware Development: Entrypoint hijacking
Proof-of-concept code and example of entrypoint patching, using Go to execute a malicious payload in a legitimate process.
References: [1] https://malapi.io [2] https://github.com/golang/sys [3] https://github.com/xdavidel/NimHollow/tree/main [4] https://attack.mitre.org/techniques/T1055/012/

Recent Posts
Windows 11Malware Development
Malware Development: DLL side-loading

Proof-of-concept code and example of DLL side-loading, using ProcMon, C & nim to create a malicious DLL targeting Windows 11 file explorer.
References: [1] https://malapi.io
MongoDB
Using Prisma and X.509 Authentication for MongoDB

A very brief explanation for correct formatting of MongoDB URI's to ensure they can cooperate with Prisma ORM, whilst supporting X.509 certificate authentication and encryption.
References: