Underc0de

Sistemas Operativos => GNU/Linux => Mensaje iniciado por: Comandante Linux en Agosto 05, 2011, 10:19:10 PM

Título: Dradis Framework + Ubuntu 11.04
Publicado por: Comandante Linux en Agosto 05, 2011, 10:19:10 PM
Dradis es un framework open source para permitir el intercambio de información eficaz, especialmente durante las evaluaciones de seguridad.

(http://dradisframework.org/images/logo_small.png)

Es una aplicación web independiente que proporciona un repositorio centralizado de información para hacer seguimiento de lo que se ha hecho hasta ahora, y lo que está todavía por delante.

Las características incluyen:

     Generación de informes.
     Soporte para archivos adjuntos.
     Integración con los sistemas existentes y las herramientas a través de plugins del servidor.
     Independiente de la plataforma.

Posee algunas dependencias a tener en cuenta antes de instalarlo

    A Ruby interpreter:
    sudo apt-get install ruby irb rdoc ruby1.8-dev libopenssl-ruby rubygems

    SQLite3 libraries:
    sudo apt-get install libsqlite3-0 libsqlite3-dev

    The Ruby Bundler gem:
    sudo gem install bundler
    sudo gem install sqlite3-ruby
     
    Descomprimimos el archivo descargado

        tar xzvf dradis-v2.7.2.tar.gz

    Ahora editamos el archivo ".bashrc"

        sudo nano ~/.bashrc


    Pegamos la siguiente linea al final del archivo

Citarexport PATH=/var/lib/gems/1.8/bin/:$PATH

    Guardamos Ctrl O, salimos del editor Crtl X

    Reiniciamos
    sudo reboot


    Ahora vamos hasta la carpta descomprimida

     ./verify.sh

Citar
    Dradis Framework dependencies verification script

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

      This script will try to determine whether all the dependencies required to

    use the Dradis Framework are present in the system providing hints on how to

    install the missing dependencies. The system will NOT be modified by the

    script.

    Please send your feedback about this script to:

        feedback [you-know-what] dradisframework.org

    Running Standard checks.

    Looking for Ruby interpreter... found [ /usr/bin/ruby ].

    Checking for support to compile native extensions... found.

    Looking for RubyGems and the 'gem' command... found [ /usr/bin/gem ].

    Looking for the Ruby Bundler gem [bundler]... found [ v1.0.15 ].

    Looking for the Ruby Bundler binary...

      ** locating using the PATH variable... found [ /var/lib/gems/1.8/bin//bundle ].

    Looking for the SQLite3 libraries... found.

    Looking for the SQLite3 ruby gem [sqlite3-ruby]... found [ v1.3.4 ].

    Congratulations. You seem to be ready to run the Dradis Framework.

    Remember that you still need to go to the server/ folder and run:

        bundle install

    Enjoy!

    Instalamos bundle en la carpeta server

      cd server/

      /var/lib/gems/1.8/bin/bundle install

    Ejecutamos el archivo reset.sh

    cd ...
   
/reset.sh

    Nos preguntara si queremos iniciar algunos servicios, respondemos que si a todo
     
CitarYour bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Ejecutamos Dradis

        ./start.sh

    Ahora que ya se esta ejecutando podemos dar click en el siguiente link

        https://127.0.0.1:3004
(https://127.0.0.1:3004)

(http://1.bp.blogspot.com/-9hU8OCU6Xlw/TjyP3XIpyWI/AAAAAAAAAXM/1aDK336Guf0/s1600/draids.png)

(http://4.bp.blogspot.com/-yfGsVePbKqA/TjyRNXpBCJI/AAAAAAAAAXQ/ByOlUsqUhBQ/s1600/dradis-2.png)

(http://1.bp.blogspot.com/-DNxVS8Vrqvs/TjySmzfq8rI/AAAAAAAAAXU/OgaFKzQp-oY/s1600/dradis-3.png)

Bueno tengo otra manera de instalarlo pero este se los dejo en video, es para BackTrack pero es lo mismo no varia en casi nada.
 


Web del proyecto

http://dradisframework.org/  (http://dradisframework.org/)