Dradis

De Linuxmemo.

(Différences entre les versions)
(Install)
 
(2 versions intermédiaires masquées)
Ligne 1 : Ligne 1 :
[[Catégorie:Securite-outils]]
[[Catégorie:Securite-outils]]
 +
[[Catégorie:InfoSec-Reporting]]
Voir: [[Magictree]]
Voir: [[Magictree]]
Ligne 11 : Ligne 12 :
  start.sh
  start.sh
-
  https://localhost:3004
+
ou
 +
 
 +
git clone https://github.com/dradis/dradis-ce.git dradis-ce
 +
./bin/setup
 +
./bin/rails server
 +
  https://localhost:3000
==db mysql==
==db mysql==

Version actuelle en date du 15 juillet 2020 à 12:08

Voir: Magictree

http://dradisframework.org

[modifier] Install

apt-get install ruby irb rdoc ruby1.8-dev libopenssl-ruby rubygems
apt-get install libsqlite3-0 libsqlite3-dev
gem install bundler
reset.sh
start.sh

ou

git clone https://github.com/dradis/dradis-ce.git dradis-ce
./bin/setup
./bin/rails server
https://localhost:3000

[modifier] db mysql

cd server/config
cp database.yml.template database.yml
vim database.yml

adapter: mysql
database: dradis
username: root
password:
# You may need to adjust the value below to your platform/distribution default.
# See MySQL documentation for more information.
socket: /var/run/mysqld/mysqld.sock
Outils personnels