From c0f55ed4789c677edd215227a33c786373003cb9 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sun, 1 Oct 2006 16:52:55 +0000 Subject: [PATCH] Corrected the authors line git-svn-id: file:///home/svn/framework3/trunk@3999 4d416f70-5f16-0410-b530-b9f4589650da --- modules/payloads/singles/windows/download_exec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/payloads/singles/windows/download_exec.rb b/modules/payloads/singles/windows/download_exec.rb index b22a10edf9..00c72f18dc 100644 --- a/modules/payloads/singles/windows/download_exec.rb +++ b/modules/payloads/singles/windows/download_exec.rb @@ -21,7 +21,7 @@ module DownloadExec 'Name' => 'Windows Executable Download and Execute', 'Version' => '$Revision: 3534 $', 'Description' => 'Download an EXE from a HTTP URL and execute it', - 'Authors' => [ 'lion[at]cnhonker.com', 'pita[at]mail.com' ], + 'Author' => [ 'lion[at]cnhonker.com', 'pita[at]mail.com' ], 'License' => BSD_LICENSE, 'Platform' => 'win', 'Arch' => ARCH_X86,