Skip to main content

How To Install Kali Linux (The Fast & Easy Way)

1)  Download  & run Oracle- VirtualBox

www.virtualbox.org

Install and run it on your system

2) Download Kali:

www.kali.org 

Click 'Virtual Machines'


 

3) Save file 

Filename should be: kali-linux-2021.2-virtualbox-amd64.ova  

File size: (3.7GB) 

  

4) Add Kali Linux to Virtual Box 

Start / run Virtual Box

 
 

5) Click import appliance  

Under the Local File System, click on the Folder icon to select the downloaded Kali Linux OVA image (may be in downloads folder). 


  • Hit the Import button. 

    Once the importing process has been completed you will see a Kali Linux VM on the VirtualBox’s left panel where all VMs get listed by default.

    Double-click on that and your Linux OS system will start booting and in few minutes.

     

    6) Configuration settings 

    Click here to load YouTube quick video in a new window

     

     

    • Keep about half way between green bar at the bottom




    7) Right click here and navigate to 'Start', then to 'Normal Start'

     

    8) Log in with default details 

    Username: kali 

    Password: kali

    Learn how to change your password. >

       

    Congratulations! You just installed Kali Linux.



    Now you can access all of what Kali has to offer.

     

    Run the following command to get all current updates:

    apt -get update && apt-get dist upgrade -y


    Useful sources:

    www.kali.org/docs

    www.gitlab.com/kalilinux

    www.tools.kali.org/tools-listing

    www.forums.kali.org

     

     Problems or questions? Please post below..

Comments

Popular posts from this blog

FIXED - No Connection After Changing MAC Address In Kali Linux!

No Connection After Changing MAC Address In Kali Linux - Fixed! (VirtualBox Fix)   Problem: You run commands to change your MAC, and then your connection drops. Fix:   1) Power off Kali & VMBox and then restart VMBox 2) Go to settings in VMbox and create another connection (bridged or NAT) 3) Now fire up Kali again 4) Run the following commands in terminal --------------------------------------------------------------- sudo macchanger -s eth0 - check your MAC address sudo ifconfig eth0 down - knock off your connection sudo macchanger -r eth0 - Set MAC to random 5) Click top right of home screen and switch to second saved connection  6) Open new terminal & run the following commands: ping bing.com                           - check connection sudo macchanger -s eth0      - check MAC address Now you should see that your connection is working and your MAC address is different.   Commands to change MAC address can be found here .   If your still seeing issues

How To Install & Run SocialPhish On Kali Linux 2021 - Working

  How To Install & Run SocialPhish Commands are: git clone https://github.com/xHak9x/SocialPhish cd SocialPhish ls chmod +x socialphish.sh ./socialphish.sh  git clone https://github.com/xHak9x/SocialPhish: downloads git cd SocialPhish: Changes directory ls: Lists folders in current directory chmod +x socialphish.sh: Gives tool permissions ./socialphish.sh: Start / run tool command     If you face problems, go to ngrok.com and create a free account  Then go to authorization token and install with command given  If you need more help let me know I can post some common fixes. Sometimes some of the pages wont work, you just have to get used to it. This works great for targeting one person alone, but after they connect and you get your info, the tool will have to be reset and a new link created to run again. There is another way which works with blackeye tool, which stays live & captures login's for as long as the tool is open (or the server is up). There is a common proble

Blackeye - Kali Linux DOWNLOAD & FIX For No Link Showing 2021!

  How To Install & Run Blackeye.sh (+FIX for no link showing issue) This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. Usage of BlackEye for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes. Commands: cd Desktop/ git clone https://github.com/An0nUD4Y/blackeye.git cd blackeye/ ls chmod +x blackeye.sh sudo ./blackeye.sh     Fix: No Link Showing: 1) Load up the tool with sudo ./blackeye.sh command 2) Now open a new terminal and enter the following commands: cd blackeye cd sites ls                 <-- you will now see the sit