VulnHub - Insanity 1
0. Preface
This box nearly drove me insane with the amount of rabbit holes. It helps not to overthink. The write-up may seem simple on the surface, but in reality I spent over 3 days on this.
This is not a very difficult box when you boil it down to the techniques used, however.
In this box, we will be tackling:
- Discovering a weird SQL injection method.
- Going nuts with rabbit holes.
- Dumping Firefox saved passwords.
Continue Reading...
VulnHub - Nully Cybersecurity 1
0. Preface
This box is pretty long, but relatively easy (YMMV). This just requires some enumeration and knowing what to exploit. GTFOBins is really your best friend in this box. Having knowledge of how SSH tunneling works is helpful too.
tmux
makes this box a lot less of a headache.In this box, we will be tackling:
- Exploiting
sudo
privileges on the MailServer. - Pwning the MailServer using
zip
. - Pivoting to and exploiting the WebServer using unsanitised PHP code.
- Escalating privileges on the WebServer using
python3
. - Pwning the WebServer with
PATH
hijacking. - Pwning the DatabaseServer using
screen
.
Continue Reading...
- Exploiting
Booting Into Writable Filesystem Using Grub
0. Preface
This is a very different post than the usual HackTheBox/VulnHub write-ups on this site. I managed to brick my Kali VM while testing out an exploit locally, which unfortunately, involves manually editing
/etc/sudoers
.I realised I done goofed when I couldnโt run
sudo
, and I also didnโt set a password for theroot
user.โฆand the last snapshot of the VM was taken a month ago.
Note that there will be some swearing involved.
Continue Reading...
Home