Pergunta

I am thinking about loading Back Track 5 on the Raspberry Pi and was wondering if this is possible or am I setting myself up for wasting a lot of time?

The ARM version of BackTrack5 is ~1 GB whereas the "Squeeze" Debian version recommended by Raspberry Pi folks is 443 MB.

I have an 8GB SD card which I will use to copy BackTrack on to and attempt to load on the Raspberry Pi. But I'm just wondering if this is possible or if anyone has tried this before. Would appreciate all / any advice.

Foi útil?

Solução

The thing you should be aware of is the booting process of the pi. You have to have a fully working boot partition (vfat) on a SD card to start it. So installing becomes a problem, because you cannot boot from another media than the one you want to install it on.

It may be possible to create a separate installation partition and install from there, but this seems messy.

The other alternatives I can think of is installing using a VM or making a .img the way raspian does it.

Good luck! I would love to have BackTrack working on the pi!

Outras dicas

and now the successor to Back Track, Kali, has full support for Raspberry Pi:

http://www.kali.org/downloads/

You can't without a lot of work.

Surely what piksel bitworks reported in his answer is true, but it should be okay to install it from an prepared image using your own computer to write to the SD card.

The main point, in my opinion, is that you would have to get Backtrack's code and compile it yourself. You would not be able to use the image file provided as ARM Backtrack because it seems to be compiled for ARMv7, while Raspberry PI has a ARM11 CPU, which means that it has ARMv6 Architecture (Raspberry PI hardware).

Installing the software you are really going to use into a Raspberry Pi compatible distro seems far more effective to me, and probably it would also help you better use the available resources.

Pi's can run linux, rather then installing BT 5 just install the tools. Either that or use one of the various Pi distros that have many of the same tools installed such as:http://blog.pwnieexpress.com/post/24967860602/raspberry-pwn-a-pentesting-release-for-the-raspberry or http://sourceforge.net/projects/pwnpi/

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top