-
Password security and how to choose passwords
More and more security breaches are beign exposed these days, and some of these lead to catastrophic outcomes such as password leakages, in which the users’ passwords are made public or shared. In this post I’ll cover what are the best practices to make when choosing a password, and how...
-
Command Line Rainbow
Hi again! In this post I’ll explain some code that I’ve developed to mess with the cmd colours on windows. The funciton of the script is mainly to draw kind of a rainbow, and it adapts to every window size. I’ll be using two separate files for this : rainbow.bat...
-
Bash Fork Bomb
Hello everyone! This post will be about a famous bash script the purpose of which is to harm a system by consuming a big amount of its resources. This script is commonly known as “Fork Bomb” and this is how it works : We create a function called : We...