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 >>

How Enums in Python Improve Code Readability

Enums are a popular data type in programming languages such as C, C++, and Java. They help you write type-safe and more readable code. In Python, enums were not always supported. However, since version 3.4, Python now supports enums. This article is a …

August 31, 2023
Read More >>

HackTheBox: OnlyforYou Machine Walkthrough – Medium Difficulty

In this post, I would like to share a walkthrough of the OnlyforYou Machine from Hack the Box This room will be considered a medium machine on Hack the Box What will you gain from the OnlyforYou machine? For the user flag, you will need to able to read different files throughout an LFI Vulnerability that […]

The post HackTheBox: OnlyforYou Machine Walkthrough – Medium Difficulty appeared first on Threatninja.net.

August 26, 2023
Read More >>