Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ssstonebraker/3b96125491139a84aba408f3a0d4b088 to your computer and use it in GitHub Desktop.
Save ssstonebraker/3b96125491139a84aba408f3a0d4b088 to your computer and use it in GitHub Desktop.

Basic Usage

To view basic usage just type:

pse

image

Listing commands for a service

pse <service-name>

Example:
pse smb

Default view

The default view does not include descriptions for commands

image

Verbose view

The verbose view includes descriptions for commands

pse -v <service-name>

Example:
pse -v smb

image

Adding commands for a service

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

Before

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

image

Add the command

Add command dirb for service http

pse -a http 'dirb http://$IP -r -o $OUTPUTFILE'

After

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

image

Variable Expansion

Currently only $IP and $PORT will be expanded (if set)

Example:
IP=10.11.1.10 pse http

image

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