/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.inhq.net
| | blog.nuculabs.dev
17.6 parsecs away

Travel
| | Hello, In this article I present you the solution to nice and short cracking challenge from Root-Me. After opening it up in Ghidra, I saw that the challenge is easy to solve, all you need is to find the password, which is in plain text. Basically just copy paste and you get the flag, but wait, there's a twist! I should have learned my lesson from the other challenge from Root-Me, which also had a twist.
| | scriptjunkie.us
19.0 parsecs away

Travel
| | [AI summary] The author analyzes and attempts to exploit a Firefox heap buffer overflow vulnerability, detailing technical research on ROP strings and bypassing DEP.
| | blog.quarkslab.com
11.7 parsecs away

Travel
| | Following our presentation at Black Hat USA, in this blog post we provide some details on CVE-2022-20233, the latest vulnerability we found on Titan M, and how we exploited it to obtain code execution on the chip.
| | krzysckh.org
26.7 parsecs away

Travel
| [AI summary] The author shares their experience designing and implementing a custom virtual machine in Emacs Lisp for a Capture The Flag competition, detailing the assembly language, stack architecture, and a fun recursive self-modifying code experiment.