Skip to main content

Posts

Showing posts from 2024

Installing KALI LINUX on OrangePI ZERO 2W!!

Kali Linux is one of the most popular Operating System(OS) used for ethical hacking and cyber security purposes. In this Tutorial, we are going to install This operating system on our Little OrangePI ZERO 2W, shortly known as OPI Zero 2W. Requirements For Installing Kali Linux on OPI ZERO 2W, you may need the following things. A Linux Operating System (Arch Linux in this Case) A SDcard, Size >= 16GB (32 Gigabytes in this Case) A SDcard Reader An OrangePi ZERO 2W, Obviously :) Step #1 First of all, we need to flash the kali linux operating system into the SDcard. For that, open this Github  repository provided on official OrangePI website.  The Above ScreenShot shows the different ISO files, for different versions of OrangePI, but for our device, we are going to download the last one which is a minimal version of Kali Linux for OPI ZERO 2W. Download it by clicking this .  Step #2 After you download the ISO file, you will see a file named kali-linux-2024.2-opizero2w-mini...

Why is PYTHON the best language for HACKER?

IIf you are into cybersecurity, you may have heard the word "Python" at least once in your life. Python is a programming language that is most popular among ethical hackers and programmers. But why is Python a hacker's favorite all the time? Why Python, out of thousands of other programming languages? It should be noted that I am not saying that all hackers use Python; I am just saying that most hackers like to use Python for hacking. Before jumping into that, let's have a brief introduction to Python. Introduction Python is a high-level programming language, which is known for its simplicity and readability. Python is a scripting language, meaning it uses an interpreter instead of a compiler. If you don't know the difference between a compiler and an interpreter, let me tell you a little bit about them. A compiler compiles the whole program at a single time, whereas an interpreter reads and interprets one line at a time. This is the main difference between a comp...