ProtINTelligence: Python-based ProtonMail OSINT Analyzer

In the vast landscape of cyber tools, “PROTINTELLIGENCE” stands out as a specialized Python script designed for the OSINT and Cyber Community. This powerful tool, tailored for domain analysis, aims to unveil the intricate relationship between custom domains and Protonmail, a widely acknowledged encrypted email service. From detecting Protonmail usage to diving deep into PGP […]

September 14, 2023
Read More >>

Python Try Except: Explained with Examples

Python Try Except is a construct used in Python to handle exceptions gracefully without crashing. Exception handling makes your program code more reliable and less likely to fail. This article guides handling exceptions and the common scenarios in whic…

September 11, 2023
Read More >>

Python Flask Explained in 5 Minutes or Less

Python Flask is a microframework for building web applications in Python. It is a very flexible and customizable framework that makes learning easy. As a result, it is a popular choice when building web servers. This article introduces Python Flask: wh…

September 8, 2023
Read More >>

Hack the Box: MonitorsTwo Machine Walkthrough – Easy Difficulty

In this post, I would like to share a walkthrough of the MonitorsTwo Machine from Hack the Box This room will be considered an Easy machine on Hack the Box What will you gain from the MonitorsTwo machine? For the user flag, you will need to abuse the vulnerability that is related to cacti version 1.2.22 […]

The post Hack the Box: MonitorsTwo Machine Walkthrough – Easy Difficulty appeared first on Threatninja.net.

September 2, 2023
Read More >>