Hi, I thought I'd introduce a few one liners in terms of reverse and bind shells.
29 posts tagged with "hacking"
View All TagsHow 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.
How to write a metasploit module
Hi, I thought since I feel like getting into metasploit module development I would do a little howto.
VH - Silky CTF 0x02
VH - Silky CTF
Intro
Hi, after the CTF I thought I'd do another one. The CTF I'm doing a WriteUp on now is Sikly CTF-1. I have deliberately chosen this CTF, because this is also a CTF-VM, which is also used in the OSCP in one of the labs.
VH - Necromancer
PicoCTF - Desrouleaux Writeup
Intro
Hi, did you miss me? I've been looking for some CTFs for a while and found one I really liked. It's called PicoCTF, where you are challenged in cryptography, forensics, web and binary exploitation.
Small intro in flask
Hi, after some time I decided to share my experience with Flask. Flask is a Python framework for web development.