|
Modular requirement (Depends based on configuration)
2. Installation of UPX
apt-get install upx-ucl
3. Installation of file command
apt-get install file
4. Installation of Geo-ip
apt-get install geoip-bin
cd /usr/share/GeoIP
wget http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gz
5. Installation of rrdtool and graphing facility in php
apt-get install rrdtool
apt-get install librrd2
apt-get install librrd2-dev
cd /usr/include/php5/ext
wget http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz
tar xfzvm php_rrdtool.tgz
rm php_rrdtool.tgz
cd rrdtool && phpize5
./configure --with-rrdtool=/usr --with-php-config=/usr/bin/php-config5
make && make install
echo "extension=rrdtool.so" >> /etc/php5/conf.d/rrdtool.ini
6. Packer information requrements
apt-get install python-pefile
apt-get install python-all
7. Bitdefender
apt-get install bitdefender-scanner
8. VirusTotal manual Scripts
perl -MCPAN -e'install JSON'
Start Cpan
Install sha1 using "install digest::sha1" in cpan
9. Afterglow requirements
apt-get install graphviz
|