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.
73 posts tagged with "techstuff"
View All TagsA 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.
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.
Sudo bug – CVE-2019-14287
Hi, I recently read an article about a new bug in the program sudo and just want to show how it works exactly.
How to write a ret2libc Exploit
Hi, today in this post I want to show how to make a Ret2libc exploit.
Turn your keyboard into a trackpad
Hi, in the post I want to show how to convert your keyboard in a trackpad.
How to write a metasploit module
Hi, I thought since I feel like getting into metasploit module development I would do a little howto.