Recent Articles

Malware Analysis: njRAT.exe Report

Malware Analysis: njRAT.exe Report

In this exercise, I analysed a Remote Access Trojan binary, njRAT.exe, sourced from the Zoo malware repository on GitHub. Analysis revealed that the sample was originally compiled in 2013 as EnKSaR.HaCKeR.exe. The malware is designed to grant an atta...

Random Password Generator with Python

Random Password Generator with Python

The goal of this exercise is to write a code that generates a Random Password with Python. The function is named randomPassword, and it generates a random password that takes no parameters. The password criteria are as follows: The password will hav...