Tool Documentation:

Screenshots

service dradis start

dradis



Packages and Binaries:

dradis

Dradis is a tool to help in the process of penetration testing. Penetration testing is about information:

  1. Information discovery
  2. Exploit useful information
  3. Report the findings

But penetration testing is also about sharing the information you and your teammates gather. Not sharing the information available in an effective way will result in exploitation oportunities lost and the overlapping of efforts.

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

Dependencies:
  • adduser
  • bundler
  • git
  • libc6
  • libgcc-s1
  • libpq5
  • libruby3.1
  • libstdc++6
  • lsof
  • pwgen
  • ruby
  • zlib1g
dradis
[email protected]:~# dradis -h
[i] Something is already using port: 3000/tcp
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby3.1 3937070 dradis   13u  IPv6 2311023      0t0  TCP localhost:3000 (LISTEN)
ruby3.1 3937070 dradis   14u  IPv4 2311024      0t0  TCP localhost:3000 (LISTEN)

UID          PID    PPID  C STIME TTY      STAT   TIME CMD
dradis   3937070       1 35 10:58 ?        Ssl    0:01 /usr/bin/ruby3.1 bin/rails server

[*] 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
[email protected]:~# dradis-stop -h
* dradis.service - Dradis web application
     Loaded: loaded (/lib/systemd/system/dradis.service; disabled; preset: disabled)
     Active: inactive (dead)

May 24 10:58:52 kali bundle[3937070]:         /usr/lib/dradis/ruby/3.1.0/gems/railties-6.1.7.3/lib/rails/commands.rb:18:in `<main>'
May 24 10:58:52 kali bundle[3937070]:         /usr/lib/dradis/ruby/3.1.0/gems/bootsnap-1.16.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
May 24 10:58:52 kali bundle[3937070]:         /usr/lib/dradis/ruby/3.1.0/gems/bootsnap-1.16.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
May 24 10:58:52 kali bundle[3937070]:         bin/rails:5:in `<main>'
May 24 10:58:52 kali bundle[3937070]: [2023-05-24 10:58:52] INFO  going to shutdown ...
May 24 10:58:52 kali bundle[3937070]: [2023-05-24 10:58:52] INFO  WEBrick::HTTPServer#start done.
May 24 10:58:52 kali bundle[3937070]: Exiting
May 24 10:58:52 kali systemd[1]: dradis.service: Deactivated successfully.
May 24 10:58:52 kali systemd[1]: Stopped dradis.service - Dradis web application.
May 24 10:58:52 kali systemd[1]: dradis.service: Consumed 1.849s CPU time.

Updated on: 2023-May-25