-
Dogcat Tryhackme Writeup
Today I bring you the writeup of Dogcat, a tryhackme machine focused on web exploitation, here we go! First we start with a port scan to see which ports are open. nmap -p- --min-rate 5000 IP With -p- we indicate that we want it to look at all ports and...
-
Marketplace Tryhackme Writeup
Today I bring you the writeup of marketplace, a tryhackme machine focused on web exploitation, here we go! First we start with a port scan to see which ports are open. nmap -p- --min-rate 5000 IP With -p- we indicate that we want it to look at all ports and...
-
How to install Burp Suite in Debian
In this blog, I will show you how to install Burp Suite community on debian 11, let’s get started. Prerequisites In order to install Burp, we need a version of java and Burp itself, let’s start with java. To install the required java version we put sudo apt install default-jre...