A platform where knowledge is in open air.

August 2016

21:07:00
Kali Linux is a Debian-based Linux distribution aimed at advanced Penetration Testing and Security  Auditing. It contains more than 600 tools aimed at various information security tasks, such as Penetration Testing, Forensics and Reverse Engineering.

What's new in Kali 2.0 ?

Updated Kernel (4.0)
Various Desktop environments support (gnome, kde, xfce, mate, e17, lxde, i3wm)
Frequent upstream updates
Improved Hardware and Wireless support
And of course lot of new tools added

How to download Kali 2.0 Sana?

Kali 2.0 is named as Sana, This is the most advanced penetration testing platform we have ever made. And the good news is that it's available in 32 bit, 64 bit, and ARM flavors, as well as a number of specialized builds for many popular hardware platforms.
Below links will take you to the official download pages of Kali Linux.

To download Kali ISOs (Bootable CDs) - https://www.kali.org/downloads/
VMWare & Virtual Box Images of Kali - http://www.offensive-security.com/kali-linux-vmware-arm-image-download/

Hardware Requirements of Kali 2.0
A minimum of 10 GB disk space for the Kali Linux install.
For i386 and amd64 architectures, a minimum of 512MB RAM.
CD-DVD Drive / USB boot support

Backtrack vs Kali vs Kali 2.0

I know that this title doesn't make sense, but I just want to let you know the different between these penetration platforms. Backtrack is the mother of penetration testing distros, first release of Backtrack released before 10 years. It's a debian based distro & is no longer being maintained. After Backtrack 5.0 R3, Kali was released & It's also called as the new Backtrack or BT 6. Kali 2.0 is the latest one to be released among all the three with better snappier interface, automatic updates & new Kernel.
Let's jump into the topic and proceed with the installation.


How to install Kali 2.0?

In this post, I used Vmware workstation 11 to demonstrate the installation of Kali 2.0. Below steps will guide you to create a VM in Vmware. In case if you are going install it on your base machine or if you know already how to create a VM in VMware workstation.

Open Vmware workstation software, And click Create New Virtual Machine. Typical is selected by default, Click Next.


Next you will be asked to select the ISO file, click browse window & select the downloaded ISO file.


Select the Guest Operating System type as Linux & let version to be Debian 6.


Give a proper name to your Virtual Machine, And it in a location where you have atleast 10GB free. I have named mine as Sana, A cool one isn't it?


Give the maximum disk space that you are going to allocate for thisVM, 20GB would be sufficient in my opinion. I recommend to store the VMDK file as a single file since it would be easier to move and to convert to other formats.


Click on Customize Hardware & Change your RAM, CPU and Network adapter settings if you want to.


Below snapshot shows my increased RAM size,



 Select the number of processes that you want to allocate to this Virtual Machine,




 Choose the adapter settings that suites your environment, Bridged works for me.


 Click close & Finish to complete the VM creation.


 Kali Installation 
Once your VM is created, you can power up the machine. You will see the below screen as soon as you start your VM


 In this post I am going to be using the most common Install Method. Press enter once you have selected your option.
Select your language and location & Keyboard as depicted in the below pictures,





Next step is to configure the network, refer snapshots below and configure accordingly.









 All the above settings can be changed anytime. So don't worry if you do not have a default gateway or a DNS server, Just give some value & later you can change them as you wish.
Configure your hostname and root password.




Follow the below snapshots to know how to configure the partitions and disks.








Installation of packer manager (Network mirror) is optional, Select yes if you want to install.




GRUB boot loader installation







That's it! Enjoy the ultimate Penetration testing distro ever!

RIP stands on Routing Information Protocol. Lets apply RIP protocol on the following topology.


Now, we will follow the steps as mentioned in detail in the following article. i.e.
i. We will assign IP addresses to all the fast Ethernet and serial interfaces respectively.
ii We will change the state of the interfaces from down to UP.
Then, after we are done with the basic step. We will apply RIP protocol commands on both routers.

Configuration of Router 0 i.e. configuring both serial and Fast-Ethernet interfaces.





Configurations of R1



Assigning IP address to PC0




Assigning IP address to PC1



Let'shave look below pictures, after giving ip we try to send packet but it's fail. 


Now we start to implementing RIP in router.  Start with Router 1.
R1
In order to apply protocol RIP, we will write the following set of commands.

Router(config)# router rip
Router(config-router)# network 192.168.1.0
Router(config-router)# network 192.168.2.0
Router(config-router)# network 192.168.3.0
Router(config-router)#exit

R2:
In order to apply protocol RIP, we will write the following set of commands on R2 as well.


Router(config)# router rip
Router(config-router)# network 192.168.1.0
Router(config-router)# network 192.168.2.0
Router(config-router)# network 192.168.3.0

Router(config-router)#exit



Now Checking....
Write all the commands in the same fashion as in the above screen shots and voila, we are done with RIP protocol. Another important thing here is that we will add all the networks that we are using in our topology. Here in this particular example i am just using two networks x.x.1.0 and x.x.2.0 so thats why i have added these two network addresses to the RIP protocol.

Now, you can check it. Traffic is enabled and you can easily send data from PC0 to PC1.

 

Here, we will see communication enabled between PCs via Router in Packet Tracer.
So, for this we need two PCs, a router ,and two cross over cables to connect them.
Important point is that we use cross over cable to connect PC to a router because they both use the same pins for transmission and receiving of data.



Now, we will connect them by selecting fast Ethernet interfaces on both ends.



Now, we have connect the devices. Further, we will go to the router CLI mode and enter the following commands.
Step by step ,
we will have to do the following things.
i. Access the interfaces one by one
ii. Assign IP addresses to interfaces
iii. Change the status of the interfaces i.e. from Down to Up.
iv. Assign IP addresses to PCs.
v. Assign Default Gateway to PCs. FYI fast Ethernet ip address is the gateway address to the PC. 
Now, commands of the Router CLI mode are as follows.



Now, we have accessed both interfaces one by one and we have assigned IP addresses respectively.

See the difference the lights have changed the color from Red to Green :)
Now, lets assign IP addresses to the PCs.
Click on PC1, go to Desktop, then click IP Configuration.
PC1:



PC2:




Now, our communication is enabled and we are able to communicate from PC1 to PC2 via Router.
Click on the packet in the right panel on the packet tracer, then click on PC1 and then click on PC2. You will see the successful packet tracer (status is shown in the bottom right corner)




Bingo, your communication is successful.




MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget