mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
fail hard on any error + verify that all scripts use bash -ex to fail
early on any error + anticipate that some tools can't be installed by now, but we still want the test to return success to satisfy travis-ci
This commit is contained in:
parent
9d4b9d5e63
commit
7144e756e5
190 changed files with 216 additions and 191 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
#
|
#
|
||||||
# AFL
|
# AFL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed bison qemu
|
pacman -Syu --noconfirm --needed bison qemu
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y build-dep qemu
|
apt-get -y build-dep qemu
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
[ -e android-sdk_r24.4.1-linux.tgz ] || wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
|
[ -e android-sdk_r24.4.1-linux.tgz ] || wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
|
||||||
[ -e android-sdk-linux ] || tar xfz android-sdk_r24.4.1-linux.tgz
|
[ -e android-sdk-linux ] || tar xfz android-sdk_r24.4.1-linux.tgz
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed jre7-openjdk jdk7-openjdk
|
pacman -Syu --noconfirm --needed jre7-openjdk jdk7-openjdk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install openjdk-7-jre openjdk-7-jdk
|
apt-get -y install openjdk-7-jre openjdk-7-jdk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
source ctf-tools-venv-activate
|
source ctf-tools-venv-activate
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
# for angr
|
# for angr
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
mkdir bin
|
mkdir bin
|
||||||
wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool
|
wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool
|
||||||
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.0.jar
|
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.0.jar
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed jre8-openjdk
|
pacman -Syu --noconfirm --needed jre8-openjdk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get install -y default-jre
|
apt-get install -y default-jre
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
# it's z3!
|
# it's z3!
|
||||||
ctf-tools-pip install https://github.com/zardus/z3/archive/pypy-and-setup.zip
|
ctf-tools-pip install https://github.com/zardus/z3/archive/pypy-and-setup.zip
|
||||||
|
|
||||||
|
set +e
|
||||||
source ${VIRTUALENVWRAPPER_SCRIPT}
|
source ${VIRTUALENVWRAPPER_SCRIPT}
|
||||||
workon ctftools
|
workon ctftools
|
||||||
|
set -e
|
||||||
|
|
||||||
# pybfd can't be installed with pip
|
# pybfd can't be installed with pip
|
||||||
git clone --depth 1 https://github.com/Groundworkstech/pybfd
|
git clone --depth 1 https://github.com/Groundworkstech/pybfd
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install binutils-multiarch-dev
|
apt-get -y install binutils-multiarch-dev
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
ctf-tools-pip uninstall -y barf pyasmjit
|
ctf-tools-pip uninstall -y barf pyasmjit
|
||||||
rm -f $VIRTUAL_ENV/bin/BARFgadgets
|
rm -f $VIRTUAL_ENV/bin/BARFgadgets
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/beefproject/beef
|
git clone --depth 1 https://github.com/beefproject/beef
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed \
|
pacman -Syu --noconfirm --needed \
|
||||||
ruby python2 ruby-bundler \
|
ruby python2 ruby-bundler \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
echo "Need to get ruby with RVM... Unsupported for now"
|
echo "Need to get ruby with RVM... Unsupported for now"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
@ -199,6 +199,7 @@ done
|
||||||
[[ -z ${ALLOW_SUDO+x} ]] && export ALLOW_SUDO=0
|
[[ -z ${ALLOW_SUDO+x} ]] && export ALLOW_SUDO=0
|
||||||
[[ -z ${FORCE+x} ]] && export FORCE=0
|
[[ -z ${FORCE+x} ]] && export FORCE=0
|
||||||
[[ -z ${VERBOSE_OUTPUT+x} ]] && export VERBOSE_OUTPUT=0
|
[[ -z ${VERBOSE_OUTPUT+x} ]] && export VERBOSE_OUTPUT=0
|
||||||
|
export EXPECTFAIL=${EXPECTFAIL:-0}
|
||||||
|
|
||||||
if [[ $# -ge 1 ]]; then
|
if [[ $# -ge 1 ]]; then
|
||||||
ACTION="$1"
|
ACTION="$1"
|
||||||
|
@ -251,6 +252,13 @@ case $ACTION in
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# the first line in all install and uninstall scripts should have the -e flag, otherwise fail
|
||||||
|
if [ $(for i in install* uninstall test; do if [ -e "$i" ]; then head -1 "$i"; fi; done | sort | uniq | grep -v '^#!/bin/bash -ex$' | wc -l) -ne 0 ];
|
||||||
|
then
|
||||||
|
tool_log "not all install/uninstall/test scripts start with '#!/bin/bash -ex', which is a must for accurate testing."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
tool_log "starting install, logging to $PWD/install.log"
|
tool_log "starting install, logging to $PWD/install.log"
|
||||||
rm -f install.log
|
rm -f install.log
|
||||||
|
|
||||||
|
@ -331,10 +339,12 @@ case $ACTION in
|
||||||
if [ "$FORCE" -eq 0 ] && ! cat README.md | grep "<\!--tool-->" | grep "| \[$TOOL\](" | grep -q -- "--test--"
|
if [ "$FORCE" -eq 0 ] && ! cat README.md | grep "<\!--tool-->" | grep "| \[$TOOL\](" | grep -q -- "--test--"
|
||||||
then
|
then
|
||||||
tool_log "Tests not enabled."
|
tool_log "Tests not enabled."
|
||||||
|
if [ "$EXPECTFAIL" -eq "1" ]; then exit 1; fi
|
||||||
else
|
else
|
||||||
$0 install $TOOL
|
if (
|
||||||
|
if ! $0 install $TOOL; then exit 1; fi
|
||||||
|
|
||||||
cd $TOOL
|
cd $TOOL || exit 1
|
||||||
if [ -f ./test ]
|
if [ -f ./test ]
|
||||||
then
|
then
|
||||||
tool_log "Running test script."
|
tool_log "Running test script."
|
||||||
|
@ -347,6 +357,13 @@ case $ACTION in
|
||||||
else
|
else
|
||||||
tool_log "Install succeeded. No test script!"
|
tool_log "Install succeeded. No test script!"
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
||||||
|
);
|
||||||
|
then
|
||||||
|
if [ "$EXPECTFAIL" -eq "1" ]; then exit 1; else exit 0; fi
|
||||||
|
else
|
||||||
|
if [ "$EXPECTFAIL" -eq "1" ]; then exit 0; else exit 1; fi
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
INST_DIR="$PWD"
|
INST_DIR="$PWD"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install maven libprotobuf-dev openjdk-7-jre openjdk-7-jdk
|
apt-get -y install maven libprotobuf-dev openjdk-7-jre openjdk-7-jdk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/devttys0/binwalk.git
|
git clone --depth 1 https://github.com/devttys0/binwalk.git
|
||||||
ctf-tools-pip install -e binwalk
|
ctf-tools-pip install -e binwalk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
wget -O ./burp.jar 'https://portswigger.net/DownloadUpdate.ashx?Product=Free'
|
wget -O ./burp.jar 'https://portswigger.net/DownloadUpdate.ashx?Product=Free'
|
||||||
chmod 755 ./burp.jar
|
chmod 755 ./burp.jar
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed jre7-openjdk
|
pacman -Syu --noconfirm --needed jre7-openjdk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install openjdk-7-jre
|
apt-get -y install openjdk-7-jre
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
ctf-tools-pip install --no-use-wheel -U capstone
|
ctf-tools-pip install --no-use-wheel -U capstone
|
||||||
ctf-tools-pip3 install --no-use-wheel -U capstone
|
ctf-tools-pip3 install --no-use-wheel -U capstone
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
PY_TEST_FILE=$(mktemp)
|
PY_TEST_FILE=$(mktemp)
|
||||||
cat << END > $PY_TEST_FILE
|
cat << END > $PY_TEST_FILE
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
ctf-tools-pip uninstall -y capstone || true
|
ctf-tools-pip uninstall -y capstone || true
|
||||||
ctf-tools-pip3 uninstall -y capstone || true
|
ctf-tools-pip3 uninstall -y capstone || true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/slimm609/checksec.sh
|
git clone --depth 1 https://github.com/slimm609/checksec.sh
|
||||||
mkdir bin
|
mkdir bin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/trailofbits/codereason
|
git clone --depth 1 https://github.com/trailofbits/codereason
|
||||||
cd codereason
|
cd codereason
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install build-essential gcc g++ make cmake libboost-dev libprotobuf-dev protobuf-compiler libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-date-time-dev libboost-regex-dev
|
apt-get -y install build-essential gcc g++ make cmake libboost-dev libprotobuf-dev protobuf-compiler libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-date-time-dev libboost-regex-dev
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/stasinopoulos/commix.git
|
git clone --depth 1 https://github.com/stasinopoulos/commix.git
|
||||||
mkdir bin
|
mkdir bin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/SpiderLabs/cribdrag
|
git clone --depth 1 https://github.com/SpiderLabs/cribdrag
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
FILE=cross2-20130826.tgz
|
FILE=cross2-20130826.tgz
|
||||||
INSTALL_DIR=$PWD
|
INSTALL_DIR=$PWD
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
mkdir -p src
|
mkdir -p src
|
||||||
[ -e crosstool-ng ] || git clone --depth 1 https://github.com/crosstool-ng/crosstool-ng.git
|
[ -e crosstool-ng ] || git clone --depth 1 https://github.com/crosstool-ng/crosstool-ng.git
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
pacman -Syu --noconfirm gperf flex bison help2man gawk ncurses
|
pacman -Syu --noconfirm gperf flex bison help2man gawk ncurses
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
apt-get install -y gperf flex bison help2man gawk libncurses5-dev
|
apt-get install -y gperf flex bison help2man gawk libncurses5-dev
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
[ -e x-tools ] && chmod -R u+w x-tools
|
[ -e x-tools ] && chmod -R u+w x-tools
|
||||||
rm -rf crosstools-ng
|
rm -rf crosstools-ng
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
wget -O - http://www.bay12games.com/dwarves/df_43_05_linux.tar.bz2 | tar xj
|
wget -O - http://www.bay12games.com/dwarves/df_43_05_linux.tar.bz2 | tar xj
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install libasound2:i386 libasyncns0:i386 libatk1.0-0:i386 libc6:i386 libcaca0:i386 libcairo2:i386 libdatrie1:i386 libdbus-1-3:i386 libdrm2:i386 libexpat1:i386 libffi6:i386 libflac8:i386 libfontconfig1:i386 libfreetype6:i386 libgdk-pixbuf2.0-0:i386 libgl1-mesa-glx:i386 libglapi-mesa:i386 libglib2.0-0:i386 libglu1-mesa:i386 libgraphite2-3:i386 libgtk2.0-0:i386 libharfbuzz0b:i386 libjbig0:i386 libjpeg-turbo8:i386 libjson-c2:i386 liblzma5:i386 libncursesw5:i386 libogg0:i386 libpango-1.0-0:i386 libpangocairo-1.0-0:i386 libpangoft2-1.0-0:i386 libpcre3:i386 libpixman-1-0:i386 libpng12-0:i386 libpulse0:i386 libsdl1.2debian:i386 libsdl-image1.2:i386 libsdl-ttf2.0-0:i386 libselinux1:i386 libslang2:i386 libsndfile1:i386 libthai0:i386 libtiff5:i386 libtinfo5:i386 libvorbis0a:i386 libvorbisenc2:i386 libwebp5:i386 libwrap0:i386 libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb1:i386 libxcb-dri2-0:i386 libxcb-dri3-0:i386 libxcb-glx0:i386 libxcb-present0:i386 libxcb-render0:i386 libxcb-shm0:i386 libxcb-sync1:i386 libxcomposite1:i386 libxcursor1:i386 libxdamage1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxi6:i386 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libxshmfence1:i386 libxxf86vm1:i386 zlib1g:i386
|
apt-get -y install libasound2:i386 libasyncns0:i386 libatk1.0-0:i386 libc6:i386 libcaca0:i386 libcairo2:i386 libdatrie1:i386 libdbus-1-3:i386 libdrm2:i386 libexpat1:i386 libffi6:i386 libflac8:i386 libfontconfig1:i386 libfreetype6:i386 libgdk-pixbuf2.0-0:i386 libgl1-mesa-glx:i386 libglapi-mesa:i386 libglib2.0-0:i386 libglu1-mesa:i386 libgraphite2-3:i386 libgtk2.0-0:i386 libharfbuzz0b:i386 libjbig0:i386 libjpeg-turbo8:i386 libjson-c2:i386 liblzma5:i386 libncursesw5:i386 libogg0:i386 libpango-1.0-0:i386 libpangocairo-1.0-0:i386 libpangoft2-1.0-0:i386 libpcre3:i386 libpixman-1-0:i386 libpng12-0:i386 libpulse0:i386 libsdl1.2debian:i386 libsdl-image1.2:i386 libsdl-ttf2.0-0:i386 libselinux1:i386 libslang2:i386 libsndfile1:i386 libthai0:i386 libtiff5:i386 libtinfo5:i386 libvorbis0a:i386 libvorbisenc2:i386 libwebp5:i386 libwrap0:i386 libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb1:i386 libxcb-dri2-0:i386 libxcb-dri3-0:i386 libxcb-glx0:i386 libxcb-present0:i386 libxcb-render0:i386 libxcb-shm0:i386 libxcb-sync1:i386 libxcomposite1:i386 libxcursor1:i386 libxdamage1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxi6:i386 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libxshmfence1:i386 libxxf86vm1:i386 zlib1g:i386
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
mkdir bin
|
mkdir bin
|
||||||
wget -O dirb.tar.gz http://downloads.sourceforge.net/project/dirb/dirb/2.22/dirb222.tar.gz
|
wget -O dirb.tar.gz http://downloads.sourceforge.net/project/dirb/dirb/2.22/dirb222.tar.gz
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed curl gnutls
|
pacman -Syu --noconfirm --needed curl gnutls
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install libcurl4-gnutls-dev
|
apt-get -y install libcurl4-gnutls-dev
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
mkdir bin
|
mkdir bin
|
||||||
git clone --depth 1 https://github.com/maurosoria/dirsearch.git
|
git clone --depth 1 https://github.com/maurosoria/dirsearch.git
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
|
|
||||||
wget http://www.hsc.fr/ressources/outils/dislocker/download/dislocker.tar.bz2
|
wget http://www.hsc.fr/ressources/outils/dislocker/download/dislocker.tar.bz2
|
||||||
tar xjf dislocker.tar.bz2
|
tar xjf dislocker.tar.bz2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed mbedtls fuse
|
pacman -Syu --noconfirm --needed mbedtls fuse
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install libfuse-dev libpolarssl-dev
|
apt-get -y install libfuse-dev libpolarssl-dev
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/BR903/ELFkickers
|
git clone --depth 1 https://github.com/BR903/ELFkickers
|
||||||
cd ELFkickers
|
cd ELFkickers
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
wget http://www.elfparser.com/release/elfparser_x86_64_1.4.0.deb
|
wget http://www.elfparser.com/release/elfparser_x86_64_1.4.0.deb
|
||||||
dpkg -x elfparser_x86_64_1.4.0.deb .
|
dpkg -x elfparser_x86_64_1.4.0.deb .
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get install -y libqt5widgets5
|
apt-get install -y libqt5widgets5
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
wget http://www.mscs.dal.ca/~selinger/md5collision/downloads/evilize-0.2.tar.gz
|
wget http://www.mscs.dal.ca/~selinger/md5collision/downloads/evilize-0.2.tar.gz
|
||||||
tar zvxf evilize-0.2.tar.gz
|
tar zvxf evilize-0.2.tar.gz
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/kholia/exetractor-clone.git
|
git clone --depth 1 https://github.com/kholia/exetractor-clone.git
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth=1 https://github.com/nccgroup/featherduster.git
|
git clone --depth=1 https://github.com/nccgroup/featherduster.git
|
||||||
ctf-tools-pip install --upgrade -e featherduster
|
ctf-tools-pip install --upgrade -e featherduster
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install libgmp3-dev libncurses5-dev
|
apt-get -y install libgmp3-dev libncurses5-dev
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
ctf-tools-pip uninstall -y featherduster || true
|
ctf-tools-pip uninstall -y featherduster || true
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/mirror/firmware-mod-kit.git
|
git clone --depth 1 https://github.com/mirror/firmware-mod-kit.git
|
||||||
cd firmware-mod-kit/src
|
cd firmware-mod-kit/src
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed zlib xz python2-magic
|
pacman -Syu --noconfirm --needed zlib xz python2-magic
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install liblzma-dev python-magic zlib1g-dev
|
apt-get -y install liblzma-dev python-magic zlib1g-dev
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
ctf-tools-pip3 install --upgrade 'git+https://github.com/ALSchwalm/foresight.git'
|
ctf-tools-pip3 install --upgrade 'git+https://github.com/ALSchwalm/foresight.git'
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
ctf-tools-pip3 uninstall -y foresight || true
|
ctf-tools-pip3 uninstall -y foresight || true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth=1 http://git.fedorahosted.org/git/gdb-heap.git || true
|
git clone --depth=1 http://git.fedorahosted.org/git/gdb-heap.git || true
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
apt-get install -y libc6-dbg
|
apt-get install -y libc6-dbg
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
dnf install -y dnf-plugins-core
|
dnf install -y dnf-plugins-core
|
||||||
dnf debuginfo-install -y glibc
|
dnf debuginfo-install -y glibc
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -e -o pipefail
|
set -e -o pipefail
|
||||||
|
|
||||||
curl https://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.gz | tar xz
|
curl https://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.gz | tar xz
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --needed --noconfirm texinfo
|
pacman -Syu --needed --noconfirm texinfo
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install texinfo
|
apt-get -y install texinfo
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
dnf install -y texinfo
|
dnf install -y texinfo
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/hugsy/gef.git
|
git clone --depth 1 https://github.com/hugsy/gef.git
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hash-identifier/Hash_ID_v1.1.py
|
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hash-identifier/Hash_ID_v1.1.py
|
||||||
chmod 755 Hash_ID_v1.1.py
|
chmod 755 Hash_ID_v1.1.py
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
apt-get -y install tofrodos
|
apt-get -y install tofrodos
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
PREFIX=$PWD
|
PREFIX=$PWD
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed openssl
|
pacman -Syu --noconfirm --needed openssl
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
apt-get install -y libssl-dev pkg-config
|
apt-get install -y libssl-dev pkg-config
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/mheistermann/HashPump-partialhash.git
|
git clone --depth 1 https://github.com/mheistermann/HashPump-partialhash.git
|
||||||
cd HashPump-partialhash
|
cd HashPump-partialhash
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed openssl
|
pacman -Syu --noconfirm --needed openssl
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install libssl-dev
|
apt-get -y install libssl-dev
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/bwall/HashPump.git
|
git clone --depth 1 https://github.com/bwall/HashPump.git
|
||||||
cd HashPump
|
cd HashPump
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed openssl
|
pacman -Syu --noconfirm --needed openssl
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install libssl-dev
|
apt-get -y install libssl-dev
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
ctf-tools-pip uninstall -y hashpumpy || true
|
ctf-tools-pip uninstall -y hashpumpy || true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
[ -e honggfuzz ] || git clone --depth 1 https://github.com/google/honggfuzz
|
[ -e honggfuzz ] || git clone --depth 1 https://github.com/google/honggfuzz
|
||||||
cd honggfuzz
|
cd honggfuzz
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get install libbfd-dev libunwind8-dev
|
apt-get install libbfd-dev libunwind8-dev
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get install -y libbfd-dev libunwind8-dev
|
apt-get install -y libbfd-dev libunwind8-dev
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
[ -e jd-gui-1.4.0.jar ] || wget https://github.com/java-decompiler/jd-gui/releases/download/v1.4.0/jd-gui-1.4.0.jar
|
[ -e jd-gui-1.4.0.jar ] || wget https://github.com/java-decompiler/jd-gui/releases/download/v1.4.0/jd-gui-1.4.0.jar
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed jre7-openjdk
|
pacman -Syu --noconfirm --needed jre7-openjdk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install openjdk-7-jre
|
apt-get -y install openjdk-7-jre
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -e -o pipefail
|
set -e -o pipefail
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/keystone-engine/keystone.git
|
git clone --depth 1 https://github.com/keystone-engine/keystone.git
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --needed --noconfirm cmake
|
pacman -Syu --needed --noconfirm cmake
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install build-essential cmake
|
apt-get -y install build-essential cmake
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -e -o pipefail
|
set -e -o pipefail
|
||||||
|
|
||||||
source ctf-tools-venv-activate
|
source ctf-tools-venv-activate
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -e -o pipefail
|
set -e -o pipefail
|
||||||
|
|
||||||
source ctf-tools-venv-activate
|
source ctf-tools-venv-activate
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
# move to ctftools virtual env
|
# move to ctftools virtual env
|
||||||
source ctf-tools-venv-activate
|
source ctf-tools-venv-activate
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
apt-get install -y libc6-dbg
|
apt-get install -y libc6-dbg
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
dnf install -y dnf-plugins-core
|
dnf install -y dnf-plugins-core
|
||||||
dnf debuginfo-install -y glibc
|
dnf debuginfo-install -y glibc
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/devttys0/littleblackbox.git
|
git clone --depth 1 https://github.com/devttys0/littleblackbox.git
|
||||||
INST_DIR=$PWD
|
INST_DIR=$PWD
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed openssl libpcap sqlite
|
pacman -Syu --noconfirm --needed openssl libpcap sqlite
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install libssl-dev libpcap-dev libsqlite3-dev
|
apt-get -y install libssl-dev libpcap-dev libsqlite3-dev
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
ctf-tools-pip install --upgrade packaging mitmproxy
|
ctf-tools-pip install --upgrade packaging mitmproxy
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -ex
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
apt-get -y install libssl-dev libffi-dev libtiff5-dev libjpeg8-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk libxml2-dev libxslt1-dev
|
apt-get -y install libssl-dev libffi-dev libtiff5-dev libjpeg8-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk libxml2-dev libxslt1-dev
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
ctf-tools-pip uninstall -y mitmproxy || true
|
ctf-tools-pip uninstall -y mitmproxy || true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
|
|
||||||
mkdir bin
|
mkdir bin
|
||||||
wget -O msieve.tar.gz "http://downloads.sourceforge.net/project/msieve/msieve/Msieve v1.53/msieve153_src.tar.gz"
|
wget -O msieve.tar.gz "http://downloads.sourceforge.net/project/msieve/msieve/Msieve v1.53/msieve153_src.tar.gz"
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue