From 59e084aa46666855d98ca0c61263c3bbf14d1ccb Mon Sep 17 00:00:00 2001 From: jbarnett-r7 Date: Thu, 24 May 2018 11:07:37 -0500 Subject: [PATCH] Remote local version of remote data service help --- .../api/v1/remote_data_service_help.md | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 documentation/api/v1/remote_data_service_help.md diff --git a/documentation/api/v1/remote_data_service_help.md b/documentation/api/v1/remote_data_service_help.md deleted file mode 100644 index 3bcb4e7ee1..0000000000 --- a/documentation/api/v1/remote_data_service_help.md +++ /dev/null @@ -1,27 +0,0 @@ -# Metasploit Remote Data Service - -The Metasploit Remote Data service is a tool that allows you to host a web service to interact -with Metasploit's various data models through a REST API. - -### Requirements. -You can find more information on setting that up on the -[Metasploit help page](https://metasploit.help.rapid7.com/docs/managing-the-database). - -### Starting Up -To start up the web server, navigate to the root directory of metasploit-framework and run the -following command: `./msfdb_ws` - -Command line options: - - - `-i`,`--interface` Specify the interface for the web service to listen on. Default: 0.0.0.0 - - `-p`,`--port` Specify the port for the web service to listen on. Default: 8080 - - `-s`,`--ssl` Enable SSL on the web server. - - `-c`,`--cert /path/to/cert_file` Path to SSL certificate file. Required if `-s` is set. - - `-k`,`--key /path/to/key_file` Path to SSL Key file. - - `-h`,`--help` Display the help information. - -### Accessing the API -The API can be accessed by utilizing your preferred HTTP client of choice. You can find more -information on the data models and various endpoints by connecting to the following URL: - -http://\:\/api/v1/api-docs \ No newline at end of file