Update DAN H2O Build
Hello, I updated my current SFFB, you can read the article here.
Hello, I updated my current SFFB, you can read the article here.
In this guide we will discover different use-cases of Wireguard-VPN and how to install and setup different configurations on different firewalls and so on. The individual ones will not be published directly, I will update the guide over time. pfSense First we will use Wiregaurd to tunnel into a network behind a pfSense. We start …
I changed my Case – again. This time I wrote a detailed article about the hole process and problem which I faced while the build. You can visit the article at the hardware-blog of a friend of me who makes a lot of content about SSFB, hardware-reviews and stuff like that. You can find my …
Introduction This article is a follow-up to the installation guide for OpenVAS. We will discover the web-gui andfigure out some main functions of the openvas-scanner and how to use them. Running scans with the Task-Wizard When we run the first time a scan, we go to Scans and click on Tasks. Now we can choose …
A few weeks ago I had problems with the connection to the Tryhackme-network with OpenVPN. I searched around the internet and found different solutions. For me worked the following simple solution. Open your OpenVPN-Config for THM and edit the following line: Replace it with: Save and close the file and try to connect. On Windows, …
You can find the training room here. As usual, we ran NMAP and wFuzz to gather as much information as we can about the target. With NMAP we get our first useful information. The target is running two apache servers. One on port 8009 and the other on port 8080. So far so good, the …
On the 30th May of 2022, the security form Volexity identified a Remote Code Execution vulnerability at Atlassian’s Confluence. NIST entry can be found here. In the following, we will explore and use this exploit. The Dev’s of Atlassian has released a advisory for the affected products. You can identify recent attacks on your machine while viewing …
A few days ago I ran into an error while setting up a Rasberry Pi for a 4K-TV. The problem was that the video signal aborted after the pi os boot. While searching for a solution I saw that many people are facing this problem. The following are the steps that helped me out. First, …
You can find the training room here. At the beginning as usal we try to get as much information as we can from the target. For this we are using NMAP and Fuzz. As result we get some interesting folders and the open ports on the system. Sadly no open FTP but three different ports …
You can find the training room here. As usual first run our basic recon scans Nmap and fuzz to get more information about the target and the services which are running. Great we found an open FTP, SSH and open Apache port, lets see if there is something to find on web address… Hmmm no …