Hello Everyone, I’m back to introduce you to another hacking tool. Today I will talk about one of the most popular and open source reverse engineering framework Radare2. What is Radare2 ? Radare2 is an open source reverse engineering framework. Its used for static and dynamic binary analysis and exploitation. This framework contains a set…
Author: Noman Prodhan
How to compile and run Java program in Linux ?
Hello there I am back with another article about Java. In the previous article we learned how to install Java JDK in Arch Linux. Today we will learn to compile and run Java program in Linux. You must have JDK installed before you can compile and run Java program. If you do not have JDK…
John the Ripper – An Essential Password Cracker
Hello Everyone Welcome to another article about hacking tools. Today I will introduce you to John the Ripper, one of the oldest and essential password cracking tools. So let’s get started. What is John the Ripper ? John the Ripper (JTR) is an offline password cracking tool that was originally developed for UNIX-based systems but…
Install Multiple Versions of JDK on Arch Linux
Hello Everyone Welcome to another beginner friendly tutorial. Today I will show you how you can install multiple versions of JDK on Arch Linux and set your preferred JDK as default. So let’s get started. I hope you guys know about JDK. Otherwise there is no problem. Let’s find out now what is JDK. If…
WFuzz – A Web Application Fuzzing Tool
Hello Everyone I hope you are all safe and healthy in this pandemic situation. I really miss my normal life and hope soon everything will be normal. However, today I will talk about one of the most used web application fuzzing tool WFuzz. But before we talk about this tool, let’s talk about fuzzing. So,…