From 88825a022c5830ef5ab750dcf8889d8b849ebf91 Mon Sep 17 00:00:00 2001 From: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:41:20 +0100 Subject: [PATCH] Remove trailing whitespace --- modules/post/windows/gather/enum_unattend.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/windows/gather/enum_unattend.rb b/modules/post/windows/gather/enum_unattend.rb index 84d648eb7835..15ddba42ea59 100644 --- a/modules/post/windows/gather/enum_unattend.rb +++ b/modules/post/windows/gather/enum_unattend.rb @@ -17,7 +17,7 @@ def initialize(info = {}) 'Description' => %q{ This module will check the file system for a copy of unattend.xml and/or autounattend.xml found in Windows Vista, or newer Windows systems. And then - extract sensitive information such as usernames and decoded passwords. Also + extract sensitive information such as usernames and decoded passwords. Also checks for '.vmimport' files that could have been created by the AWS EC2 VMIE service. }, 'License' => MSF_LICENSE,