1.So to install BT on anroid phones, 1st you need a rooted anroid phone.(By using Debdroid, we run Linux distros on ARMs...)
2. androidVNC
3.Backtrack 5 for ARM with Gnome downloaded and setup
4.Terminal Emulator
Launch the terminal emulator
Code:
cd /install location/BT5 (mostly it will be default location)
su
sh bootbt
Now your BT will be launched and you will be as local root.
Code:
ls pentest
Once you enter the pentest folder,enter the following cmd
Code:
export USER=root
vncpasswd
The default password of vnc is "toortoor '.And 'vncpasswd " is the password for the tightvncserver. Since we are connecting locally use' qwerty 'for the password
Once the configuration password for the VNC server up.
Code:
tightvncserver -geometry 1280x800
To start and stop VNC,you have to be in chroot
Code:
startvnc
stopvnc
Once done you guyz are ready to rock and Pwn ;)
No comments:
Post a Comment