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: 400.78 MB
How to install: sudo apt install dradis

Dependencies:
  • adduser
  • bundler
  • git
  • libc6
  • libgcc-s1
  • libpq5
  • libruby3.1t64
  • libssl3t64
  • libstdc++6
  • lsof
  • pwgen
  • ruby
  • 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.1 122188 dradis   20u  IPv4 302005      0t0  TCP localhost:3000 (LISTEN)
ruby3.1 122188 dradis   21u  IPv6 302006      0t0  TCP localhost:3000 (LISTEN)

UID          PID    PPID  C STIME TTY      STAT   TIME CMD
dradis    122188       1 41 14:04 ?        Ssl    0:02 puma 6.4.3 (tcp://localhost:3000

[*] 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-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)

Nov 17 14:04:08 kali bundle[122188]: *          PID: 122188
Nov 17 14:04:08 kali bundle[122188]: * Listening on http://127.0.0.1:3000
Nov 17 14:04:08 kali bundle[122188]: * Listening on http://[::1]:3000
Nov 17 14:04:08 kali bundle[122188]: Use Ctrl-C to stop
Nov 17 14:04:21 kali bundle[122188]: - Gracefully stopping, waiting for requests to finish
Nov 17 14:04:21 kali systemd[1]: Stopping dradis.service - Dradis web application...
Nov 17 14:04:21 kali bundle[122188]: Exiting
Nov 17 14:04:21 kali systemd[1]: dradis.service: Deactivated successfully.
Nov 17 14:04:21 kali systemd[1]: Stopped dradis.service - Dradis web application.
Nov 17 14:04:21 kali systemd[1]: dradis.service: Consumed 2.316s CPU time, 168.6M memory peak.

Updated on: 2024-Nov-17