Hi, I thought I would do something on the topic of Windows Exploitation. I have done a lot on Linux in the past. Windows is also interesting times, why what write about it.
Escalate privileges via Environment-variables
Hi, I thought I would show today how to do a privilege escalation via environment variables. I've run across this several times in CTF's so I decided to go into it a bit more.
ASLR-Bruteforce on ret2libc
Hi, after a long time I thought I would do something about ASLR Brutforcing.
Top 5 Hashcracker-Services for CTF’s
Hi, after a long time I thought, I write something about hashcrack services. Who plays CTF's knows it, at some point you come across a hash value, which must be cracked to get further.
A closer look to a miscellaneous PHP-Code
Hi, recently I came across something quite strange on Twitter, which I would like to report and go into more detail about. I came across a tweet that referred to an entry on Pastebin.
Some oneliners for Reverse-Shells or Bind-Shells
Hi, I thought I'd introduce a few one liners in terms of reverse and bind shells.
VH - Mordor CTF my first CTF-Machine
Difficulty: Intermediate
How to implement the Newton-Method
Hi, after a long time I thought I would do something on Newton's method, since it is quite an important topic in mathematics.
How to implement Sine and Cosine
Hi, after a long break spent doing math, I would like to show how to tinker with sine and cosine from Scratch.
How to write a simple ROP-Chain
Hi, in line with the last post of mine, today I would like to talk about ROP or ROP-Chain.