ctf-tools/stegdetect/install

18 lines
570 B
Text
Raw Normal View History

2015-05-14 04:36:14 +00:00
#!/bin/bash -e
INST_DIR="$PWD"
2015-12-09 22:28:28 +00:00
#wget -O - http://www.outguess.org/stegdetect-0.6.tar.gz | tar xz
2015-05-14 04:36:14 +00:00
#cd stegdetect-0.6
git clone --depth 1 https://github.com/abeluck/stegdetect stegdetect-0.6
2015-12-09 22:28:28 +00:00
wget -O - http://archive.debian.org/debian-archive/debian/pool/main/s/stegdetect/stegdetect_0.6-3.tar.gz | tar xz stegdetect-0.6/file/Magdir/varied.out
2015-05-14 04:36:14 +00:00
mkdir -p bin etc man/man1 share/stegbreak
cd stegdetect-0.6
linux32 ./configure --prefix="$INST_DIR"
linux32 make
linux32 make install
cd ..
wget https://launchpadlibrarian.net/16697277/rules.ini -O share/stegbreak/rules.ini