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