Dradis Framework + Ubuntu 11.04

Iniciado por Comandante Linux, Agosto 05, 2011, 10:19:10 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Agosto 05, 2011, 10:19:10 PM Ultima modificación: Noviembre 09, 2014, 05:40:31 PM por ANTRAX
Dradis es un framework open source para permitir el intercambio de información eficaz, especialmente durante las evaluaciones de seguridad.


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:
   
Código: php
sudo apt-get install ruby irb rdoc ruby1.8-dev libopenssl-ruby rubygems

    SQLite3 libraries:
   
Código: php
sudo apt-get install libsqlite3-0 libsqlite3-dev

    The Ruby Bundler gem:
   
Código: php
sudo gem install bundler

   
Código: php
sudo gem install sqlite3-ruby 

     
    Descomprimimos el archivo descargado

     
Código: php
   tar xzvf dradis-v2.7.2.tar.gz 

    Ahora editamos el archivo ".bashrc"
Código: php

        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
Código: php

    sudo reboot


    Ahora vamos hasta la carpta descomprimida
Código: php

     ./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] No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

    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

Código: php
      cd server/

     
Código: php
/var/lib/gems/1.8/bin/bundle install

    Ejecutamos el archivo No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

   
Código: php
 cd ...
   
Código: php
/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

Código: php
        ./start.sh 


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

        No tienes permitido ver los links. Registrarse o Entrar a mi cuenta







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

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta