Posts

Showing posts with the label How to

Ethical Hacking Part 2 - How To Install & Run Kali Linux as a Windows Subsystem

How To Install & Run Kali Linux As A   Windows Subsystem Kali Linux is known as being the de facto penetration-testing Linux distribution but can be a pain to use as an everyday OS — even more of a pain if that means carrying around a second laptop or the constant frustration of using the finicky Wi-Fi on virtual machines. But there's another option: installing a Kali subsystem on your Windows computer as a convenient compromise.  Microsoft has introduced Windows Subsystem for Linux, or WSL, which lets users run their favorite Linux distributions directly from Windows 10 without dual-booting or using a virtual machine. Thanks to the efforts of Offensive Security and the WSL team at Microsoft, Kali Linux is now the most recent addition to the Microsoft Store. Those familiar with running Kali virtual machines understand the frustration of attempting to use Wi-Fi and Wi-Fi adapters, which is what makes the Windows subsystem so nice. you have no such problems. Additionally, yo

Ethical Hacking 3 - How To Install Kali Linux Tools In Ubuntu Terminal Using Katoolin

Katoolin is a Python script that allows the installation of Kali Linux tools at once automatically or manually one by one. In this tutorial, we are going to show you how to install Kali Linux Tools using Katoolin on Ubuntu. Installing Kali Linux Tools using Katoolin on Ubuntu Prerequisites In order to install Kali Linux Tools, we first need to install the following one by one:     Git     Python 2.7     Katoolin Step 1 – Install Git Launch the Terminal and enter the following command to install Git. sudo apt-get install git Check the Git version. As of today, it’s version 2.17.1. sudo git --version Git Version Step 2 – Install Python Check for available Python version. sudo apt-cache policy python Available Python Version Start install Python 2.7. sudo apt-get install python Now check for installed version: sudo python -V Installed Python 2.7 Step 3 – Install Katoolin Before installing Katoolin, clone git repository to our current loc