Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dec0mrad3/aa7fc246391041d5ece812430beaf6e2 to your computer and use it in GitHub Desktop.
Save dec0mrad3/aa7fc246391041d5ece812430beaf6e2 to your computer and use it in GitHub Desktop.

Basic Usage

image

Listing commands for a service

Default view

The default view does not include descriptions for commands image

Verbose view

The verbose view includes descriptions for commands image

Adding commands for a service

In this example I am adding the dirb command for the http service

Before

I'm listing out what already exists for the http service image

Add the command

The command with arguments is added for dirb.

I have escaped variables with a backslash.

image

After

A view of the commands for the http service after I've added the dirb command: image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment