Home
HackTheBox - Magic
0. Preface
The SQL injection took me the longest to get past because I didnβt notice that burpsuite gave a β302 Foundβ as I was expecting the page to automatically redirect. Otherwise, this box is a pretty straightforward one.
In this box, we will be tackling:
- SQL Injection to get login bypass
- Uploading βimagesβ to get a reverse shell
- Using mysqldump to dump databases
- Exploiting the $PATH variable
Continue Reading...
VulnHub - eLection 1
0. Preface
Very straightforward machine. To be honest, a very easy machine too. Just requires some enumeration by sifting through the
linpeas.sh
output. Also, please update your Serv-U if it is still below 15.7.In this box, we will be tackling:
- Web server enumeration.
- More web server enumeration.
- Translating from binary to text.
- Abusing Serv-U 15.6 with SUID bit set.
Continue Reading...
HackTheBox - Traceback
0. Preface
A relatively easy box. Some lateral thinking and OSINT is required for the first section to get to user, but the rest of the box is pretty straightforward.
In this box, we will be tackling:
- Further pwning a pwned website
- Using a LUA REPL compiler to pivot to another user
- Using MOTDs to get a root shell
Continue Reading...