diff --git a/c1fapp_service/requirements.txt b/c1fapp_service/requirements.txt new file mode 100644 index 00000000..f2293605 --- /dev/null +++ b/c1fapp_service/requirements.txt @@ -0,0 +1 @@ +requests diff --git a/cuckoo_service/requirements.txt b/cuckoo_service/requirements.txt new file mode 100644 index 00000000..f2293605 --- /dev/null +++ b/cuckoo_service/requirements.txt @@ -0,0 +1 @@ +requests diff --git a/exiftool_service/bootstrap b/exiftool_service/bootstrap index bc232895..9f6d7c87 100755 --- a/exiftool_service/bootstrap +++ b/exiftool_service/bootstrap @@ -42,7 +42,7 @@ ubuntu_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing exiftool if [ $? -eq 0 ] then printf "${PASS}Ubuntu Install Complete${END}\n" @@ -57,7 +57,7 @@ debian_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing exiftool if [ $? -eq 0 ] then printf "${PASS}Debian Install Complete${END}\n" @@ -73,7 +73,7 @@ darwin_install() printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n" exit } - #brew install chmlib clamav wireshark upx + brew install exiftool if [ $? -eq 0 ] then printf "${PASS}Homebrew Install Complete${END}\n" @@ -85,7 +85,7 @@ darwin_install() freebsd_install() { #printf "${HEAD}Installing Ports${END}\n" - #sudo pkg install libchm1 clamav wireshark upx + sudo pkg install exiftool if [ $? -eq 0 ] then printf "${PASS}Ports Install Complete${END}\n" @@ -97,7 +97,7 @@ freebsd_install() red_hat_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install exiftool if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n" @@ -109,7 +109,7 @@ red_hat_install() centos_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install exiftool if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n" diff --git a/metacap_service/bootstrap b/metacap_service/bootstrap index bc232895..8a16c33b 100755 --- a/metacap_service/bootstrap +++ b/metacap_service/bootstrap @@ -42,7 +42,7 @@ ubuntu_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing tcpdump wireshark if [ $? -eq 0 ] then printf "${PASS}Ubuntu Install Complete${END}\n" @@ -57,7 +57,7 @@ debian_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing tcpdump wireshark if [ $? -eq 0 ] then printf "${PASS}Debian Install Complete${END}\n" @@ -73,7 +73,7 @@ darwin_install() printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n" exit } - #brew install chmlib clamav wireshark upx + brew install tcpdump wireshark if [ $? -eq 0 ] then printf "${PASS}Homebrew Install Complete${END}\n" @@ -85,7 +85,7 @@ darwin_install() freebsd_install() { #printf "${HEAD}Installing Ports${END}\n" - #sudo pkg install libchm1 clamav wireshark upx + sudo pkg install tcpdump wireshark if [ $? -eq 0 ] then printf "${PASS}Ports Install Complete${END}\n" @@ -97,7 +97,7 @@ freebsd_install() red_hat_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install itcpdump wireshark if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n" @@ -109,7 +109,7 @@ red_hat_install() centos_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install itcpdump wireshark if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n" diff --git a/opendns_service/requirements.txt b/opendns_service/requirements.txt new file mode 100644 index 00000000..f2293605 --- /dev/null +++ b/opendns_service/requirements.txt @@ -0,0 +1 @@ +requests diff --git a/passivetotal_service/requirements.txt b/passivetotal_service/requirements.txt new file mode 100644 index 00000000..f2293605 --- /dev/null +++ b/passivetotal_service/requirements.txt @@ -0,0 +1 @@ +requests diff --git a/pdf2txt_service/bootstrap b/pdf2txt_service/bootstrap index bc232895..46d9da1f 100755 --- a/pdf2txt_service/bootstrap +++ b/pdf2txt_service/bootstrap @@ -42,7 +42,7 @@ ubuntu_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing popler-utils if [ $? -eq 0 ] then printf "${PASS}Ubuntu Install Complete${END}\n" @@ -57,7 +57,7 @@ debian_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing popler-utils if [ $? -eq 0 ] then printf "${PASS}Debian Install Complete${END}\n" @@ -73,7 +73,7 @@ darwin_install() printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n" exit } - #brew install chmlib clamav wireshark upx + brew install poppler if [ $? -eq 0 ] then printf "${PASS}Homebrew Install Complete${END}\n" @@ -85,7 +85,7 @@ darwin_install() freebsd_install() { #printf "${HEAD}Installing Ports${END}\n" - #sudo pkg install libchm1 clamav wireshark upx + sudo pkg install poppler-utils if [ $? -eq 0 ] then printf "${PASS}Ports Install Complete${END}\n" @@ -97,7 +97,7 @@ freebsd_install() red_hat_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install poppler-utils if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n" @@ -109,7 +109,7 @@ red_hat_install() centos_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install poppler-utils if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n" diff --git a/preview_service/bootstrap b/preview_service/bootstrap index bc232895..8cf4f42c 100755 --- a/preview_service/bootstrap +++ b/preview_service/bootstrap @@ -42,7 +42,7 @@ ubuntu_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing liblcms2-dev libfreetype6-dev libtiff-dev zlib1g-dev libwebp-dev libjpeg-dev libopenjpeg-dev poppler-utils if [ $? -eq 0 ] then printf "${PASS}Ubuntu Install Complete${END}\n" @@ -57,7 +57,7 @@ debian_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing liblcms2-dev libfreetype6-dev libtiff-dev zlib1g-dev libwebp-dev libjpeg-dev libopenjpeg-dev poppler-utils if [ $? -eq 0 ] then printf "${PASS}Debian Install Complete${END}\n" @@ -73,7 +73,7 @@ darwin_install() printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n" exit } - #brew install chmlib clamav wireshark upx + brew install poppler if [ $? -eq 0 ] then printf "${PASS}Homebrew Install Complete${END}\n" @@ -85,7 +85,7 @@ darwin_install() freebsd_install() { #printf "${HEAD}Installing Ports${END}\n" - #sudo pkg install libchm1 clamav wireshark upx + sudo pkg install poppler-utils if [ $? -eq 0 ] then printf "${PASS}Ports Install Complete${END}\n" @@ -97,7 +97,7 @@ freebsd_install() red_hat_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install poppler-utils if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n" @@ -109,7 +109,7 @@ red_hat_install() centos_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install poppler-utils if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n" diff --git a/preview_service/requirements.txt b/preview_service/requirements.txt new file mode 100644 index 00000000..3868fb16 --- /dev/null +++ b/preview_service/requirements.txt @@ -0,0 +1 @@ +pillow diff --git a/threatgrid_service/requirements.txt b/threatgrid_service/requirements.txt new file mode 100644 index 00000000..f2293605 --- /dev/null +++ b/threatgrid_service/requirements.txt @@ -0,0 +1 @@ +requests diff --git a/threatrecon_service/requirements.txt b/threatrecon_service/requirements.txt new file mode 100644 index 00000000..f2293605 --- /dev/null +++ b/threatrecon_service/requirements.txt @@ -0,0 +1 @@ +requests diff --git a/virustotal_service/requirements.txt b/virustotal_service/requirements.txt new file mode 100644 index 00000000..f2293605 --- /dev/null +++ b/virustotal_service/requirements.txt @@ -0,0 +1 @@ +requests diff --git a/whois_service/requirements.txt b/whois_service/requirements.txt index 83597854..abd89f31 100644 --- a/whois_service/requirements.txt +++ b/whois_service/requirements.txt @@ -1 +1,2 @@ +requests pythonwhois diff --git a/yara_service/bootstrap b/yara_service/bootstrap index bc232895..01311dee 100755 --- a/yara_service/bootstrap +++ b/yara_service/bootstrap @@ -42,7 +42,7 @@ ubuntu_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing yara if [ $? -eq 0 ] then printf "${PASS}Ubuntu Install Complete${END}\n" @@ -57,7 +57,7 @@ debian_install() printf "${HEAD}Installing dependencies with apt-get${END}\n" #sudo apt-add-repository universe #sudo apt-get update - #sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark + sudo apt-get install -y --fix-missing yara if [ $? -eq 0 ] then printf "${PASS}Debian Install Complete${END}\n" @@ -73,7 +73,7 @@ darwin_install() printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n" exit } - #brew install chmlib clamav wireshark upx + brew install yara if [ $? -eq 0 ] then printf "${PASS}Homebrew Install Complete${END}\n" @@ -85,7 +85,7 @@ darwin_install() freebsd_install() { #printf "${HEAD}Installing Ports${END}\n" - #sudo pkg install libchm1 clamav wireshark upx + #sudo pkg install yara if [ $? -eq 0 ] then printf "${PASS}Ports Install Complete${END}\n" @@ -97,7 +97,7 @@ freebsd_install() red_hat_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install yara if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n" @@ -109,7 +109,7 @@ red_hat_install() centos_install() { #printf "${HEAD}Installing Yum Packages${END}\n" - #sudo yum install upx-3.07-1 libchm1 clamav wireshark upx + sudo yum install yara if [ $? -eq 0 ] then printf "${PASS}Yum Install Complete${END}\n"