ls -l ~/blog
- 2025-03-13
malware development - entrypoint hijacking
Proof-of-concept code and example of entrypoint patching, using Go to execute a malicious payload in a legitimate process.
read_more →Windows 11Malware DevelopmentOffensive Security - 2025-02-02
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.
read_more →Windows 11Malware Development - 2024-12-29
using prisma and x.509 auth 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.
read_more →MongoDB - 2024-11-24
hello world
The first blog post I have made for this site, documenting the reasoning behind why I made this personal portfolio, and what you can expect.
read_more →Personal