Posts

How To Manage Multiple …

In the previous article you learnt how to connect between two Linux machines, in this tutorial, you are going to learn how to manage more than one ssh keypair effectively. In your .ssh directory, create a file called config. Inside the config add the following lines: Host Cat HostName cat.com User …

Pair Programming With …

Have you ever wondered how you can do pair programming with your friends using some simple tools? To achieve this, you only need two things: ssh and tmux. I’ve already explained about ssh in my other articles, you can go and check them out to get some basic understanding. If you haven’t …

How To Connect Between …

Securely connecting two computers using SSH is fairly simple and powerful. But if you are new to the world of computers, especially GNU/Linux, it could be a bit tricky to get around some basic stuff. In this tutorial, I’m going to teach you the step-by-step process to communicate between two …

Communities - The Good, …

“Community: a group of people living in the same place or having a particular characteristic in common.”  It’s a fission reaction! If we consider the whole world as a giant community and start dividing it into subgroups, there would be millions of little groups. Some call it …

Arrays Are Powerful In …

“$” might symbolize dollars to many of you, but for bash users it’s the holy grail for retrieving stored data. Speaking of which, do you know what’s the common place to store a piece of data? A variable. Variable The name itself incurs that variable is something that could be varied. So is it like a …

Fuzzing With Good Old …

“1337051nT” “S3rlockedOSINTForall” “oS$INTFOR@LL” Did you know that Osint For All has many secret domain names? Just kidding, I don’t want to fuzz around any further, or maybe I do? So let’s jump in to the world of Radamsa. Radamsa is a fuzzer. In technical terms, …

List of mind-bending …

Mind-bending/non-linear/mind-twisting movies have a special place in my heart. So here’s a list of some non-linear movies that I’ve watched, those of which I can remember at the moment. Inception Interstellar Identity (2003) Mr.Nobody (2009) Mulholland Drive Knock at the Cabin Memento (2000) …

Steganographic Tools For …

Hiding in plain sight has many dimensions. Sometimes, whatever you are looking for is before you, but you cannot see it; other times, it’s right before you but you don’t notice. Steganography has been an art since the ancient days used to write hidden messages. It has evolved over the ages, and has …