Tool Documentation:
service dradis start
Screenshots
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: 216.26 MB
How to install: sudo apt install dradis
Dependencies:
- adduser
- bundler
- git
- libc6
- libgcc-s1
- 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 2339374 dradis 23u IPv4 2784735 0t0 TCP localhost:3000 (LISTEN)
ruby3.3 2339374 dradis 24u IPv6 2784736 0t0 TCP localhost:3000 (LISTEN)
UID PID PPID C STIME TTY STAT TIME CMD
dradis 2339374 1 40 15:33 ? Ssl 0:01 puma 6.6.1 (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-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)
Aug 26 15:33:22 kali bundle[2339374]: * PID: 2339374
Aug 26 15:33:22 kali bundle[2339374]: * Listening on http://127.0.0.1:3000
Aug 26 15:33:22 kali bundle[2339374]: * Listening on http://[::1]:3000
Aug 26 15:33:22 kali bundle[2339374]: Use Ctrl-C to stop
Aug 26 15:33:34 kali systemd[1]: Stopping dradis.service - Dradis web application...
Aug 26 15:33:34 kali bundle[2339374]: - Gracefully stopping, waiting for requests to finish
Aug 26 15:33:34 kali bundle[2339374]: Exiting
Aug 26 15:33:34 kali systemd[1]: dradis.service: Deactivated successfully.
Aug 26 15:33:34 kali systemd[1]: Stopped dradis.service - Dradis web application.
Aug 26 15:33:34 kali systemd[1]: dradis.service: Consumed 1.891s CPU time, 141.1M memory peak.
Updated on: 2025-Aug-26