Tool Documentation:

service dradis start

Screenshots

Dradis login screen

Dradis dashboard

Dradis issue list

Dradis methodologies



Packages and Binaries:

dradis

Dradis is a tool to help you simplify reporting and collaboration.

  • Spend more time testing and less time reporting
  • Ensure consistent quality across your assessments
  • Combine the output of your favorite scanners

Dradis is an open-source project released in 2007 that has been refined for over a decade by security professionals around the world.

Installed size: 205.27 MB
How to install: sudo apt install dradis

Dependencies:
  • adduser
  • bundler
  • git
  • libc6
  • libgcc-s1
  • libpq5
  • libruby3.3
  • libsqlite3-0
  • libssl3t64
  • libstdc++6
  • libyaml-0-2
  • lsof
  • nodejs
  • pwgen
  • ruby
  • ruby-mini-racer
  • zlib1g
dradis
root@kali:~# dradis -h
[i] Something is already using port: 3000/tcp
COMMAND    PID   USER FD   TYPE DEVICE SIZE/OFF NODE NAME
ruby3.3 123565 dradis 22u  IPv4 291520      0t0  TCP localhost:3000 (LISTEN)
ruby3.3 123565 dradis 23u  IPv6 291521      0t0  TCP localhost:3000 (LISTEN)

UID          PID    PPID  C STIME TTY      STAT   TIME CMD
dradis    123565       1 34 14:18 ?        Ssl    0:01 puma 6.6.0 (tcp://localhost:3000) [dradis]

[*] Please wait for the Dradis service to start.
[*]
[*] You might need to refresh your browser once it opens.
[*]
[*]  Web UI: http://127.0.0.1:3000

* dradis.service - Dradis web application
     Loaded: loaded (/usr/lib/systemd/system/dradis.service; disabled; preset: disabled)
     Active: active (running) since Fri 2025-05-30 14:18:40 EDT; 10s ago
 Invocation: d0dd5f2bb1004fa7b63656c806b1c431
    Process: 123563 ExecStartPre=/bin/sh -c test -e /var/lib/dradis/secretkey || (umask 077; echo "SECRET_KEY_BASE=$(pwgen -1 -s -n 100)" >/var/lib/dradis/secretkey) (code=exited, status=0/SUCCESS)
   Main PID: 123565 (ruby3.3)
      Tasks: 20 (limit: 9372)
     Memory: 146.9M (peak: 148.2M)
        CPU: 1.780s
     CGroup: /system.slice/dradis.service
             `-123565 "puma 6.6.0 (tcp://localhost:3000) [dradis]"

May 30 14:18:42 kali bundle[123565]: Puma starting in single mode...
May 30 14:18:42 kali bundle[123565]: * Puma version: 6.6.0 ("Return to Forever")
May 30 14:18:42 kali bundle[123565]: * Ruby version: ruby 3.3.8 (2025-04-09 revision b200bad6cd) [x86_64-linux-gnu]
May 30 14:18:42 kali bundle[123565]: *  Min threads: 5
May 30 14:18:42 kali bundle[123565]: *  Max threads: 5
May 30 14:18:42 kali bundle[123565]: *  Environment: development
May 30 14:18:42 kali bundle[123565]: *          PID: 123565
May 30 14:18:42 kali bundle[123565]: * Listening on http://127.0.0.1:3000
May 30 14:18:42 kali bundle[123565]: * Listening on http://[::1]:3000
May 30 14:18:42 kali bundle[123565]: Use Ctrl-C to stop

[*] Opening Web UI (http://127.0.0.1:3000) in: 5... 

dradis-stop
root@kali:~# dradis-stop -h
* dradis.service - Dradis web application
     Loaded: loaded (/usr/lib/systemd/system/dradis.service; disabled; preset: disabled)
     Active: inactive (dead)

May 30 14:18:42 kali bundle[123565]: *          PID: 123565
May 30 14:18:42 kali bundle[123565]: * Listening on http://127.0.0.1:3000
May 30 14:18:42 kali bundle[123565]: * Listening on http://[::1]:3000
May 30 14:18:42 kali bundle[123565]: Use Ctrl-C to stop
May 30 14:18:55 kali systemd[1]: Stopping dradis.service - Dradis web application...
May 30 14:18:55 kali bundle[123565]: - Gracefully stopping, waiting for requests to finish
May 30 14:18:55 kali bundle[123565]: Exiting
May 30 14:18:55 kali systemd[1]: dradis.service: Deactivated successfully.
May 30 14:18:55 kali systemd[1]: Stopped dradis.service - Dradis web application.
May 30 14:18:55 kali systemd[1]: dradis.service: Consumed 1.822s CPU time, 148.2M memory peak.

Updated on: 2025-May-30