CompTIA Security+: My journey exposed

Intro Today I would like to expose my path to the Security+, hoping that this is going to be useful for someone out there. The CompTIA Security+ is a vendor-neutral entry-level certification for the Information Technology sector. In this post, I am not going to talk about the details of this cert, so if you don’t already have a basic knowledge about it, you can get it on CompTIA’s official website....

February 20, 2021 · 5 min · wirzka

Stay up to date with the CSIRT’s alerts using Python

The beginning Did you ever find yourself doing the same task everyday? Booting up your computer, logging in, checking the e-mails, checking your news feed, etc.. I don’t know if you did, but I absolutely did. Every morning I was doing the entire process, until a day I came out with the idea to automate at least one of the processes: monitor the CSIRT’s alerts. So it all began. The CSIRT The Italian Computer Security Incident Response Team provides some services directly on his website, the alerting of security threats is one of them....

September 3, 2020 · 3 min · wirzka

TryHackMe - Gaming Server [write up]

Intro Hey guys! In this write up we will go through Gaming Server room on TryHackMe. It is an easy room and we have to find the user.txt and the root.txt in order to complete it. Let’s go! Enumeration $ nmap -A -T4 -p- -vv -oN Ascan <Target IP> $ cat Ascan | grep tcp 22/tcp open ssh syn-ack OpenSSH 7.6p1 80/tcp open http syn-ack Apache httpd 2.4.29 Ok, we have only 2 services:...

August 3, 2020 · 3 min · wirzka