Author Archives: heiko

Pickle Rick – a tryhackme.com writeup

Pickle Rick – a fun and basic web ctf

This is a writeup of the Pickle Rick Room of tryhackme.

Its a pretty basic – yet fun – web CTF Room

There are a couple of interesting writeups out there already – I wanted to add this one because I … Read more

LazyAdmin – a tryhackme.com writeup

LazyAdmin

Another fun CTF from tryhackme.com

We don’t know anything about this box – just that we need to find the user and the root flag. Let’s strart with a classic portscan.

sudo nmap -sV 10.10.215.210

That’s not much. The website looks like a default apache/ubuntu page – the source … Read more

RootMe – a tryhackme.com writeup

RootMe

This is a very basic CTF room from tryhackme.com – you basically guided through step by step. Let’s have a look.

sudo nmap -sV 10.10.189.114

So there we have our first three answers: 2 Ports, Apache 2.4.29 and on 22 a ssh server is running.

Time for gobuster

gobuster 
Read more

Bounty Hacker – a tryhackme.com writeup

This one is quite fun since it involves multiple services and als some local privilege escalation.

You can find it here at tryhackme.com

Lets start with a portscan as usual:

sudo nmap -A 10.10.127.129

 

Lets look at the FTP server first and see if we can log in as user … Read more