Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Backtrack on Android!!!! filter_list
Author
Message
Backtrack on Android!!!! #2
Requires a rooted device!

BackTrack 5 installation guides are making their way around this forum. I've tried to synthesize it all, but I've also added my own touches to help with usability and features, along with a workaround for the "ioctl LOOP_SET_FD failed" error message some people have been getting.

In theory this build is nearly universal, so if you have an Android device it should work. I've put it all in one zip file that you can download directly from my website, no hassles or wait timers.

If you are interested have a look, feel free to re-post. Credit goes to the BackTrack team and xda member anantshri (he's got skills, give him props guys), who built the base image file.

Information, download link, and installation guide at:
(SERVER OFFLINE, SEE BELOW)

If you like what you see help me out, hosting is expensive!
http://www.mattslifebytes.com/donate
(alternatively, you can show interest in the products and services featured on my website, if you know what I mean Tongue)

Originally Posted by msullivan View Post

If you don't know what BackTrack is, you probably don't want it

BackTrack is an operating system based on Ubuntu Linux that is used for security testing (aka hacking) and digital forensics. I'm a master's degree student in computer security, so I love this OS... it can do awesome things. Turn on your Wi-Fi and you can do advanced network scans and tests right from your phone, no laptop required. For me this is hella-useful.

But besides just being an OS for hacking shit, it's also fully Ubuntu-based, so you can run it like a desktop, including running Firefox and other Linux applications.

Well guys my server had hardware failure (lol, my luck), so here's the website's content:

Originally Posted by msullivan

The Download

This installation of BackTrack 5 is available as a compressed file that will need to be extracted. I recommend downloading this using Chrome or Firefox. Internet Explorer often doesn’t play well with large HTTP downloads.

The root account’s password and the VNC server password are both set to ‘root’ by default!

Mirror 1

Part 1: http://www.mediafire.com/?1z5sbxdxv3naxp1
Part 2: http://www.mediafire.com/?0zz1vac0k59d58p
Part 3: http://www.mediafire.com/?kxpb7ug0x55ppde


Mirror 2

http://www.megaupload.com/?d=M6YCKZLR


Mirror 3 (Provided by shenshang)

http://www.shenye.co.uk/files/BackTr...sEditionv2.zip


Mirror 4 (Provided by brilldoctor)

http://brilldoctor.co.cc/Files/BackT...sEditionv2.zip


Mirror 5 (Thanks for uploading, PIIcoding)

Part 1: https://rapidshare.com/files/3602140...onv2.part1.rar
Part 2: https://rapidshare.com/files/2384880...onv2.part2.rar
Part 3: https://rapidshare.com/files/3314159...onv2.part3.rar
Part 4: https://rapidshare.com/files/3073073...onv2.part4.rar
Part 5: https://rapidshare.com/files/2486943...onv2.part5.rar
Part 6: https://rapidshare.com/files/3545372...onv2.part6.rar
Part 7: https://rapidshare.com/files/2371728...onv2.part7.rar
Part 8: https://rapidshare.com/files/1437974...onv2.part8.rar
Part 9: https://rapidshare.com/files/1758571...onv2.part9.rar


The Description

If you want to run BackTrack 5 on your Android-powered device, read on, you’re in the right place! So the big news is that BackTrack 5 runs on Android phones. We’ve been able to run Ubuntu on these devices for quite some time too, but admittedly BackTrack on a smartphone is just awesome.

Anyway, files for using BackTrack 5 on an Android phone have been running around the internet, but sadly it’s kind of a mish-mash of links saying, “go download this, then get this, to then this, blah blah blah”. Too confusing for my simple brain, so I’ve rounded it all up and posted it in one place… right here. The version posted here has everything you should need to run BackTrack 5 on your Android device. I’ve also added a lot of goodies to help with the user experience that the other offerings don’t include:

Works around the ioctl LOOP_SET_FD failed error that many people have been receiving on Galaxy S devices (and others)
Asks the user if they want a VNC session upon start-up
Starts the SSH service automatically and displays device IP on start-up
Enables the Ubuntu repositories to Aptitude, so you can do package installation
Adds vim. Really, what distribution doesn’t come with vim by default? Seriously…
Sets the screen resolution to 800×480 default (should be compatible with most smartphone devices)


SU
This requires root!
You must be able to "su" at terminal. This ability is usually provided by software for rooting your phone. To see if you have rooted your phone correctly and it's working, go to your terminal emulator and type "su" <enter>. If it is working, you'll probably get a prompt asking you if you want to allow your terminal emulator root access. Hit accept/yes. Now you'll be back in your terminal emulator. Type "whoami" <enter>. If it responds with "root" or "uid 0", then you are properly rooted.

Busybox
This requires Busybox!
I am no longer providing an installer for Busybox because of issues getting it to work universally, so instead YOU need to go get a working build and install it (I believe "Busybox Installer" will work, but not tested). If you want to know if you have Busybox and it's working, go to your terminal emulator and type "su" <enter>, then "busybox ls" <enter>. If you get a printout of all the files in your current directory, then your Busybox will likely work with BackTrack 5 just fine. If you get an error, "busybox: not found", that means you either do not have Busybox, or it is not properly installed.

WARNING FOR CyanogenMod USERS
Before doing ANYTHING, please test for ext2 support by running (as root, at terminal) --> "modprobe ext2" <enter>

If this fails probably your device lacks ext2 support and the whole thing will screw up if you try to run it! Support for ext2 in CM is being worked on.


The Installation Guide

Enable Wi-Fi and connect to a Wi-Fi access point (* not required, but BT5 cannot use your data plan for internet access)
Download the zip file, extract anywhere
After extraction you’ll have one folder “bt5″; copy this folder to the root of your phone’s SD Card
Put card back in phone and/or unplug from USB
In a terminal emulator, type “su” <enter>, “cd /sdcard/bt5″ <enter>
Now you are ready to rock and roll, so issue “sh bt” <enter> (in the future to start BT5 skip the line above and come straight to this command)
If all is well you’ll now be running BackTrack 5 on your Android device; you can SSH to it via Wi-Fi (password ‘root’), or access it from VNC if you said “Yes” to the prompt asking if you wanted a VNC session
To get a GUI for BackTrack on your smartphone’s screen, download a VNC viewer from the market (many are free), then connect to host “127.0.0.1″, port “5901″, password “root”


Enjoy, boys and girls.

The Credits

The BackTrack 5 Development Team
anantshri on xda-developers (his blog: http://blog.anantshri.info/) for creating the image file to fit FAT32 filesystems
anantshi's original thread where it all began: http://forum.xda-developers.com/show....php?t=1074169


haven't tried it yet, but will and will respond my take on it.:dance:

you want my opinion on this?
This is F***ing INSANE!!! I got a stable terminal running and i was able to successfully send a web browser attack!!! This is awesome.... whitehats on a whole different level!!!

Reply





Messages In This Thread
Backtrack on Android!!!! - by kuk27 - 05-29-2012, 12:48 PM
Backtrack on Android!!!! - by kuk27 - 05-29-2012, 12:48 PM



Users browsing this thread: 1 Guest(s)