Skip to main content

How To Install BT 5 R3 On Virtual Machine Step By Step !

In this tutorial i will show you how to install Backtrack 5 R3 which is recently  released by offensive security team . if you’ve previously installed backtrack then you might be familiar with backtrack installations  . its easy and simple just follow given simple steps.
Stage 1 

Requirements
1 : Download backtrack ISO from here
2 :  Download VMware Workstation or  VMplayer
3 : Install any of above

Stage 2

Installation

1 : Create A new virtual machine
Installing backtrack 5 R3 in virtual machine step by step  [ how to ]
2 : choose installer ISO ( choose backtrack 5 ISO ) Installing backtrack 5 R3 in virtual machine step by step  [ how to ]
3 : choose Linux as your guest operating system type and Ubuntu as version
Installing backtrack 5 R3
4 : give a name and location of your backtrack VM
Installing backtrack 5 R3
5 : Specify virtual hard drive space ( 20 GB is good enough )
Installing backtrack 5 R3
then click finish from ready to create vm window
Installing backtrack 5 R3
hit enter to go boot screen then choose default boot text mode and hit enter
Installing backtrack 5 R3
HIT ENTER AT THIS POINT
Installing backtrack 5 R3
type startx to start GUI ( x server )
click on Install backtrack icon or open terminal type sh -c “ubiquity” 
Installing backtrack 5 R3
and continue like normal installation choose keyboard type and provide location info
if you are installing just backtrack then go normally and erase and use entire disk
or if you installing backtrack with other OS then specify partition accordingly ( in this tutorial m using virtual hard-drive )
Installing backtrack 5 R3
click on forward and click on install
Installing backtrack 5 R3
wait until it finish installing
it will take up-to 30 minutes depend on your system
Installing backtrack 5 R3
Stage 3
This is second part of  << backtrack virtual machine installation tutorial 
in this tutorial i will cover how to install vmware tools and additionally how to install
Reboot and login with default username and password

username : root
password : toor

Before installing vmware tools

ONLY KDE users ,  fix unable to create symlink problem :
root@bt:~# mkdir /etc/cups/ppd
Prepare Kernels  Source 
 root@bt:~#prepare-kernel-sources
Change Root password of backtrack 5 R3 installation 
root@bt:~#passwd root 
Enter New UNIX Password : 
Retype New UNIX Password : 
passwd : Password Updated Successfully
After Prepare kernel sources now , Install vmware tools
1 : Eject and Disconnect Backtrack if its still mounted
2 : click on vm and choose install vmware tools
3 : if  mount automatically then its okay else mount manually
root@bt:~#mkdir /mnt/vmtools
root@bt:~#mount /dev/cdrom /mnt/vmtools/
mount : block device /dev/sr0 is write-protected, mounting read-only
root@bt:~#cp /mnt/vmtools/VMwareTools-8.8.4-743747tar.gz /tmp
root@bt:~#cd /tmp
root@bt:/tmp#tar zxpf VMwareTools-8.8.4-743747tar.gz
root@bt:/tmp#cd vmware-tools-distrib/
root@bt:/vmware-tools-distrib/#perl ./vmware-install.pl
it will ask many question if you are not sure just go with defaults and when it finish installing simply type
fix-splash
root@bt:fix-splash
root@bt:reboot
The Full Article At 
http://www.computersnyou.com/105/2012/08/how-to-install-vmware-tool-in-backtrack-5-r3-step-by-step-how-to/

Comments

Popular posts from this blog

#2 Why Security Is so important

                     Why  Security   ?   It is  Really  a question Every Body Knows How Important Security Is Here is Some Top Reasons Why Security is Most Important     ·         Evolution Of Technologies has focused primarily on ease of use ·         Computer  infrastruture  Management is  becomming  more complex for the common Man ·         Skill Level Required For Exploiting Security  Weakness Is Constantly ·         Direct Impact Of Security Breach on corporate asset base goodwill ·          Increased Networked Environment And Network Based Application

How To Hack Wifi Passwords With Windows 100% Works

How to Crack a Wpa2-Psk Password with Windows :- It,s very common question on the internet to How to hack a Facebook account password and how to hack a WiFi password. Even if you search on YouTube you will find a lots of tutorial to How to hack a WiFi password using backtrack. However, backtrack OS is not most handy OS for normal users. Today i am going to show you how to a crack a Wp2-psk password with windows machine. Software Requirement for this lab :- 1. CommView for Wifi ( Download ) 2.  Elcomsoft Wireless Security Auditor (Download ) Presently i am connected with my own wifi network Virusfound and i want to hack the password of Ultimate that is secured with Wpa2-psk encryption. First you need to be capture the Wpa2, four-way handsake with CommView. Open commView and click on the Start option  then click on the capture option to start the capture now it will show you all available AP , Now click on the Tools > Select the Node Reassoi...

How to make a Trojan

Most of you may be curious to know about  how to make a Trojan  or Virus on your own. Well, here is an answer to your curiosity. In this, post I’ll show you  how to make a simple trojan  on your own using the C programming language. This trojan when executed will eat up the hard disk space on the root drive (The drive on which the Windows is installed, usually C: Drive) of the computer on which it is run. Also, this trojan works pretty quickly and is capable of eating up approximately 1 GB of hard disk space for every minute it is run. So, I’ll call this as Space Eater Trojan. Since this program is written using a high level programming language, it is often undetected by antivirus programs. The source code for this program is available for download at the end of this post. Let’s see how this trojan works: Before I move on to explain the working of this program, you need to know  what exactly is a Trojan horse  and how...