From d6ec074a38c18b582e89249abb7d50d92bd159e1 Mon Sep 17 00:00:00 2001 From: Vincent De Schutter Date: Wed, 8 May 2019 11:48:43 +0200 Subject: [PATCH] Update postgres_cmd_execution_nine_three.rb Fix Metasploit import module syntax error --- postgres_cmd_execution_nine_three.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres_cmd_execution_nine_three.rb b/postgres_cmd_execution_nine_three.rb index 13acf40..d656237 100644 --- a/postgres_cmd_execution_nine_three.rb +++ b/postgres_cmd_execution_nine_three.rb @@ -39,7 +39,7 @@ def initialize(info = {}) ['URL', ''], ['URL', 'https://www.postgresql.org/docs/9.3/release-9-3.html'] #Patch notes adding the function, see 'E.26.3.3. Queries - Add support for piping COPY and psql \copy data to/from an external program (Etsuro Fujita)' ], - 'PayloadType' => %w(cmd) + 'PayloadType' => %w(cmd), 'Platform' => %w(linux unix win osx), 'Payload' => { },