mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-06 09:48:42 +00:00
5 lines
128 B
Text
5 lines
128 B
Text
|
#!/bin/bash -ex
|
||
|
set -eu -o pipefail
|
||
|
|
||
|
apt-get -y install binutils grep imagemagick libimage-exiftool-perl steghide tesseract-ocr
|