misthi0s.bsky.social
@misthi0s.bsky.social
Threat Researcher
GSEC | GREM | OSWP
Blog: https://misthi0s.dev/
GitHub: https://github.com/misthi0s
Messing with process memory is fun!
August 20, 2025 at 4:52 PM
There's no better feeling than seeing your program run successfully after debugging it for 2+ hours. The knowledge gained from working through the bugs is infinitely more than the initial writing of it. On a related note, direct syscalls are a thing of beauty!
August 11, 2025 at 1:06 AM
I'm surprised #defcon doesn't sell branded water bottles at their merch table, given how absolutely bonkers hot it is in Vegas this time of year. Seems like something that would sell out very quickly. #defcon33
August 10, 2025 at 2:50 AM
#defon33 has been a blast so far! #defcon
August 8, 2025 at 10:25 PM
This looks like a great template for mastering a programming language for those interested in offensive tooling. Having multiple projects for each concept rather than trying to build it all in one (IE, scratch to sophisticated C2 app) is a good approach.
github.com/kurogai/100-...
GitHub - kurogai/100-redteam-projects: Projects for security students
Projects for security students. Contribute to kurogai/100-redteam-projects development by creating an account on GitHub.
github.com
August 2, 2025 at 9:06 PM
Found this gem at Half Price Books today. This is one I’ve been wanting to read for a while now.. this’ll make for good travel reading on my way to DefCon!
July 31, 2025 at 9:07 PM
Lots of great information in here for defenders!

any.run/cybersecurit...
Major Cyber Attacks in July 2025 SOCs Cannot Ignore
Discover detailed breakdown of top cyberattacks in July 2025, from DeerStealer with LNK and LOLBin abuse to Remote Access Tools exploits.
any.run
July 29, 2025 at 8:03 PM
I’ve been greatly enjoying learning C++. Once you get past the weird syntax and memory management fundamentals, it’s really not too difficult to grasp. Admittedly I’ve only written some very basic stuff so far, but I think it’s going to be a language I enjoy using.
July 29, 2025 at 2:25 AM
Coding and anime… doesn’t get much better than this!
July 23, 2025 at 9:45 PM
Hey look, a card made specifically for Hope Estheim! #MTGEternities
July 22, 2025 at 6:05 PM
Anyone have any good digital resources on learning C++? YouTube videos, ebooks, blogs, etc. I want to learn a new programming language but want to do it in a more structured way than I have in the past.
July 11, 2025 at 8:41 PM
New blog post out! This is a quick "Tips & Tricks" one for Golang... Compiling your project as a DLL! Check it out and let me know what you think.
misthi0s.dev/posts/2024-1...
Golang Quick Tips & Tricks - Compile Project as DLL
In this installment of “Golang Quick Tips & Tricks”, we’ll go over how to compile your Go project as a Dynamic Link Library, or DLL for short. DLLs are binary files that contain functions and data tha...
misthi0s.dev
December 26, 2024 at 10:25 PM
Spending some time on a dreary Sunday afternoon working on my Golang projects that I haven't touched in over 8 months. It feels good to be back coding.
December 22, 2024 at 10:51 PM