I did a reddit post for installing kali sana tools ontop of crunchbang++
https://www.reddit.com/r/crunchbangplusplus/comments/3hrere/cbppkali_add_kali_2_pentest_tools/Much better performance
To summarize:
From a fresh install of CBPP:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo nano /etc/apt/sources.list
Add at bottom:
#Kali 2
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
CTRL + x to quit, y to save, ENTER
sudo apt-get update
sudo apt-get install kali-archive-keyring
sudo apt-get update
sudo apt-get install kali-linux-all
* (NOTE: Takes a while to d/l and setup all the kali packages, be prepared to press ENTER a few times to accept defaults)
(I keep mysql passwords blank)
(Path to metasploit framework - for veil setup: /usr/share/metasploit-framework/ )
sudo apt-get dist-upgrade
(NOTE: this ^ will install Kali Kernel 4)
-To get kali menu in right click OB-menu:
sudo apt-get install openbox-menu
sudo apt-get install lxpanel
sudo ln -s /etc/xdg/menus/lxde-applications.menu /etc/xdg/menus/applications.menu
geany ~/.config/openbox/menu.xml
Add:
<menu execute="openbox-menu" id="desktop-app-menu" label="Kali Menu"/>
*(NOTE: I added it after </item> Line #52 // You can pretty much add it anywhere within reason) (You can change 'Kali Menu' to whatever, just note that because of the amount of tools, it will take a few seconds (dep on CPU) for the menu to appear.)
Save and exit geany.
openbox --restart
(or logout and log back in)
*Note: Before you launch msfconsole or armitage, you will need to run:
sudo msfdb init
Fin.
Screenshot:
http://i.imgur.com/yZW7vEC.pngIll be remastering when I am done customizing my own.
I can post the ISO if anyone wants to request it.