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…
Author: Noman Prodhan
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,…
An introduction to Nmap – A Swiss Army Knife
Hello Everyone Welcome to today’s post. Today I will introduce you to one of the most popular tool for hackers and network administrators. If you are working as a hacker or network administrator, I believe you already know about this tool. If you don’t, this post is for you. Let’s get started. Introduction The tool…