I'm seeing a lot of my viewers still use Windows, and since I haven't posted any Windows information yet (don't worry, I will!) I felt like posting a how-to on dual-booting (or single-booting) the penetration testing suite I use called Backtrack 5 would be very helpful to everyone viewing my blog.
First we're going to have to format your USB stick-drive (or whatever you want to call it... pendrive or stick) to "FAT 32" (File Allocation Table) which is not the normal format most USB drives use. The default is usually NTFS (New Technology File System) and supports higher file sizes and is in general faster than FAT 32. You can read more on the differences here.
Plug in your USB stick to a computer that can connect to the Internet (I'm assuming, since you're reading this, that you can download and transfer files) and go to "My Computer" on Windows, or your respective file system directory. I'm using Windows XP SP3, so the screenshots and most of my references will be based upon the look and feel of that. If you have a different OS then I'll try to help you troubleshoot it, but I don't have much experience in iOS or Vista at the moment.
When you can see the drive, right click it and a "format" option should be available. Click on that option.
Once you've clicked it, a GUI (graphical user interface) panel should pop up much like this:
Make sure you don't have any sensitive information or files you want on your drive... this will completely erase it. Before you do this, save all your files on this drive!
My options are already set like I want, but the "File System" should be "FAT32" and not "NTFS," if you format it as NTFS, it will be pointless. Leave the "allocation unit size" default and name your "volume label" whatever you want; I kept mine the same.
Once you click "START" it will remind you all information will be deleted... so again SAVE ANY FILES YOU DON'T WANT TO LOSE FOREVER.
It shouldn't take long to format, and a "format complete" pop up will come up. Good job, step 1 is down!
Now to get Backtrack 5 up on your drive...
Go to the Backtrack download page and just click the "download" button in the middle of the screen; you don't need to enter an email if you don't want to.
The window will change to a selection area of the different "flavors" of Backtrack 5. Below is a quick explanation of each:
Now we need to download the program to put this ISO on our formatted pendrive. It's called "UNetbootin" and can be downloaded for Windows here, Mac OS here, and if you're reinstalling from Linux, grab the Linux one here.
Once it's done downloading from Sourceforge, just run the program (it requires no installation) and you will be confronted with an options page.
Go ahead and ignore the top selections and click the hollow circle next to "Diskimage," then click the "..." button to the far right and navigate and select the ISO you just downloaded (it should be on your desktop like I instructed).
Leave the "type" on USB Drive, or select that option if it is not already selected, and have the correct drive selected as well (you can view which drive it is in My Computer).
Next, click "OK" and it should skip downloading files (we're using an ISO, so no downloading necessary), extract and copy, install the bootloader, then complete the installation (this may take some time... just be patient).
After it installs it will give you the option to restart or cancel. If you want to install BT5 on your current computer right now, just click the restart to begin, or click cancel and plug in your USB stick to the computer you want to install it to and restart or turn on that computer.
When your computer is starting up, mash the key to enter boot options (mine is F10, most are F12 as far as I know) and a boot option loadup should appear. Select the top most Backtrack option (should say something like text mode; also available are forensics mode, memtest mode, and others, but don't worry about those).
The Backtrack 5 background should appear with no icons or anything; push the F8 key and it will continue.
Your computer should then load up in a black screen with white text cascading down (this is Backtrack loading off your USB) and you should be confronted with a command prompt line. If it asks for a login, the default is "root" and password "toor" but for now it shouldn't.
Type in "startx" to load the Backtrack GUI (graphical user interface) with one icon in the top left that says "Install Backtrack" with the Backtrack icon. Double click this.
This is the installation of Backtrack 5 onto your computer so you can run it off the HDD (hard disk drive) and not the USB stick. Go through each setup configuration (time zone, language, and keyboard setup) until you reach a prompt like the one below (not my prompt; mine is Windows XP, but I couldn't get a screenshot of mine).
If you want to dual-boot, make sure the top selection "install them side by side" is selected, if you select a different one it will ERASE YOUR HARD DRIVE AND START FROM SCRATCH.
If you want to solo-boot Backtrack, select the second option "erase and use entire disk" and select the correct HDD.
If you're dual-booting it should tell you it's creating a new partition (space for the new operating system) and might take a while to do so, just wait for this to finish.
Once this is done a "ready to install" page will show. Click on the "advanced" tab in the bottom right and make sure "install boot loader" is checked.
Mine is "/dev/sda/" whereas my XP is "/dev/sda1/" so make sure they aren't the same or your computer is going to be quite messed up.
After that is done, click "install" and it will begin. The installation pauses on 99% for quite some time, so don't worry (most of the installation is on 99% which isn't really the point of an updating bar).
After it's installed, click the "restart now" button that pops up, or if you don't want to for some reason click the "continue testing" button.
If you're dual-booting, once you boot up your system it should ask which operating system you want to use, select Backtrack 5 and push F8 again when the background shows up (don't panic because you can't do anything, your computer hasn't frozen, this is how BT loads) and wait for the black loadup screen to come up with cascading text.
The default login is again "root" as the username and "toor" (root backwards) as the password.
Change your password by typing "passwd [new password]" and it will update your password to whatever you want. Do this now for extra security.
Next, on the next screen type "startx" to load up the Backtrack GUI so we can actually use our penetration suites.
Lets do our first terminal usage with Backtrack to upgrade and update the already installed suites (collection of programs).
Open a terminal (the black box with a ">_" in it on the top or bottom bar depending on whether you downloaded Gnome or KDE) and type "apt-get upgrade"
For me everything is upgraded and it should tell you that. Next, type "apt-get update" and it will update all your packages installed. Mine only updated 3,473 kbs, but some others may not be updated for some reason. Run these frequently to get the most updated versions of all your programs! I run it once every few days.
That's it. You should have Backtrack 5 working on your computer or laptop and should be able to dual-boot if you want that. Post below any issues and I'll respond!
Here's a quick list of the things you'll need to install Backtrack 5:
- a USB stick with at least 2gigs of free space (mine is 8gigs), I would suggest 4gigs as a minimum.
- a computer to install it to (you can dualboot, or fresh install and overwrite a disk)
- an Ethernet Internet connection makes this easier in the updating stage.
First we're going to have to format your USB stick-drive (or whatever you want to call it... pendrive or stick) to "FAT 32" (File Allocation Table) which is not the normal format most USB drives use. The default is usually NTFS (New Technology File System) and supports higher file sizes and is in general faster than FAT 32. You can read more on the differences here.
Plug in your USB stick to a computer that can connect to the Internet (I'm assuming, since you're reading this, that you can download and transfer files) and go to "My Computer" on Windows, or your respective file system directory. I'm using Windows XP SP3, so the screenshots and most of my references will be based upon the look and feel of that. If you have a different OS then I'll try to help you troubleshoot it, but I don't have much experience in iOS or Vista at the moment.
The USB pendrive should be visible here. |
Click the "format" option. |
View on Windows XP SP3 |
My options are already set like I want, but the "File System" should be "FAT32" and not "NTFS," if you format it as NTFS, it will be pointless. Leave the "allocation unit size" default and name your "volume label" whatever you want; I kept mine the same.
Once you click "START" it will remind you all information will be deleted... so again SAVE ANY FILES YOU DON'T WANT TO LOSE FOREVER.
It shouldn't take long to format, and a "format complete" pop up will come up. Good job, step 1 is down!
Now to get Backtrack 5 up on your drive...
Go to the Backtrack download page and just click the "download" button in the middle of the screen; you don't need to enter an email if you don't want to.
You don't have to register, but go ahead if it interests you. |
The window will change to a selection area of the different "flavors" of Backtrack 5. Below is a quick explanation of each:
- WM Flavor
- GNOME --- check out the Gnome site for an in-depth view of what it is, but below is a screenshot of the look. I personally use GNOME over KDE.
GNOME Backtrack 5 GUI |
- KDE --- check out the KDE site for an in-depth view of what this flavor is like, but again, here's a screenshot of the KDE look on Backtrack 5
KDE Backtrack 5 GUI |
- The "Architecture" depends on your CPU (32-bit or 64-bit processor) -- a safe bet is 32-bit, but if you know your CPU is 64-bit you can use that.
- The "image" is the type of file you want to download. Download the "ISO" for now since we're going to be using that one. VM is for using as a virtual machine (check out my Penetration Testing Lab Setup for more on that)
- The "download" is how you'll be downloading it. If you know how to torrent, you can do that, but otherwise just choose "direct" and it will download it off the Backtrack 5 server.
Sorry the picture is fuzzy, click on it for an enlarged version. |
Once it's done downloading from Sourceforge, just run the program (it requires no installation) and you will be confronted with an options page.
Go ahead and ignore the top selections and click the hollow circle next to "Diskimage," then click the "..." button to the far right and navigate and select the ISO you just downloaded (it should be on your desktop like I instructed).
Leave the "type" on USB Drive, or select that option if it is not already selected, and have the correct drive selected as well (you can view which drive it is in My Computer).
Next, click "OK" and it should skip downloading files (we're using an ISO, so no downloading necessary), extract and copy, install the bootloader, then complete the installation (this may take some time... just be patient).
After it installs it will give you the option to restart or cancel. If you want to install BT5 on your current computer right now, just click the restart to begin, or click cancel and plug in your USB stick to the computer you want to install it to and restart or turn on that computer.
When your computer is starting up, mash the key to enter boot options (mine is F10, most are F12 as far as I know) and a boot option loadup should appear. Select the top most Backtrack option (should say something like text mode; also available are forensics mode, memtest mode, and others, but don't worry about those).
The Backtrack 5 background should appear with no icons or anything; push the F8 key and it will continue.
Your computer should then load up in a black screen with white text cascading down (this is Backtrack loading off your USB) and you should be confronted with a command prompt line. If it asks for a login, the default is "root" and password "toor" but for now it shouldn't.
Type in "startx" to load the Backtrack GUI (graphical user interface) with one icon in the top left that says "Install Backtrack" with the Backtrack icon. Double click this.
This is the installation of Backtrack 5 onto your computer so you can run it off the HDD (hard disk drive) and not the USB stick. Go through each setup configuration (time zone, language, and keyboard setup) until you reach a prompt like the one below (not my prompt; mine is Windows XP, but I couldn't get a screenshot of mine).
If you want to dual-boot, make sure the top selection "install them side by side" is selected, if you select a different one it will ERASE YOUR HARD DRIVE AND START FROM SCRATCH.
If you want to solo-boot Backtrack, select the second option "erase and use entire disk" and select the correct HDD.
If you're dual-booting it should tell you it's creating a new partition (space for the new operating system) and might take a while to do so, just wait for this to finish.
Once this is done a "ready to install" page will show. Click on the "advanced" tab in the bottom right and make sure "install boot loader" is checked.
Mine is "/dev/sda/" whereas my XP is "/dev/sda1/" so make sure they aren't the same or your computer is going to be quite messed up.
After that is done, click "install" and it will begin. The installation pauses on 99% for quite some time, so don't worry (most of the installation is on 99% which isn't really the point of an updating bar).
After it's installed, click the "restart now" button that pops up, or if you don't want to for some reason click the "continue testing" button.
If you're dual-booting, once you boot up your system it should ask which operating system you want to use, select Backtrack 5 and push F8 again when the background shows up (don't panic because you can't do anything, your computer hasn't frozen, this is how BT loads) and wait for the black loadup screen to come up with cascading text.
The default login is again "root" as the username and "toor" (root backwards) as the password.
Change your password by typing "passwd [new password]" and it will update your password to whatever you want. Do this now for extra security.
Next, on the next screen type "startx" to load up the Backtrack GUI so we can actually use our penetration suites.
Lets do our first terminal usage with Backtrack to upgrade and update the already installed suites (collection of programs).
Open a terminal (the black box with a ">_" in it on the top or bottom bar depending on whether you downloaded Gnome or KDE) and type "apt-get upgrade"
For me everything is upgraded and it should tell you that. Next, type "apt-get update" and it will update all your packages installed. Mine only updated 3,473 kbs, but some others may not be updated for some reason. Run these frequently to get the most updated versions of all your programs! I run it once every few days.
That's it. You should have Backtrack 5 working on your computer or laptop and should be able to dual-boot if you want that. Post below any issues and I'll respond!
Good :p I refuse to use anything but Windows.
ReplyDelete@Catfeesh
ReplyDeletethen i think you're going to battle with netsec
@Catfeesh, definitely make the transition to Linux now, because like Anon above said... you're going to have quite a hard time with netsec without it.
ReplyDelete"The "arch" is for what bitset you want to use. Since I have a bad laptop at the moment, I use 32bit, but if you want 64 bit, go ahead and select that option."
ReplyDeleteI just read this sentence, and it hurt.
@Chris, sorry, I'm not the best writer :X
ReplyDeleteFun read! Bookmarked for later!
ReplyDeleteWhat disadvantages are there to just using VMWare to run Backtrack?
ReplyDeleteThe backtrack program will run kinda slow unless you allocate more than 2GB of memory towards the partition. If this is done you might have data swapping between the two partitions. Although it is still better than booting from the CD at start-up. If you are using it for questionable reasons, use a CD so that you can get rid of it.
DeleteLike the Anon before me said, it may be slower depending on your computer. The main thing is that you cannot access your Wireless card through VMWARE, so I would suggest dual-booting or using a live-cd/usb key if you wish to do wireless things with BT.
Deletespeed main ly if you actualy plan on hacking install it otherwize boot it from cd.
Delete@Paul, as far as I know... nothing really. There might be problems connecting to certain networks and such, but I know that many people run it on VMWare fine.
ReplyDeleteI just prefer running it dual-boot or solo-boot over VMWare.
@Paul, One of the things Backtrack is used for is cracking of WEP en WPA (2?) networks. This dousnt work in a VM as it is not posible to get WIFI functionality inside a VM. (like joining a network) It is posible to join a wifi with the host computer and than become an client on this network.. using some kind of a natted(?) network connection as NIC. (hope this makes sence). For testing exploits or other tools a VM is just fine!
ReplyDeleteL.
wrong hacking you only need to monitor wich is verry possible in vm ware and virtualbox just becouse you dont know how dont tell people they cant.
DeleteYou are wrong. That's all there is to it.
Delete@Anon, I figured that would be a problem. I don't have any experience using VMWare on a Wifi-capable computer but it makes sense that there would be issues with Wifi connectivity.
ReplyDeleteWow, this is quite interesting. Il make sure to read up on your next blogs :)
ReplyDeleteI'm running Backtrack installed on a virtual machine (VirtualPC under linux, of course) and I think that's quite OK to use it in this way. You don't affect to much the guest operating system and It's more flexible to testing different distros or tools.
ReplyDeleteThumb's up for your blog! I'll keep my eyes on it from now on! :)
See I feard this, these USB key don't boot off on a Mac. Macs don't use BIOS they use EFI because you know... they're cool like that... so you cant use bootable usb sticks to boot on a mac. I'm still looking for a trick to make a Mac-bootable USB stick.
ReplyDeletealmost all laptops use efi now burn a cd or buy a cheeper computer that works better like a system76
DeleteI believe you might be able to get a bootable USB stick by formatting the USB with the Mac. I ma not too familar with Mac's but it might work. Also there is a way to make the stick appear as a floppy but be warned, it will make the stick low density so a desktop of some laptops will see the stick as a floppy drive. HP has software to do this but it will render the stick useless for anything else as the software warns you. Not real sure if you can reverse this process either.
DeleteGood Luck
Actually Macs can boot from usb as the newer Mac os Mountain lion can boot from usb as well as lion. Just need to hold down the ALT key to allow usb boot
Deletegot backtrack 5 on my new computer its soooooo great!!!!!!!!!
ReplyDeletehi!sorry im using live DVD of BT5-KDE-64.iso and in text mode when ask me to wright "startx" for visual i do it but it came back to text mode and nothing happend!so what do you think?
ReplyDeletego to recovery mode drop to root prompt type sudo /etc/init.d/x11 reconfigure
Deletei want to do arp poisonig with backtrack!but i dont know how or where can i start it!i need help in this too!
ReplyDeletecheck out hackforums.com
ReplyDeleteor is it hackforums.org?
I will like to get help for to How To make a Dual Boot with Windows XP SP3 and BackTrack 5R1-KDE !!
ReplyDeleteCan some one tell me how to make it !!
yeah dich wwindows or use google
DeleteWhen I fire up my USB (I used pendrivelinux.com) Everything is fine. I get the option to choose Text, Forensics, etc. but when I hit Enter, my screen goes black and does nothing. It is like the screen turns off but, it runs in the background. Does anyone else have this problem or a fix?
ReplyDeleteGreat tutorial, thanks.
ReplyDeletethere is a problem with the screen resolution when using Linux esp if you are using hdtv as your monitor hence the "not supported" and blank screen, download vm player and run iso disc from dvd drive and boot up this way and you'll have backtrack 5 on your computer, otherwise get use another monitor
ReplyDeleteiu
ReplyDeleteThe option "Install them side by side" is not appearing in my Backtrack 5 r1 64 bit installation.
ReplyDeleteI've just formatted my whole hard drive of my Laptop and installed windows 7 Home premium. During the windows installation I was not able to even delete and re-partition my Hard disk. I've made partitions by "Shrink volume" in Windows 7 utilities after installation of Windows 7.
The partitions I've made by "Shrink volume" are appearing as "unusable" in Backtrack 5 installation.
Please give me the solution..
hello! please help me out on backtrack network connection issues, each time i try to connect to both wired and wireless its say can not obtain ip address. whats next for me to do. i even set up a adhoc network on the backtrack system, and others where connect but still says no network access
ReplyDeletesounds like a dns problem
Deletethanks man :)
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThanks for the info about it hanging on 99%. lol I was getting bored waiting and not knowing. Nice Blog btw. I'm going to check it out more. And bookmarking it now.
ReplyDelete-J.Lansing
i have installed backtrack 5 R1 kde on my external and it sees my wireless card and all the wireless networks around me but when i try to connect to my wpa2 wireless network it keeps saying bad password can anyone help?
ReplyDeleteSounds like an issue with you typing it or with the configuration... Are you using WPA-PSK?
DeleteSorry guys for not responding at all... I've been super busy with school and Adsense shut down my advertising and their customer service is awful so I can't get it back up, but I'm transferring my ads so I'm getting more involved again... but anyway here are some answers if I can...
ReplyDelete@Taranasus My suggestion would be load a VM and install it through that, or use a Live-CD to try to dualboot.
@Sabtenam Try booting it into a different mode; I also have an ARP poisoning guide already on my blog =]
@AnonymousOct13th It should be the same way, is it not?
@JugzG0nn4G3tY4 What type of computer/USB version do you have? There's problems with USB 3.0 and booting off it (it's why I have to use a VM on my Laptop).
@AnonDec4th Try looking up a more in-depth guide than mine... there are many that tell you how to manually partition for your Dual-boot.
@HackFaces Are you in a VM or Dual-Boot? What type of computer do you have and what's your NIC?
@AnonDec14th What application are you using? Network Manager or the default one on BT? I can't think of the default one right now but I've had so many issues with it, I think it's Wicd... I'd suggest removing it and getting "Network Manager" instead.
You shouldnt let whether or not you have ads on the site decide whether or not you work on your site. It should be about the love/passion/dedication of doing what you do. My sites are adless, because helping others is what drives me. Anyway! I'm only a quarter into the article so far and I LOVE how clear and concise you write (in an area where clarity is a MUST). I would love to read a how-to on AirCrack written by you, since the one I have was written by someone whose goal was to write one in 60 seconds or less. :( Anyway, just started using BT5 and I'm loving it. Was wondering if it would be the same if I just installed Debian and added the extras? It looks like an O/S I could really get use to.. :) -- tim at ytepisodes
Delete@marshall
ReplyDeleteAnonDec14th
I am using the Wicd i will try to see if network manager will work but i have another issue maybe you can help with i have BT5 working on my external drive drive got wiped and now every time i put it back on my external drive and boot it up i get grub rescue i have tried NTFS,and Fat32 formats is there a reason it wont read it?
@marshall
ReplyDeleteAnonDec14th
i got the problem with my external fixed sorry to bug you with it i will update you in a little while on wheather or not the network manager worked for me
"Once this is done a "ready to install" page will show. Click on the "advanced" tab in the bottom right and make sure "install boot loader" is checked.
ReplyDeleteMine is "/dev/sda/" whereas my XP is "/dev/sda1/" so make sure they aren't the same or your computer is going to be quite messed up."
What if they have the same name like both /sda then what to do? Didn't understand that part sorry.
I've downloaded backtrack 5 several times but when I get to step 4 there isn't the side by side option it's either a full erase or manual partition. Also I specify backtrack 5 r1 and always end up with backtrack 5. Any ideas and thanks for the brilliant tutorial.
ReplyDeleteso do it manual if you cant figure that out your never going to hack anything, there is this cool tool now called google.
Deletecan i run backtrack 5R1 ON MY DELL 10V IT IS Runing mac 10.6.3
ReplyDeletelol linux works on everything
Deletewaow.... powerful tutorial worked verywell for me. now i have acktrack 5 runnuing side by side with my windows 7 ultimate. but i cant open documents neider can i play music with the back track also what other things can i do with back track and where can i get the tutorials please. Thanks in advance
ReplyDeletewow if you wana play games and be dumb use windows . if you wana listen to music and videos get linux (ubuntu) is my fav. if you wana hack any thing and everything get backtrack and then spend years reading about pen testing it dont come over night.
DeleteIs there any way you can screw up your USB or computer by trying to get BackTrack5 on it?
ReplyDeletenot permenently but you can loose your info if you dont know what your doing
DeleteI downloaded the R1 Gnome flavored, my screen resolution in x is like I chopped my monitor in two pieces any hints?
ReplyDelete@JugzG0nn4G3tY4
ReplyDeleteit Happen 2 me too, bt i jest type"startx" in that black screen then view GUI to setup
im about to download bactrack to hack wbp and wbp2 networks does enyone know how
ReplyDeletei think you mean wep and wpa its easy if you know unix/linux bash scripting perl helps dont expect to lern it over night, my advice dich windows use ubuntu and read alot you might get a program that will work 10 percent of the time but that dont make you a hacker read a book , or youl just be a script kitty
Deletecan anyone here teach me how to hack facebook using a program or something please?
DeleteThere's no such program to "hack facebook". Your best bet would be cookie session stealing.
Deletecan you use any type of usb? because i have a regular usb stick
ReplyDeleteis there a not normal usb, just make sure its lage enough to hold the image
DeleteAny type of USB is fine from what I've seen, but USB 3.0 ports have given me problems.
DeleteI don't understand why you would need a usb stick? What's the point of the usb stick?
ReplyDeleteyou dont need a usb if your 90 and like wasting cds and time
Deletethe point of a usb stick is to save a blank dvd-r... u might not have a burner or an optical drive might not be on the computer you want to install backtrack
ReplyDeletehi i need help with bt5r1. i use kubuntu linux . and i download unetbootin bt5r1 and i have a usb 8gb. when im booting to flash drive. after extraction it opens a unetbootin menu and not backtrack. what should i do??? please help!!!
ReplyDeleteWhat type of computer do you have?
Deleteuse the unet bootin menue but it sounds like you didnt put the boot loader on the right place
DeleteHi,
ReplyDeleteCan I stop after using Unet...to burn ISO to USB and have a portable BackTrack selectable at boot of machine OR do I have to install it on each machine used? thanks! great post!
yep linux can do any thing windows can only suck
Deletehey man is there anyway that i can keep windows as my default and use bt5 only when i boot from it??
ReplyDeletemy pc is a sh*t!!
reply fast
I'm not sure exactly how to do it, since Windows 7 has a weird bootconfig, but if you Google it I'm sure there's a way.
Deleteyes you use grub boot loader and make windows default. if you realy wana hack forget windows it is for stupid people who dont want to do anything but surf porn and facebook
DeleteYes, keep your BT5 on a stick, and plugin just when you want to use BT5...
ReplyDeleteYou can also create a live boot usb drive which won't save anything to you computers hdd and you can boot it off any pc as long as you edit the BIOS to boot off of usb first. I just used 2 usbs. (1 8gb sdhc) that was mounted in my android phone connected to usb & mounted as a disk drive I put the ISO file on that with unetbootin & then I booted with that and installed the Bt5r1 to an encrypted 16gb usb thumbdrive. So long story short? If you wanna save your data each time you boot but don't wanna risk screwing up your pc or leaving sensitive files on your home comp and be able to bring your files everywhere you go then do a persistent install using two usb drives min 4gb for boot image and 8gb minimum for OS.
ReplyDeleteor learn linux and become a real hacker its not rocket science
DeleteAlso you CAN run all the WiFi tools off of a windows VMWare install. You need a seperate usb wireless WiFi connector that can go into monitor mode and inject packets needed to break encrypted networks. They are cheap usually $10-$75 all you have to do is disconnect you connection from the windows pc and enable the usb device in VMWare then depending on which WiFi adapter you have some are plugnplay (realtek8187L) & work outta the box. Others you have to install drivers / edited or compile new kernels & should only be done by an experienced user. Once you disconnect your regular connection to your pc. Plug in the usb WiFi connector when you boot your vm. Just Google. There Is instructions on the net. And there is a list of compatible cards on the back track wikip.
ReplyDeleteWithout buying an additional piece of hardware, you can't, so I prefer to dualboot.
Deletegot a problem mate. I installed everything, made sure i checked the loader and when I rebooted the only thing that loaded up was windows, it didnt even give me a choice. backtrack will only load up if i have the usb in. i'm really stuck! any advice? thought I made a mistake so I uninstalled backtrack and did the whole process again but still the same problem occured. I am using windows 7.
ReplyDeletegreat tutorial btw!
What type of computer do you have? Are you partitioning it or letting it do it itself.
Deletei dont get the option install side by side why>>>>>>?????????????????????
ReplyDeleteplz help i beg you guys
Please give a little more information. When you boot it there's no install side by side when you get to the partitioning?
Deleteit sais something like "something else" its usualy the botom
DeleteCan I use this without having to boot it..?
ReplyDeleteYou don't have to install it, you need to make sure your USB stick updates though.
Deleteyes in virtual box download it from virtualboxdownloads.org
DeleteIs it okay if I just run it off the USB instead of putting it on my HDD?
ReplyDeleteYes, if it is a Live USB stick that saves.
DeleteHi, i just installed my BT5 using a live cd and i tried searching for wifi network connections and i cant seem to detect any of it. when you freshly install backtrack do you need to install drivers for the laptop? or it installs the drivers automatically during the installation process? how can you check if i have all my drivers installed? appreciate any help
ReplyDeleteFor some reason, when i tried to install it from a VBox, i couldnt install side by side(im guessing it is because BT was only seeing the new driver that the VBox made, it was only giving me the option to erase the entire disk or to partition it. So if you want to install side by side, then you have to boot off a USB, you cant install side by side if you are running through a VBox
ReplyDeletePlease help. Just started with BackTrack5.what to do next after this comment.
ReplyDelete"0 upgraded, o newly installed, o to remove and o not upgraded"
before I decide to start installing this I have a few questions and if anyone could answer them I'd be very thankful.
ReplyDeleteFirstly, I'm currently on a PC with no wifi capabilities, and am waiting for a new hard drive for my laptop to arrive in a few days. Should I wait or can I use it on this PC (that has no wifi capabilities).
Secondly, I don't have a USB stick, I have a 900 or so GB hard drive, and when I ask it to format, it keeps telling me it couldn't be done. I've even erased everything in the drive in case there was a protected file in there but it's still not formatting. Anyone know what could cause this?
Thirdly, and what also could be important to the second question is that when I get to the window for the formatting, instead of the option FAT32 I get exFAT, is this why it's not working?
I'll follow your blog and check back to see if anyone can answer my questions, but if you can't really be bothered typing it out here feel free to email me at anonym89@tormail.net
Thanks.
hey guyz im new here how to drive my VGA and Wifi Drive on BackTrack 5 ?!
ReplyDeletei am having a big problem,i have installed xp sp3 on my system and when i try to install backtrack 5 with usb then at step 4,inspite of showing xp installed it says "this machine has no os installed",then it asks to install backtrack on single partition i.e. my harddisk.What should i do??
ReplyDeleteSeriously script kiddies, if you can't even get through the installation don't bother with the more technical/dangerous stuff you want to do with the OS. You'll end up getting V& your first night.
ReplyDeletei'm running into an issue when installing backtrack5, (original distro, the others were too big for my 2gb pendrive) when i let the installer "erase everything" and partition on it's own, it fails, and give me
ReplyDelete"error: cannot read the Linux header.
error: you need to load the kernel first.
failed to boot both default and fallback entries."
i've been able to install and partition my hard drive manually, but that then gives me a "grub rescue" message, i'm new to linux, and i wanted to learn, i'm alright with computers, but this seems to be making it hard for spite, any suggestions?
i've got a windows 7 home premium and just found out that my pc does not have the bios feature for virtualization. i have been reading quite a bit and been trying to get my head wrapped up with linux and stuff and i don't quite know the right way to go.also i've read u can do adual boot but isn't that a bit dangerous without a place to st0rage ur data...and i'm not very tempted to do that would rather do it in a virtual box once a have downloaded oracle.can u help marshall????
ReplyDeleteJust buy a simple usb drive and boot it from there. You can run the entire os from the drive. Then you don't have to worry about anything.
DeleteI am trying to install bt5 and it said I didn't have enough free space. I free'd up some space on my computer and now it won't let me select the install them side by side option. Why is it doing this, and how can I fix the issue?
ReplyDeleteDude I run a network service and IPC communicator sweet of tools along with my back track and a third one to log into my jobs secure linux distro so that I can also look at pay, email, and access all the cool benefit stuff from home. I literally run them all three at a time all day Having isolated systems are very veru secire ways of keeping a fatal line of code injection from destroying your entire core.
ReplyDeleteFunny when you wrote this 12 months ago people were so complicated to how they could do linux partions with so many builds out there.. Now I laughed today cuz I lwiterally downloaded the 5r2 build today and the instructions would of been "Download ISO file from website download and crack or downoad cracked VMWware for whatever windows you need. Install it, "add new virtual machine" double click the ISO and since i got the package which was also a VMware template install. At that point its simple as double clicking and youre at room level terminal. You can either waste time mounting and calling coms ou in text you can OR you can type xstart two seconds later and you're completely operational with two opersating systems (or in my ase 4)
Im new to bt and I have the flavor backtrack5 r2.then iwent to gnome and ISO but I got the torrent because it was faster. But now idk what ISO I use. I extracted it and it has a folder that say isolinux. But when I open it. I has 6 files name: boot,isolinux,isolinux.cfg,memtest,splash,vesamenu.32. Or do I go to the folder that says "[BOOT]",but when I go to the file: bootable_noemulation. It says to burn the disc image but when I click burn. It says selected.m disc image file isn't valid help if you could?
ReplyDeleteIf i download onto a usb drive there is no need to install onto the hard drive is there? i can just boot and run from the usb drive. Correct?
ReplyDeleteReading through these comments from top to bottom turned out to be quite a comical timeline. It's easy to separate who are thought they have some magic hacking OS from those who actually know what they are talking about, because later on a majority of them couldn't even get past a clean install. This isn't some weak Windows magic autopwn tool that is going to let you point and click your way to being an elite hacker. The BT distro is made for people who are experienced linux users who are serious about netsec in one way or another. "I can't listen to music what other cool stuff can I do" you really shouldn't be behind a rootshell.
ReplyDeletehello all. i have a ? i used a live cd to run backtrack 5 on my hd hdx laptop. my second niko pnp monitor worked great too, but when i installed it on my hardrive it quit working . what should i do ..? my email is kruell.ryan@yahoo.com. thanks all ..
ReplyDeletewhat quit working the monitor or backtrack eric@brandonholtsclaw.com hit me up ill help
Deletewindows is for newbies, if you want to hack use linux any version ubuntu backtrack fadora knopix its what the internet is built on, way more secure, and you can actualy say you know something. if a windows user told me they were a hacker i would laugh out loud and feel sorry for them.
ReplyDeleteok so i tried booting from usb stick and i get the error can not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs i have tried everthing under the sun to fix it. ive tried a different iso ive tried a different compiler like universal usb loader ive tried creating partitions in windows before booting. ive tried live cds ive tried loading it strait to my hdd. if i disable my hdd in bios it lets me boot from the usb but i cant format it to my hdd because it is disabled. This is extremely frustrating can anyone help please?
ReplyDeleteI wish I could find a solution, the bug has been out for years now and still no known fix, I as well have read all sorts of things working for people, the only thing I havn't tried is using an older usb2.0 as usb 3.0 seem to be causing it? Just something I read in the last 10 minutes, I'll give it a shot.
Deletewhat is casper? did i turn it on by accident? display wearied and nothing works. very new to this. booting bt5 from usb. Aughhh
ReplyDeleteHi,
ReplyDeleteI followed the instructions. Running ver 5 R3. When installing I get to root and type startx and the screen goes black and just hangs there. Reinstalled it again on thumb and the same. Tried both default and text modes and it does the same. Anyone having this issue?
hi I have the same problem with Toshiba tecra.. do you know what is the problem?
DeleteFigured it out. Tried the same process on another pc and it worked fine.
ReplyDeleteWas it just a problem with the model of the computer/GPU?
Deletehay great post .. I was studying backtrack for about 2 weeks in my usb live in order to further install it with some knowledge ,,,but my main fear is what I heard that it is so hard to uninstall backtrack without damaging the original operating system.is that true.and if i wanted to uninstall it for some reason ,,can u teel me how when I choose ( side by side ) option ....
ReplyDeleteI haven't actually uninstalled Backtrack, but I might be replacing it with Kali Linux (the new Backtrack), so if I do I will write a how-to on safely doing this.
Deletesorry if i am asking an already answered question, but what if i do not want to install bt onto my computer and just use the usb everytime?
ReplyDeleteJust boot off your USB stick and don't double click the install :]
DeleteDo you need to format fat32 if you're using linux?
ReplyDeleteYou should format the USB drive to Fat32
DeleteThis was a great tutorial all I can day is the directions on here are as simple as they get if you can't figure it out from these posts maybe you shouldn't be playing with big kids software until you learn a bit more about your system and computers in general. Not trying to be mean just trying to be honest thanks for the great post I would love an email where I could contact you to learn more this is kind of my passion and you seem to be an extremely good teacher!!
ReplyDeleteHey Devin, thanks for the kind words. I have a contact me page if you'd like to ask questions but I do not teach classes so the best I can do is offer my advice.
Deletehow to configure ethernet cable after dual booting with backtrack5
ReplyDeletedont download this backtrack iso its full off malware and bugs so this scammer can hijack u or do u think hes doing this to be kind grow up this backtrak ppl are just dirty scum i know since 40 years ago.
ReplyDeletedont download this backtrack iso its full off malware and bugs so this scammer can hijack u or do u think hes doing this to be kind grow up this backtrak ppl are just dirty scum i know since 40 years ago.
ReplyDeleteI am really new for backtrack, I downloaded the latest backtrack on it's own site. Before installing it I have a doubt that I have heard , when we boot the backtrack it always needs the live CD or USB with backtrack on it, is it true? Can't we use backtrack like we use windows or ubuntu?
ReplyDeletefull share software with crack version.
ReplyDeletethanks for nice sharing and easy tutorial to install Backtrack 5.
ReplyDeletecrack download software
Nice post! thanks for sharing helpful tutorial.
ReplyDeletePortable Software Download
Thanks for nice sharing, it's a very useful tutorial.
ReplyDeleteFull Version Software Download
I wanna get the best hacking tool.
ReplyDeleteBlueStacks App Player Crack | Free Download Software
I must say this blog indicates the sincerety with other bloggers, It's an amazing blog.I always love to read these kind of blogs.Amazing discussion on software technology. Go ahead and update us through these type of posts.
ReplyDeletePortable Software Download
fk u
ReplyDeleteThis is really amazing and nice post.thanks for sharing.
ReplyDeleteProteus 8.2 full crack
2016-3-23 leilei
ReplyDeletepolo ralph lauren
longchamp outlet
michael kors handbags
louis vuitton handbags
cheap ray bans
ralph lauren
coach outlet store online
adidas gazelle
coach outlet
polo ralph lauren outlet
michael kors outlet online
burberry outlet
adidas trainers
true religion outlet
michael kors handbags
mizuno running shoes
gucci outlet online
asics gel kayano
toms outlet
omega watches
pandora jewelry
michael kors outlet
oakley outlet
coach purses on sale
valentino shoes
nike force 1
burberry
rolex daytona
canada goose sale
coach outlet online
nike blazer
coach factory outlet
michael kors
ray ban sunglasses
fitflops outlet
skechers outlet
converse sale
coach outlet store online
michael kors watches
nike air max 90
chenlina20160625
ReplyDeletecoach outlet
lebron james shoes 13
asics outlet
kate spade handbags
longchamp bags
cheap toms
cheap air jordans
tory burch outlet online
adidas uk
michael kors outlet
jordan retro
ralph lauren outlet
coach outlet
true religion
louis vuitton outlet
adidas superstar
oakley sunglasses
pandora outlet
christian louboutin outlet
kate spade handbags
kids lebron shoes
coach outlet
coach factory outlet
cheap jordan shoes
michael kors outlet clearance
louboutin
ray bans
coach outlet store online
nfl jerseys wholesale
true religion sale
coach outlet online
michael kors outlet online
ray ban sunglasses discount
ray ban outlet
toms outlet
louis vuitton outlet
michael kors handbags
jordan retro 3
celine bags
true religion outlet
as
louis vuitton outlet stores
ReplyDeletekobe bryant shoes
christian louboutin shoes
kate spade handbags
nike factory outlet
asics shoes
air jordan retro
louis vuitton
adidas originals
louis vuitton handbags
louis vuitton bags
coach outlet store online clearances
michael kors handbags
hollister clothing
fitflops sale clearance
michael kors outlet
kobe bryant shoes
celine
adidas outlet
christian louboutin shoes
nfl jerseys wholesale
toms shoes
polo ralph lauren
true religion outlet
ralph lauren outlet
adidas shoes
michael kors outlet clearance
toms shoes
louis vuitton
celine
hermes birkin bag
coach outlet
louis vuitton handbags
jordan shoes
lebron james shoes 13
coach outlet store online clearances
adidas yeezy
nike outlet
nike nfl jerseys
polo ralph lauren
20167.28wengdongdong
ralph lauren outlet
ReplyDeletemont blanc outlet
jordan 11
coach outlet
uggs outlet
fitflops sale
ugg boots
michael kors outlet
louis vuitton outlet online
michael kors outlet
football shirts
cheap ray ban sunglasses
michael kors outlet
reebok trainers
michael kors handbags clearance
tory burch outlet online
police sunglasses for men
ugg outlet
cheap football shirts
michael kors outlet
polo ralph lauren
cheap nike shoes sale
beats headphones
hermes birkin bag
nike outlet store
kobe bryants shoes
basketball shoes
swarovski crystal
michael kors uk outlet
hermes bags
basketball shoes,basketball sneakers,lebron james shoes,sports shoes,kobe bryant shoes,kobe sneakers,nike basketball shoes,running shoes,mens sport shoes,nike shoes
kate spade uk
michael kors uk
nike trainers
cheap nhl jerseys
20160729caihuali
prada outlet
ReplyDeleteyeezy boost 350 balck
christian louboutin shoes
ugg boots canada
kate spade handbags
michael kors outlet clearance
ugg boots
basketball shoes
birkenstock
ray bans
oakley sunglasses
uggs sale
christian louboutin outlet
michael kors outlet
tiffany jewelry
nike free flyknit
discount oakley sunglasses
ugg boots
coach factory outlet
ugg boots
jordan pas cher
rolex watches
canada goose jackets
coach outlet
louis vuitton borse
adidas stan smith
ugg outlet
burberry outlet
kobe 9
oakley vault
adidas nmd runner
201698yuanyuan
rolex watches
ReplyDeletecheap ray ban sunglasses
canada goose outlet
coach factory outlet
washington wizards jerseys
ugg boots
ugg uk
tiffany and co
christian louboutin outlet
fitflop shoes
2016.11.17chenlixiang
nike outlet store
ReplyDeletelouis vuitton outlet stores
instyle hair iron
toms shoes for women
coach outlet store online clearances
michael kors outlet
chanel handbags
gucci outlet
oakley vault
discount rolex watches
2017.2.20chenlixiang
michael kors canada
ReplyDeletemichael kors canada
coach outlet
miami heat jerseys
cheap oakley sunglasses
pandora jewelry
oakley sunglasses
oakley sunglasses
coach factory outlet
coach factory outlet
20170313caiyan
jordans
ReplyDeletegucci bags
pandora charms outlet
adidas yeezy boost
pandora charms sale
coach handbags outlet
mulberry handbags
louboutin outlet
longchamp bags
phillies jerseys
170522yueqin
You article submission list is very good and i am happy to see your collection. Thanks for sharing with us.Virtual Edge
ReplyDeletePut all your movies on one computer, watch them on all your other apple settling low disk space problem under Windows 2000/XP/Vista/7. Know Process to How to Install Windows XP on MacBook Pro here.
ReplyDeletea pride for me to be able to discuss on a quality website because I just learned to make an article on
ReplyDeleteobat menggugurkan kandungan
coach outlet online
ReplyDeletechi hair
converse
dansko outlet
ugg boots
ray ban sunglasses
nike free run
fitflop sandals
goyard handbags
michael kors outlet online
2018.3.14chenlixiang
golden goose sneakers
ReplyDeletejordan 11
adidas superstar shoes
ferragamo belts
michael kors outlet
adidas pure boost
stephen curry shoes
lacoste polo
nhl jerseys
adidas ultra boost
عزل الاسطح وعزل الخزانات يحتاج الي عمالة وايد عاملة محترفة ودربة
ReplyDeleteشركة الصفرات تغنيك عن الشركات الوهمية العديد علي المواقع والمديا
شركة الصفرات لعزل الاسطح
عزيزي العميل افضل شركة عزل اسطح وخزانات بالرياض
شركة الصفرات تقوم بخدمات العزل بمواد عازلة ممتازة
شركة الصفرات لعزل الخزانات
شركة عالم الابداع(0556754275)شركة متخصصة و رائدة تتنوع خدماتها المميزة والتى تلائم جميع احتياجات عملائنا الكرام و تناسب كافة متطلباتكم و تعمل على تقديم خدمات شاملة متميزة بعروض مبهرة وكفاءة عالية لا مثيل لها فى كافة الخدمات فمن يريد نوفير الوقت و الجهد فشركتنا تقدم خدمات متنوعة وستجد كل مطالبك عندنا فتواصلوا معنا .
ReplyDeleteشركة تنظيف بالدمام
شركة تنظيف بالخفجى
شركة تنظيف مجالس بالدمام
شركة تنظيف موكيت بالدمام
شركة تنظيف مكيفات بالدمام
شركة تنسيق حدائق بالدمام
شركة مكافحة حشرات بالدمام
تعد شركة ركن الامانة (0505561372) من الشركات المتخصصة فى اعمال التنظيف و النقل و المكافحة بالمنطقة الجنوبية فى المملكة العربية السعودية فهى تقدم خدمات متميزة وعلى اعلى مستوى من الخبرة و التقنية بالاعتماد على عمال مدربين ومتميزين فى عمالهم ونقدم خدمات باقل الاسعار التى تناسب جميع عملائنا الكرام فتواصلوا معنا على رقم الشركة
ReplyDeleteشركة تنظيف بخميس مشيط
شركة تنظيف منازل بخميس مشيط
شركة تنظيف كنب بخميس مشيط
شركة تنظيف خزانات بخميس مشيط
شركة عزل اسطح بخميس مشيط
شركة عزل خزانات بخميس مشيط
شركة كشف تسربات المياه بخميس مشيط
شركة تسليك مجارى بخميس مشيط
شركة مكافحة حشرات بخميس مشيط
شركة نقل اثاث بخميس مشيط
lacoste polo
ReplyDeleteyeezy 500
birkin bag
lebron 13
adidas pure boost
kd 10
off white x jordan 1
yeezy boost 350
adidas yeezy
michael kors outlet online
adidas yeezy
ReplyDeletecoach outlet online
ray ban sunglasses
jordan shoes
coach factory outlet
y3 shoes
adidas yeezy 350 boost
tory burch outlet
air max
fitflops
chenyingying20180804
ferragamo sunglasses
ReplyDeletejames harden jersey
oakley sunglasses
vans shoes
michael kors
nike roshe run
flip flops
lebron 11
jimmy choo sunglasses
babyliss
2018.8.27chenlixiang
Thank you for a informative post.
ReplyDeleteclipping path
clipping path service
remove white background
car editing
just information we only provide information for those who need it
ReplyDeleteA. obat telat datang bulan
B. posisi berhubungan agar cepat hamil
C. makanan dan minuman agar cepat hamil
D. panduan agar cepat hamil
E. cara agar cepat hamil
F. cara agar cepat hamil setelah selesai haid
G. cara alami untuk segera mendapat kehamilan
ReplyDeleteشركة رش مبيدات بالمدينة المنورة
شركة تنظيف بيارات بالرياض
شركة تنظيف بالجبيل شركة تنظيف بالجبيل
شركة تسليك مجاري بالاحساء شركة تسليك مجارى بالاحساء
شركة تنظيف بالخبر شركة تنظيف بالخبر
افضل شركة نقل عفش بالاحساء نقل عفش بالاحساء
now present in your city cara menggugurkan hamil
ReplyDelete1. manfaat kurma untuk persalinan
2. manfaat buah nanas
3. aktivitas penyebab keguguran
4. apakah usg berbahaya
5. penyebab telat haid
Great Article
ReplyDeleteInformation Security Projects for CSE Students
Project Centers in Chennai
JavaScript Training in Chennai
JavaScript Training in Chennai
Offre una varietà di orologi replica , tra cui Rolex, Omega, Breitling, Panerai e altre repliche di orologi di lusso
ReplyDeleteOffre orologi replica e falsi orologi Rolex replica a prezzi convenienti.
In alcuni casi parte rolex replica di quell'immagine è la quantità di denaro che hai investito per usare orologi replica un orologio con un nome come Rolex; non è un segreto quanto possono costare orologi del genere. Per quelli con gusti meno stravaganti, ma con un occhio alla qualità Breitling replica ci sono opzioni più pratiche.
ReplyDeleteStrehler gick sedan rolex kopior tillbaka till sitt ursprungliga Winterthur och började arbeta på egen hand, initialt i sin fars garage. Idag är Andreas klockor kopior Strehler pristagare i Prix Gaïa och medlem i Académie Horlogère des Créateurs Indépendants (AHCI). Han har varit en rolex klocka kopia oberoende urmakeri i mer än 20 år och hans atelier är baserad i Sirnach, i den tysktalande delen av Schweiz. Andreas fake Breitling Strehler designer, konstruerar och tillverkar sina rörelser i sin egen verkstad med hjälp av en liten och dedikerad arbetskraft. Endast fake Omega 10 klockor byggs varje år under hans namn, och fake Hublot han personligen monterade och reglerar var och en. Andreas utvecklar och konstruerar också många av de verktyg och maskiner han använder. Genom UhrTeil fake Cartier AG, hans rörelseproduktionsverksamhet, utvecklar han, designer och tillverkar också rörelser fake Patek Philippe för andra varumärken.
ReplyDeletebiaya aborsi
ReplyDeleteLa peonia appare spesso nella poesia antica. Ad esempio,repliche rolex nel "Premio Peonia" di Liu Yuxi,replica rolex "solo la peonia è il colore nazionale e il festival apre la capitale".replica orologi A nostro avviso,fake watches uk la corolla di peonia è un gruppo di fragranti, aggraziati e lussuosi,audemars piguet replica con una postura della città. Quando la peonia del colore nazionale è dipinta nell'orologio,replica rolex crea uno stile unico tra i quadrati. Ogni anno,vacheron constantin replica Chopard usa la peonia come fonte d'ispirazione per lanciare un bellissimo orologio,replica rolex e anche quest'anno è vero.rolex replica Questo Esprit de Fleurier Peony L.U.C XP è un orologio in edizione limitata lanciato da Chopard quest'anno,replica rolex la cui peonia sul quadrante è bella e orgogliosa. Successivamente ci riuniremo per apprezzare questo splendido orologio.
ReplyDeleteLa storia della peonia può essere fatta risalire al IX secolo a.C.,replica watches a simboleggiare ricchezza e onore.replica watches uk La peonia ha molte storie storiche,fake watches come la peonia di Wu Zetian per Luoyang, che ha fatto "Luoyang Peony A World";replica rolex L'imperatore Sui ama i fiori di peonia,fake watches uk raccogliendo peonia da tutto il paese e piantandolo a Xiyuan. Anche Caroline Scheufele, la copresidente di Chopard,fake rolex adora la peonia: quest'anno il fiore di peonia è scolpito nel quadrante, i colori si sovrappongono e sono piacevoli alla vista, creando un effetto visivo indimenticabile.
ReplyDelete