Skip to main content

Kali Linux:The Need Of A Programmer

Introduction:

Kali linux is one of the best open source security packages of an ethical hacker,containing a set of tools divided by categories. Kali linux can be installed on any machine that stands up to its requirements.

Kali Linux – Fresh Installation Guide

Kali Linux is arguably one of the best out of the box Linux distributions available for security testing. While many of the tools in Kali can be installed in most Linux distributions, the Offensive Security team developing Kali has put countless hours into perfecting their ready to boot security distribution.
Kali Linux is a Debian based, security distribution. The distribution comes pre-loaded with hundreds of well known security tools and has gained quite a name for itself.
Kali even has an industry respected certification available called “Pentesting with Kali”. The certification is a rigorous 24 hour challenge in which applicants must successfully compromise a number of computers with another 24 hours to write up a professional penetration test report that is sent to and graded by the personnel at Offensive Security. Successfully passing this exam will allow the test taker to obtain the OSCP credential.
The focus of this guide and future articles is to help individuals become more familiar with Kali Linuxand several of the tools available within the distribution.
Please be sure to use extreme caution with the tools included with Kali as many of them can accidentally be used in a manner that will break computer systems. The information contained within all of these Kali articles is intended for legal usages.

System Requirements

Kali has some minimum suggested specifications for hardware. Depending upon the intended use, more may be desired. This guide will be assuming that the reader will want to install Kali as the only operating system on the computer.
  1. At least 10GB of disk space; strongly encouraged to have more
  2. At least 512MB of ram; more is encouraged especially for graphical environments
  3. USB or CD/DVD boot support
  4. Kali Linux ISO available from https://www.kali.org/downloads/

Create a Bootable USB Using dd Command

This guide will be assuming that a USB drive is available to use as the installation media. Take note that the USB drive should be as close to 4/8GB as possible and ALL DATA WILL BE REMOVED!
The author has had issues with larger USB drives but some may still work. Regardless, following the next few steps WILL RESULT IN DATA LOSS ON THE USB DRIVE.
Please be sure to backup all data before proceeding. This bootable Kali Linux USB drive is going to be created from another Linux machine.
Step 1 is to obtain the Kali Linux ISO. This guide is going to use the current newest version of Kali with the Enlightenment Linu desktop environment.
To obtain this version, type the following into a terminal.
$ cd ~/Downloads
$ wget -c http://cdimage.kali.org/kali-2016.2/kali-linux-e17-2016.2-amd64.iso
The two commands above will download the Kali Linux ISO into the current user’s ‘Downloads’ folder.
The next process is to write the ISO to a USB drive to boot the installer. To accomplish this we can use the ‘dd’ tool within Linux. First, the disk name needs to be located with lsblk command though.
$ lsblk
Find Out USB Device Name in Linux
Find Out USB Device Name in Linux
With the name of the USB drive determined as /dev/sdc, the Kali ISO can be written to the drive with the ‘dd’ tool.
$ sudo dd if=~/Downloads/kali-linux-e17-2016.2-amd64.iso of=/dev/sdc
Important: The above command requires root privileges so utilize sudo or login as the root user to run the command. Also this command will REMOVE EVERYTHING on the USB drive. Be sure to backup needed data.
Once the ISO is copied over to the USB drive, proceed further to install Kali Linux.

Installation of Kali Linux Distribution

1. First, plug the USB drive into the respective computer that Kali should be installed upon and proceed to boot to the USB drive. Upon successful booting to the USB drive, the user will be presented with the following screen and should proceed with the ‘Install’ or ‘Graphical Install’ options.
This guide will be using the ‘Graphical Install’ method.
Kali Linux Boot Menu
Kali Linux Boot Menu
2. The next couple of screens will ask the user to select locale information such as languagecountry, and keyboard layout.
Once through the locale information, the installer will prompt for a hostname and domain for this install. Provide the appropriate information for the environment and continue installing.
Set Hostname for Kali Linux
Set Hostname for Kali Linux
Set Domain for Kali Linux
Set Domain for Kali Linux
3. After setting up the hostname and domain name, the root user’s password needs to be set. DO NOT FORGET THIS PASSWORD.
Set Root User Password for Kali Linux
Set Root User Password for Kali Linux
4. After setting the password is set, the installer will prompt for time zone data and then pause at the disk partitioning.
If Kali will be the only operating on the machine, the easiest option is to use ‘Guided – Use Entire Disk’and then select the storage device you wish to install Kali.
Select Kali Linux Installation Type
Select Kali Linux Installation Type
Select Kali Linux Installation Disk
Select Kali Linux Installation Disk
5. The next question will prompt the user to determine the partitioning on the storage device. Most installs can simply put all data on one partition though.
Install Kali Linux Files in Partition
Install Kali Linux Files in Partition
6. The final step with ask the user to confirm all changes to be made to the disk on the host machine. Be aware that continuing will ERASE DATA ON THE DISK.
Confirm Disk Partition Write Changes
Confirm Disk Partition Write Changes
7. Once confirming the partition changes, the installer will run through the process of installing the files. Once it is completed, the system will want to setup a network mirror to obtain future pieces of software and updates. Be sure to enable this functionality if you wish to use the Kali repositories.
Configure Kali Linux Package Manager
Configure Kali Linux Package Manager
8. After selecting a network mirror, the system will ask to install grub. Again this guide is assuming that Kali is to be the only operating system on this computer.
Selecting ‘Yes’ on this screen will allow the user to pick the device to write the necessary boot loader information to the hard drive to boot Kali.
Install GRUB Boot Loader
Install GRUB Boot Loader
Select Partition to Install GRUB Boot Loader
Select Partition to Install GRUB Boot Loader
9. Once the installer finishes installing GRUB to the disk, it will alert the user to reboot the machine to boot into the newly installed Kali machine.
Kali Linux Installation Completed
Kali Linux Installation Completed
10. Since this guide installed Enlightenment as the Kali desktop environment, it will likely default boot into a shell.
In order to launch Enlightenment, log in as the user ‘root‘ with the password created earlier in the installation process.
Once logged in all that needs to be issued to start Enlightenment is the command ‘startx‘.
# startx
Start Enlightenment Desktop in Kali Linux
Start Enlightenment Desktop in Kali Linux
The first time that Enlightenment is run, it will ask the user for some configuration preferences and then launch the Desktop Environment.
Kali Linux Enlightenment Desktop

Comments

Popular posts from this blog

HACK Facebook Account by PHISHING:Only For Educational Purpose.

How to hack Facebook with phishing page                                                                                                                                                                                                          As we all want to hack our friend facebook account,and want to read all his personal things. Today i m gonna teach you how to hack a facebook account with a phishing page. phishing: Phishing  is attempting to acquire information (and sometimes, indirectly, money) such as usernames,  passwords , and credit card details by masquerading as a trustworthy entity in an  electronic communication . Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by  e-mail   spoofing  or  instant messaging , and it often directs users to enter details at a fake website whose  look and feel  are

Hack Instagram Account Using BruteForce

Step 1 Clone It! So first, we will need to get the program that keeps putting in the password. To do that, simply type : git clone  https://github.com/Ethical-H4CK3R/Instagram.git this command will clone the program to your computer. Now you need to chmod the file and go to the directory of the program, so type : chmod -R 755 Instagram && cd Instagram Step 2 Executing the Program Now we cloned the program, so we now need to open the program. Type : "ls" to see what is inside the folder. Well, we know there are three things inside the folder, "Core", "README.md" and "instagram.py". The executable program here is "instagram.py". We need to execute the program now, by typing : python instagram.py Oh no, Looks like there are some errors! Doesn't this show up? It is because we do not have the txt file. Remember, this is a BruteForce attack, we need to give it a lists of passwords so the program

How To Hack Anyone's Whatsapp Account

3 Ways To Hack Whatsapp Account 2017 At the moment, there are 1.3 billion Whatsapp users. This is a significant increase if you know that in 2016, the number was 1 billion. Obviously, due to simplicity and functionality, we can only assume that the number of users will go in one direction only, up! But, this also means that a higher number of people will want to  hack Whatsapp account . Yes, this is possible and there are three methods you can use. Method 1: Using Copy9 to hack someone’s Whatsapp Copy9 is the first method on our list. Basically, it is a full-size app which allows you to get a complete access to a targeted device. In recent months, we have been able to see a huge increase in the number of users. They are parents, spouses and business owners, among others. The main idea behind the app in question was to provide safety and security, rather than to use it for plain smartphone hacking, which is something we prefer. Yes, you can still  hack Whatsapp  mess