PicoCTF: GET aHEAD [CTF Write Up]

In the following CTF game the player looks into the HTTP communication and its request methods. It is a great opportunity to learn about what happens behind the scenes during loading a web page. The game is on PicoCTF.

Continue reading →

PicoCTF: “where are the robots” [CTF Write Up]

Have you ever thought about joining the forces of white hat hackers and penetration testers? Don’t you know where to start or how to practice some skills? Though capture the flag games, or CTFs in short, are not the most life-like situations, they can help you to build a way of thinking and to learn…

Continue reading →

Tor Hidden Services: Reaching The First Entry Point

You learned about the hidden part of the internet, the Tor hidden services. Then you downloaded and configured your Tor browser for the first deep dive into this unknown territory. As I mentioned before, the hidden services is a region of the internet that is not crawled and indexed by ordinary search engines like Google…

Continue reading →

Tor Hidden Services: Preparing For Reaching The Hidden Area

After my previous article about the deep web and the Tor hidden services you know just enough to be curious: what lies behind the gates of the Onion Routing protocol? To figure it out you need an instance of the Tor browser connected to the Tor network. Before you jump right to a download link,…

Continue reading →

Tor Hidden Services: Privacy On The Internet And Dark Things

As a child in the ’90s I was fascinated by the internet. That tiny browser window in a flashing CRT display became a portal to an exciting world. Not much later, in the early 2000s I realized that the online land of possibilities has another side. The hidden part of the internet is protected by…

Continue reading →

Installing and Automating Let’s Encrypt Certificates with Certbot

In today’s connected world, ensuring the security of web communications is very important. Encrypting data exchanged between users and websites is a mandatory step in protecting sensitive information and privacy. Let’s Encrypt, a free, automated, and open certificate authority, coupled with Certbot, a robust tool for automatically managing SSL/TLS certificates, provides a powerful solution for…

Continue reading →

How To Set Up Vhosts In The Nginx Webserver?

NGINX, pronounced “engine-ex,” is an open-source web server software used for various purposes, including web serving, reverse proxying, caching, load balancing, and media streaming. It was initially designed to handle large numbers of concurrent connections, making it suitable for high-performance web applications.

Continue reading →

How To Configure An Apache SSL Reverse Proxy on Linux?

What is Apache? Apache is a free and open-source cross-platform web server software that allows users to deploy their websites on the internet. It was launched in 1995 and has been the most popular web server on the Internet since April 1996. What is a reverse proxy? A reverse proxy is a server that sits in front of web servers and forwards client requests…

Continue reading →

TryHackMe’s Advent of Cyber – A Gift for Cyber Security Enthusiasts

In the ever-evolving landscape of cyber security, staying ahead of the curve is not just a preference but a necessity. Continuous learning and hands-on practice are crucial components of honing the skills required to defend againsTryHackMet the relentless onslaught of cyber threats. TryHackMe, a leading platform for cyber security education, has introduced an innovative and…

Continue reading →

TryHackMe | Simple CTF – Modern Solution (2023) Working Exploit With Docker.io

If you have been doing the TryHackMe Simple CTF challenge recently, you may have ran into the problem that the original exploit is written in Python 2 for Ubuntu 18.04. The script can be converted or rewritten to Python 3, but my Debian Bookworm attack box had issues running it and showing the result. I…

Continue reading →

TryHackMe | RootMe [CTF write-up]

RootMe is a bite sized WEB upload form and Linux privilege escalation exercise.

Continue reading →

TryHackMe | Attacktive Directory [write-up]

Microsoft Active Directory can be found at every medium/large organization (99% according to the THM room). This is why it is a common target for black hats and other malicious actors. In the Attacktive Directory room we can learn a lot about targeting the services in an AD. I use the THM in-browser Kali Linux…

Continue reading →

TryHackMe | Kenobi [write-up]

In this room we practice to enumerate and exploit vulnerabilities on Linux servers.

Continue reading →

TryHackMe | Vulnversity [write-up]

Let’s walk through the Vulnversity room of tryhackme.com. This write-up is written for educational purposes. Please do not use it for cheating or skipping the tasks.

Continue reading →

TryHackMe | OWASP Juice Shop [write-up]

In this article I go through the OWASP Juice Shop room of tryhackme.com. This room is a practical review of the OWASP Top 10 vulnerabilities. This is a base security consideration for those who want to develop web applications.

Continue reading →