majorkuso
Posts: 11
Joined: Fri Feb 08, 2013 2:22 pm

kali raspberry repo

Mon Mar 17, 2014 3:43 am

I want to add the kali repo to my raspbian sources how would I go about it ?
also I want to ssh into one wireless nic without router or ethernet and use second wireless nic to do wireless pentesting the problem i am having is setting it up to ssh onto nics they are both alfa awus 036h

majorkuso
Posts: 11
Joined: Fri Feb 08, 2013 2:22 pm

Re: kali raspberry repo

Mon Mar 17, 2014 5:11 pm

I managed setup the one wireless card for ssh and can ssh and vnc into it, the only problem I am having is putting kali tools on the pi.

User avatar
fusiooon
Posts: 9
Joined: Tue May 08, 2012 11:23 am

Re: kali raspberry repo

Mon Aug 25, 2014 4:10 pm

Hi, this is how you would add the Kali repo.
Open the apt source list in a text editor as su (root/sudo).

Code: Select all

sudo vim /etc/apt/source.list
Add the following lines to the file:

Code: Select all

deb http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
You also need Kali's public key if you don't want to get errors.

Code: Select all

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7D8D0BF6
Now just update apt

Code: Select all

sudo apt-get update
You should now be able to install all the packages available in the Rpi Kali distro!

majorkuso
Posts: 11
Joined: Fri Feb 08, 2013 2:22 pm

Re: kali raspberry repo

Mon Aug 25, 2014 9:59 pm

ok will try

User avatar
AndrewS
Posts: 3625
Joined: Sun Apr 22, 2012 4:50 pm
Location: Cambridge, UK
Contact: Website

Re: kali raspberry repo

Tue Aug 26, 2014 12:20 am

Be careful though - from what I've read elsewhere Kali uses armel (soft-float) on the Pi rather than armhf (hard-float), so it's likely that the armhf Kali packages are compiled for ARMv7 and above, just like upstream Debian.
Whereas Raspbian is setup to use armhf, but compiled for ARMv6 (the CPU in the Pi).

In summary: it may work, or it may not, you'll just have to test (and have a backup in case it screws up your system!)

Return to “Beginners”