Blog
January 30, 2022
HackTheBox - Shocker
IP: 10.10.10.56
Website shows nothing special and no links.
Run dirbuster with .sh -extension and find /cgi-bin/user.sh
.
Check shellshock with:
This shows us that we have RCE...
July 22, 2021
VIM text editor
General use of VIM So I've decided to move on from nano as my text-editor and over to VIM. I've used it for some weeks now and can already see the benefits of using VIM. One of the struggles in the...
ReadJuly 7, 2021
gdb - writeup
I think the flag might be decrypted and left in memory. Maybe a debugger will help? Check out the CTF @ ForeverCTF Open file in Ghidra. Change name on the values. Find out what we know for...
ReadJune 23, 2021
RSA and Python
RSA is a cryptographic method. It is based on prime numbers and have a way to construct those primes in to values which is used later on in the encryption/decryption-process. The following is my...
Read