From 52c8fff3cb0cd5ec3fdb76b978fd2272db4c5c0b Mon Sep 17 00:00:00 2001 From: Calum Hutton Date: Wed, 30 Aug 2017 01:33:06 +0100 Subject: [PATCH] Make options a list --- .../modules/exploit/linux/http/supervisor_xmlrpc_exec.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/modules/exploit/linux/http/supervisor_xmlrpc_exec.md b/documentation/modules/exploit/linux/http/supervisor_xmlrpc_exec.md index d61181cc06..51e59f6302 100644 --- a/documentation/modules/exploit/linux/http/supervisor_xmlrpc_exec.md +++ b/documentation/modules/exploit/linux/http/supervisor_xmlrpc_exec.md @@ -16,9 +16,9 @@ ## Options - `HttpUsername` - Username for HTTP basic auth (optional) - `HttpPassword` - Password for HTTP basic auth (optional) - `TARGETURI` - The path to the XML-RPC endpoint + - `HttpUsername` - Username for HTTP basic auth (optional) + - `HttpPassword` - Password for HTTP basic auth (optional) + - `TARGETURI` - The path to the XML-RPC endpoint ## Scenarios