From 559b592394d9f55f30052d79a40fe015d04c5f7b Mon Sep 17 00:00:00 2001 From: Jacob Robles Date: Thu, 1 Feb 2018 13:17:02 -0600 Subject: [PATCH] Corrected Documentation --- .../modules/exploit/windows/fileformat/dupscout_xml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/exploit/windows/fileformat/dupscout_xml.md b/documentation/modules/exploit/windows/fileformat/dupscout_xml.md index 8934716c6e..62432057df 100644 --- a/documentation/modules/exploit/windows/fileformat/dupscout_xml.md +++ b/documentation/modules/exploit/windows/fileformat/dupscout_xml.md @@ -39,7 +39,7 @@ buf << make_nops(14) # Fill past possibly corrupted location buf << payload # Location that is jumped to ``` -Note: The last make_nops will offset the location of the payload. The offset is included to account for writes to the stack buffer that occur when whitespace characters are included in the Command file. By offsetting the payload, the number of bad characters can be reduced to just the single or double quote characters. +Note: The last make_nops will offset the location of the payload. The offset is included to account for writes to the stack buffer that after the user-supplied Command file has been processed. ## Example Execution