Contributed Modules

Contributed modules are extensions to the dradis client contributed by the community. Place a copy of the downloaded files in you dradis/client/commands/modules/ and unpack if required.

  • Encoder: module that will allow you to encode a string using various different encoding schemes (by john). download (sha256).
  • Export: exports the dradis knowledge base to an XML file (by Siebert Lubbe). download (sha256).
  • nmap: wraps/interfaces the nmap scanning tool (by Siebert Lubbe). download (sha256).

Standard Modules

Standard modules are those that come bundled with the dradis client. These modules are an essential part of the application and are actively maintained and supported.

  • Add: provides with commands to add new information to the knowledge base of the server.
  • Del: operations to remove information from the server knowledge base.
  • Show: includes actions to query information already stored on the server.
  • Soap: contains SOAP operations that do not fit in the Add/Del/Show categories.
  • Filesystem: demo module that exposes some functionts to interact with the underlying filesystem.
  • Chucknorris: shows a random Chuck Norris fact. This module is based on a similar module of the rbot project. Please visit linuxbrit.co.uk/rbot/ for further details.