From ab92e386280e16aac6b2b48c0a25c554d5ee8b8d Mon Sep 17 00:00:00 2001 From: HD Moore Date: Mon, 20 Feb 2012 19:29:51 -0600 Subject: [PATCH] Small cosmetic change to module descriptions --- modules/exploits/windows/fileformat/hhw_hhp_contentfile_bof.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/exploits/windows/fileformat/hhw_hhp_contentfile_bof.rb b/modules/exploits/windows/fileformat/hhw_hhp_contentfile_bof.rb index 60bd0bddb212..7bdbf069868c 100644 --- a/modules/exploits/windows/fileformat/hhw_hhp_contentfile_bof.rb +++ b/modules/exploits/windows/fileformat/hhw_hhp_contentfile_bof.rb @@ -22,8 +22,7 @@ def initialize(info = {}) 'Name' => 'HTML Help Workshop 4.74 (hhp Project File) Buffer Overflow', 'Description' => %q{ This module exploits a stack buffer overflow in HTML Help Workshop 4.74 - By creating a specially crafted hhp file, an an attacker may be able - to execute arbitrary code. + by creating a specially crafted hhp file. }, 'License' => MSF_LICENSE, 'Author' => [ 'bratax', 'jduck' ],