]> git.nothing2do.fr Git - get-hack-src.git/commitdiff
some mistake (as usual ...)
authorNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Sat, 10 Aug 2013 11:41:21 +0000 (13:41 +0200)
committerNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Sat, 10 Aug 2013 11:41:21 +0000 (13:41 +0200)
README.md
get-hack-src.sh
get-qt5.sh

index 52298a0c93ff9df9dbf2115752253f2f75dd3d1a..c14b703e74c4ffe531c22de735794d59335a824e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ cd get-hack-src;
 
 ./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 !!!
index 5acf0a1a38650a8596379135d8dc1c5f26af75d6..e2f33d81737855de0d21ca0a9a66388c38296517 100755 (executable)
@@ -1,23 +1,23 @@
-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
@@ -26,8 +26,8 @@ git clone git://github.com/rapid7/metasploit-framework
 
 #dwm
 cd $WRKDIR
-get-dwm-fr.sh
+./get-dwm-fr.sh
 
 #qt5
 cd $WRKDIR
-get-qt5.sh
+./get-qt5.sh
index 2319e866d075f67ee4a4838f6877746ebf4cca9f..9817fa371288223e36313fac3b60934ad50c928a 100755 (executable)
@@ -1,7 +1,8 @@
 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