Jump to content

Streak meets Backtrack 5


Guest okokokokok

Recommended Posts

Guest RavenY2K3
Just playing around with Backtrack 5 and my Streak :unsure:

This is done with a self shrinked version of BT5 ARM over VNC on StreakDroid 1.9.0 :

Dude, thats awesome. Care to share what you need to do so others (including myself) can do it too?

Link to comment
Share on other sites

Guest jmhalder
Dude, thats awesome. Care to share what you need to do so others (including myself) can do it too?

If it could do monitor mode/packet injection... I'd be set :unsure:

VERY rarely do I need to do this, lol.

Link to comment
Share on other sites

Guest pimmp
If it could do monitor mode/packet injection... I'd be set :unsure:

VERY rarely do I need to do this, lol.

Why not it has a usb host.

Link to comment
Share on other sites

Guest kentt

Very cool. I was just thinking the other day how useful BT could be on the Streak. Could you share what major features work and don't work.

Link to comment
Share on other sites

Guest mrmrmrmr

Hi,

I've downloaded bt5 for ARM and put it on /sdcard/BT5

but it gives me a lot of mount errors when I run it.

can you share your boot file please ?

thanks.

Link to comment
Share on other sites

Guest mrmrmrmr

thanks for the instructions on PM. Backtrack is working fine now.

I'm not sure if we can add packages to this distro of Backtrack though.

Is there packages for ARM version of BT ?

Link to comment
Share on other sites

Guest Kumouri

I can't get the filesystem to work on the Streak (anything other than FAT32, which I can't use because the file is larger than 4GB) How did you get around that? If you have any instructions for the whole process they would be much appreciated :P

Link to comment
Share on other sites

Guest mrmrmrmr

I was able to add bison and then flex packages using the following repositories:

deb http://repository.maemo.org/ fremantle/sdk free non-free

deb http://repository.maemo.org/ fremantle/tools free non-free

then wireshark required libgtk2.0-dev package. unfortunately the existing libgtk2.0 package is not matching the devel. packge on maemo repository.

any idea on what to do ?

Link to comment
Share on other sites

  • 1 month later...
Guest kanofski
Please could someone PM me the details.

hay all please can someone post a working bootscript, working on this for days now

# sh bootbt

sh bootbt

net.ipv4.ip_forward = 1

[1]   Segmentation fault	  busybox chroot $...

Shutting down BackTrack ARM
this is the error i cant get rit off :S after moddefing my script to this;
perm=$(id|cut -b 5)


if [ "$perm" != "0" ];then echo "This Script Needs Root! Type : su";exit;fi


mount -o remount,rw /dev/block/mmcblk0p5 /system

export kit=/sdcard/BT5

export bin=/system/bin

export mnt=/data/local/mnt

mkdir -p $mnt

export PATH=$bin:/usr/bin:/usr/local/bin:/usr/sbin:/bin:/usr/local/sbin:/usr/games:$PATH

export TERM=linux

export HOME=/root

if [ -b /dev/loop0 ]; then

	echo "Loop device exists"

else

	busybox mknod /dev/loop0 b 7 0

fi

mount -o loop,noatime -t ext2 $kit/bt5.img $mnt

mount -t devpts devpts $mnt/dev/pts

mount -t proc proc $mnt/proc

mount -t sysfs sysfs $mnt/sys

busybox sysctl -w net.ipv4.ip_forward=1

echo "nameserver 8.8.8.8" > $mnt/etc/resolv.conf

echo "127.0.0.1 localhost bt5" > $mnt/etc/hosts

busybox chroot $mnt /bin/bash


echo "Shutting down BackTrack ARM For Xoom"

umount $mnt/dev/pts

umount $mnt/proc 

umount $mnt/sys 

umount $mnt

greets,

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.