Showing posts with label Kali linux live. Show all posts
Showing posts with label Kali linux live. Show all posts

Friday, 15 March 2019

Making a Kali Bootable USB Drive

Making a Kali Bootable USB Drive


Kali linux live

Our preferred method and the fastest way to get up and running with Black Linux is to run "live" from a USB drive. This method has several advantages:

It is non-destructive - it does not make any changes to the host's hard drive or installed OS, and to return to normal operation, you simply remove the "Black Live" USB drive and restart the system.
It's portable - you can take black linux in your pocket and it can run in minutes on available system
It's customizable - you can roll your own custom black linux ISO image and keep it on a USB drive using the same process
It's potentially constant - with a little extra effort, you can configure your black linux "live" USB drive for continuous storage, so the data you collect is saved in a reboot.
To do this, we first need to create a bootable USB drive, which has been installed from an ISO image of the black linux.

What you'll need

For details about the system you are running, see the details of downloading official black linux images: Verified copy of the correct ISO image of the latest black build image.
If you are running under Windows, you also need to download the Win32 disk imager utility. On Linux and OS X, you can use the dd command, which is already installed on those platforms.
One USB thumb drive, 4GB or larger. (Systems with direct SD card slots can use the same capacity SD card, the process is same.)

Black Linux Live USB Installation Process

The specifics of this process depend on whether you are doing it on Windows, Linux or OS X systems.
Creating a Bootable Black USB Drive on Windows
Plug your USB drive into an available USB port on your Windows PC, note which designer drives (like "F: \") after using it once, it's downloaded from you Win32 The disk imager will launch the software.
Choose to immerse the black linux ISO file and verify that the overwritten USB drive is correct. Click the "Write" button.
ethicalhackerorg.tk


Once the imaging is complete, remove the USB drive safely from the Windows machine. Now you can use the USB device to boot in black linux.


Creating a Bootable Black USB Drive on Linux

It is easy to create a bootable Black Linux USB key in a Linux environment. Once you download and verify your black ISO file, you can use the dd command to copy it to your USB stick using the following procedure. Note that you will need to run as root, or you will need to execute the dd command with sudo. The following example assumes a Linux Mint Desktop 17.1 - Depending on the distance you are using, there may be a slight difference in some nuances, but the general idea should be very similar.
Warning: Although the process of imaging black linux on a USB drive is very simple, you can simply overwrite a disk drive which you did not intend with dd if you do not understand what you are doing, or If you specify a wrong path of production Double-check what you are doing before doing this, after that it will be too late.
Consider yourself warned.
First of all, you must identify the device path to use for writing the image in your USB drive. Execute the command, put in a port without a USB drive
sudo fdisk -l
At the command prompt in the terminal window (if you do not use elevated privileges with fdisk, you will not get any output). You will get an output that looks like this (not all), showing the same drive - "/ dev / sda" - which has three partitions (/ dev / sda1, / dev / sda2, and / dev / sda5) :
technoZone ss


2)Now, plug your USB drive into the USB port available on your system, and for the second time run the same command, "sudo fdisk -l". Now, the output will appear something like this (again, not at all), showing an additional device that was not before, "/ dev / sdb" in this example, 16GB USB drive:


FinderScreenSnapz002


3.Next to (carefully!) Image the black ISO file on the USB device. The example example below assumes that the name of the ISO image you write is "kali-linux-2017.1-amd64.iso" and it is in your current working directory. Blocked parameters can be increased, and as long as it can speed up the operation of the dd command, it can sometimes produce unbootable USB drive, depending on your system and many different factors. Recommended value, "bs = 512k", is conservative and reliable.
dd if = kali-linux-2017.1-amd64.iso of = / dev / sdb bs = 10.1k
Imaging of a USB drive can take a good amount of time, is not unusual for more than ten minutes, as the sample output shown below shows. Be patient!

The Dd command does not respond until it is completed, but if your drive is access indicator, then you may see it periodically. The timing of the image dd will depend on the speed of the system used, the USB drive, and the USB port it contains. Once the dd has finished the imaging of the drive, it will give some output like this:

5823 + 1 record in
5823 + 1 record out
3053371392 bytes (3.1 GB) copy, 746.211 s, 4.1 MB / s
this is true! You can now boot into a black live / installer environment using a USB device.



Create a USB bootable USB drive on OS X

OS X is based on UNIX, so creating a bootable Kali Linux USB drive in the OS X environment is similar to doing on Linux. Once you download and verify your chosen black ISO file, you use dd to copy it to your USB stick.
Warning: Although the process of imaging black on a USB drive is very easy, you can simply overwrite a disk drive which you did not have with dd if you do not understand what you are doing, or if you A wrong output specifies the path. Double-check what you are doing before doing this, after that it will be too late.
Consider yourself warned.

Open a terminal window, plugged into the system without a USB drive, and type command list at command prompt at the command prompt.
You will find a list of device paths (such as Dev / Disk 0, / Dev / Disk 1, etc.) of the disk mounted on your system, as well as information about partition on each disk.
technoZone

3.Plug in your USB device to your Apple computer’s USB port and run the command diskutil list a second time. Your USB drive’s path will most likely be the last one. In any case, it will be one which wasn’t present before. In this example, you can see that there is now a /dev/disk6 which wasn’t previously present.
technoZone



4.Unmount the drive (for this example, the USB stick is / dev / disk6 - just do not copy it, verify the correct path on your system!).
diskutil unmount / dev / disk6
Next to (carefully!) Image the black ISO file on the USB device. The following command assumes that your USB drive path is on / dev / disk6, and you are in the same directory with your black linux ISO, which is named "kali-linux-2017.1-amd64.iso":
sudo dd if = kali-linux-2017.1-amd64.iso of = / dev / disk6bm = 1m
Note: Increasing the blockage (bs) will speed up writing progress, but the likelihood of making a bad USB stick will also increase. Successful images have been released using the given value on OS X.

Imaging of a USB drive can take a good amount of time, is not unusual for more than half an hour, as in the sample output given below. Be patient!

The Dd command does not respond until it is completed, but if your drive is access indicator, then you may see it periodically. The timing of the image dd will depend on the speed of the system used, the USB drive, and the USB port it contains. Once the dd has finished the imaging of the drive, it will give some output like this:

2911 + 1 record in
2911 + 1 record created
3053371392 bytes transferred in 2151.132182 seconds (1419425 bytes / sec)
And all! You can now boot into a black live / installer environment using a USB device.

To boot from an optional drive on the OS X system, immediately after you power the device, press the Option key to bring up the boot menu and select the drive you want to use.

*For more information, please follow this blog its free no charge or fee required*


Root any Android device and Make your own hacking device.

 Root any Android device and Make your own hacking device.   Enabling Superuser access on an Android device involves several steps, and the ...