Author

DreadfulOrc

APT cosplay, 40 hours a week. I cause chaos with a scoping document and deliver trauma as a PDF. Unscoped after dark.

9 posts

Revisiting EternalBlue (CVE-2017-0144)

Note: This has been a part of a controlled environment with permission during a competition. Please refer to the blog's about page for the

8 min read

Revisiting Log4Shell

Note: This has been a part of a controlled environment with permission during a competition. Please refer to the blog's about page for the

6 min read

Revisiting an old Apache exploit

My last blog posts were 10 years ago when I was quite active, unfortunately only two previous posts survived various blog service/installation migrations since 2012.

5 min read C Programming

Virtual Functions in C

At first I had no idea because C is not an object oriented programming language and there is no such thing as inheritance, but having some experience with C and knowing how virtual functions work I was thinking that there must be a way to mimic the virtual function

4 min read C Programming