Guest Posted August 2, 2014 Share Posted August 2, 2014 Hola, Has anyone successfully installed Kali on the new B+ raspberry and please advise how you did it? Im not 100% but i think the current Kali raspberry pi image doesnt work with the B+ after imaging from various OS's to the microSD for the raspberry. I would ask on Kalis forums, but they dont approve new postings. Quote Link to comment Share on other sites More sharing options...
Guest spazi Posted August 2, 2014 Share Posted August 2, 2014 Did you manage to get it to work with another distrobution?You used the ARM version right? Quote Link to comment Share on other sites More sharing options...
Karit Posted August 3, 2014 Share Posted August 3, 2014 I know the B+ requires a new kernel to handle the USB hub and the NIC so unless the Kali release date is after the B+ release date it won' work I guess. If you have B you could try installer there. Doing apt-get update and apt-get dist-upgrade and then trying the SD card in a B+ or just wait for a new Kali build. Quote Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2014 Share Posted August 4, 2014 Did you manage to get it to work with another distrobution? You used the ARM version right? Yes. Tested another Distro on two seperate micro SD cards - booted fine. I know the B+ requires a new kernel to handle the USB hub and the NIC so unless the Kali release date is after the B+ release date it won' work I guess. If you have B you could try installer there. Doing apt-get update and apt-get dist-upgrade and then trying the SD card in a B+ or just wait for a new Kali build. I was hoping not to wait for another build. Quote Link to comment Share on other sites More sharing options...
cooper Posted August 4, 2014 Share Posted August 4, 2014 Could you perhaps elaborate on the "it doesn't work" situation? Do lights turn on, does the screen show anything at any stage in the process.... That sort of thing. Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 16, 2014 Share Posted August 16, 2014 kali image for arm is being worked on right now and soon will be released for use with raspberry pi b+ g0tmilk is provided this info I will get mine on Monday :-) so excited Quote Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2014 Share Posted August 16, 2014 Whats the best way to stay informed of when they release a new build? Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 16, 2014 Share Posted August 16, 2014 I was told twitter I'm sure they will tweet about it Quote Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2014 Share Posted August 16, 2014 Could you perhaps elaborate on the "it doesn't work" situation? Do lights turn on, does the screen show anything at any stage in the process.... That sort of thing. Followed this guide here to burn the image to a microSD http://www.r00tsec.com/2013/04/howto-installing-kali-in-raspberry-pi.html Powered on raspberry connected to monitor via HDMI. Not picture on monitor. The red and green lights on the Pi remain on. Tested on Kali Pi images 1.0.6 and 1.0.7 no go. Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 22, 2014 Share Posted August 22, 2014 (edited) https://gist.github.com/MikeyJck/e0baf8977dfbf2c2fd67 Looks like a fix here... i just got my pi today. (they sent me 2 by mistake) Edited August 22, 2014 by i8igmac Quote Link to comment Share on other sites More sharing options...
cooper Posted August 22, 2014 Share Posted August 22, 2014 they sent me 2 by mistake Heh. Poor you. Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 22, 2014 Share Posted August 22, 2014 I would like to see what tone has planned... My plans are all about startup scripts. Airbase foo. If wlan0 exist; broadcast some stuff. sniff some stuff. inject meterpreter. Ssl decrypt still need some poc. Maybe some beef. ill try to keep my scripts clean so ill share them here Quote Link to comment Share on other sites More sharing options...
cooper Posted August 22, 2014 Share Posted August 22, 2014 "tone"? Quote Link to comment Share on other sites More sharing options...
Guest Posted August 22, 2014 Share Posted August 22, 2014 My plans are to basically replicate the pineapple as much as possible and make it a more reliable alternative. Quote Link to comment Share on other sites More sharing options...
Guest Posted August 22, 2014 Share Posted August 22, 2014 https://gist.github.com/MikeyJck/e0baf8977dfbf2c2fd67 Looks like a fix here... i just got my pi today. (they sent me 2 by mistake) YES ! This works. Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 23, 2014 Share Posted August 23, 2014 (edited) mine booted fine. BUT I think this image is missing somebasic bBluetooth stuff, because my wireless keyboard don't work... I am sitting at the login with no working keyboard. So I thought I could mount the sd card on my labtop and setup a rc script for netcat... any ideas here I think chmod/file permission will prevent this from working? Edited August 23, 2014 by i8igmac Quote Link to comment Share on other sites More sharing options...
Guest Posted August 23, 2014 Share Posted August 23, 2014 Yeah im having the same issue. wired and wireless keyboard wont work but i can see they are detected when booting. Tried a powered USB hub and changed the power adaptor to the pi still no win. Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 23, 2014 Share Posted August 23, 2014 Any ideas on how to start a netcat listening demean... Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 23, 2014 Share Posted August 23, 2014 Ill try pwnpi when I have the time Quote Link to comment Share on other sites More sharing options...
Guest Posted August 23, 2014 Share Posted August 23, 2014 Ill try pwnpi when I have the time tested pwnpi. Boots fine with replacing the files on the boot dir as per this https://gist.github.com/MikeyJck/e0baf8977dfbf2c2fd67 Keyboard works fine. Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 23, 2014 Share Posted August 23, 2014 qemu emulator could run the image. Maybe apt-get install kali-linux-wireless may fix our problem? Then roll a new image and install to the sd card? I have never made my own image Pwnpi will suffice, the cutting edge repo would be nice... Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 24, 2014 Share Posted August 24, 2014 has nay one had problems with raspbian connecting to a open wifi access point... iwconfig wlan0 essid "open_ap" dhclient wlan0 (hangs for a while and does nothing) i feel super frustrated... this one step away from going mobile i got my phone on wifi teathering.. open access point Quote Link to comment Share on other sites More sharing options...
i8igmac Posted August 25, 2014 Share Posted August 25, 2014 (edited) Ok, ill show what i have so far... first on my droid phone ill start up mobile hot spot. Now power up the pi, it will auto connect to my phone's wifi access point, i then can ssh into the pi from my droid phone ,-) my pi has a /etc/rc.local script below that starts up some airbase-ng -P (karma like kungfu) my pi is now ready to go mobile, fake ap stuff here... ready to sniff or inject. . . what ever my heart desiers apt-get install dnsmasq apt-get install wicd wicd-curses (i had to start up from a terminal wicd and chose connection with my droid phone this then configured the config files for saved networks... ifpluged is the default service doing network stuff and is CRAP. stop the service and restart wicd) Save this ruby script as wifi_up.rb change the device="wlan0" to your current working device that suports monitormode... also Note the full path to airbase executable may need changed device="wlan0" #wireless for i in 0..1000 if not `iwconfig`.include?(device) puts "#{device} was not found" sleep 3 redo end system("service networking stop") system("iwconfig wlan0 essid SCH-bigmac") system("dhclient wlan0") system("iptables --flush && iptables --table nat --flush && iptables --delete-chain && iptables --table nat --delete-chain") system("iptables --table nat --append POSTROUTING --out-interface #{device} -j MASQUERADE") system("iptables --append FORWARD --in-interface at0 -j ACCEPT") system("echo 1 > /proc/sys/net/ipv4/ip_forward") system("/usr/local/sbin/airmon-ng start #{device}") system("/usr/local/sbin/airbase-ng mon0 -P -C 60 -c 6 >> airbase_log &") sleep 6 system("echo 'dhcp-range=192.168.96.50,192.168.96.150,12h' > /etc/dnsmasq.conf") system("ifconfig at0 192.168.96.1 up") system("pkill dnsmasq") system("dnsmasq") exit end nano /etc/rc.local add a new line to your start up script su - root -c "bash /root/.bash/reverse-vnc > /dev/null 2>&1 &" bash /root/.bash/reverse-netcat > /dev/null 2>&1 & ruby /root/projects/wifi_up/wifi_up.rb with a proper power supply and mobile hotspot running on my droid phone, i just power the device on and its like a raspberry pi reverse connect to my droid ,-) i need to make some fixes but the idea is there... Edited August 25, 2014 by i8igmac Quote Link to comment Share on other sites More sharing options...
barry99705 Posted August 25, 2014 Share Posted August 25, 2014 They just released a new image that is supposet to work out of the box with the new pi. Quote Link to comment Share on other sites More sharing options...
Guest Posted August 30, 2014 Share Posted August 30, 2014 new image works well. keyboard and mouse support Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.