Results 1 to 2 of 2

Thread: Does anyone have the script for Kali Linux to install full dependecies of Xplico?

  1. #1

    Does anyone have the script for Kali Linux to install full dependecies of Xplico?

    Here is the script for Backtrack 5r3 x32 bits :


    cd /tmp
    mkdir xbuild
    cd xbuild
    wget http://softlayer.dl.sourceforge.net/...lico-0.5.4.tgz
    tar xvf xplico-0.5.4.tgz
    rm xplico-0.5.4.tgz

    wget http://geolite.maxmind.com/download/...P-1.4.6.tar.gz
    tar zxvf GeoIP-1.4.6.tar.gz
    cd GeoIP-1.4.6
    ./configure
    make
    cd ..
    rm -f *.tar.gz

    cd xplico*
    wget http://geolite.maxmind.com/download/...iteCity.dat.gz
    gzip -d GeoLiteCity.dat.gz
    rm -f *dat.gz
    make

    cd ..
    wget http://mirror.cs.wisc.edu/pub/mirror...l-8.70.tar.bz2
    tar jxvf ghostpdl-8.70.tar.bz2
    rm -f *.bz2
    cd ghostpdl-8.70
    make

    cd ..
    cp ghostpdl-8.70/main/obj/pcl6 xplico-0.5.*
    rm -rf ghostpdl-8.70
    cd xplico-0.5.*
    make install
    cd ..
    rm -rf xbuild

    cp /opt/xplico/cfg/apache_xi /etc/apache2/sites-enabled/xplico

    echo '# xplico Host port
    NameVirtualHost *:9876
    Listen 9876' >> /etc/apache2/ports.conf

    sed -i 's,post_max_size = 8M,post_max_size = 100M,' /etc/php5/apache2/php.ini
    sed -i 's,upload_max_filesize = 2M,upload_max_filesize = 100M,' /etc/php5/apache2/php.ini

    a2enmod rewrite

    /etc/init.d/apache2 restart
    /opt/xplico/script/sqlite_demo.sh

    Does anyone have this for Kali Linux?

  2. #2
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    hi
    I state (i'm not totaly-prepared) but if this can help :
    ...i don't know if my Xplico (Default-Installed in MY-Kali1.05x32)have Fully-dependencies-resolved !! ..but SEEMS to work fine?
    http://imageshack.us/f/10/sdn9.png/
    @zoom1600x1200
    Last edited by zimmaro; 2013-12-31 at 08:26.

Similar Threads

  1. Replies: 0
    Last Post: 2019-04-14, 01:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •