./get-hack-src.sh;
+(you can, if you want, get every source's soft by using "get-"soft".sh)
+
(to get sploitego running, you need to install and activate maltego as here : www.paterva.com)
happy hacking !!!
-WRKDIR=`pwd`/src
+WRKDIR=`pwd`
mkdir $WRKDIR
sudo apt-get install build-essential suckless-tools libxinerama-dev xterm mercurial autoconf libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev libxcb-keysyms1 libxcb-keysyms1-dev libxcb-image0 libxcb-image0-dev libxcb-shm0 libxcb-shm0-dev libxcb-icccm4 libxcb-icccm4-dev libxcb-sync0 libxcb-sync0-dev libxcb-xfixes0-dev libxrender-dev libxcb-shape0-dev build-dep libqt4-dev
#scapy
cd $WRKDIR
-get-scapy.sh
+./get-scapy.sh
#nmap
cd $WRKDIR
-get-nmap.sh
+./get-nmap.sh
#p0f
cd $WRKDIR
-get-p0f.sh
+./get-p0f.sh
#you've to install maltego and configure it !
#setuptools (easy-install) and canari (the framework sploitego is based on)
cd $WRKDIR
-get-sploitego.sh
+./get-sploitego.sh
#metasploit
cd $WRKDIR
#dwm
cd $WRKDIR
-get-dwm-fr.sh
+./get-dwm-fr.sh
#qt5
cd $WRKDIR
-get-qt5.sh
+./get-qt5.sh
git clone git://gitorious.org/qt/qt5.git qt5
cd qt5
git checkout stable
+sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxkbfile-dev
./init-repository
./configure -developer-build -opensource -nomake examples -nomake tests -confirm-license -qt-sql-PGSQL
-#make -j 4
-
+make -j2
+#to update : cd qt5/qtrepotools/bin/qt5_tool; qt5_tool -u -c -b