Category: Random

Cronjobs

Automate your tasks using cronjobs As a developer or system admin, there comes many time when we need to do certain tasks regularly and repeatedly. The tasks can be anything from running a backup,...

Writing code to send emails

Today, I will be sharing on how to send emails using Python and Gmail. As the code is easily customizable, we can easily change how we send the email to the receivers. The full...

HackTheBox:Snake Challenge

This is how I solved HackTheBox Reversing Challenge: Snake. I was given a python script and I ran it. It first asked for the username. I looked into the code where it asked username....