From 04792153735050b123dd2a3543ae53da3d4ef0e2 Mon Sep 17 00:00:00 2001 From: DLL_Cool_J <1250113+archcloudlabs@users.noreply.github.com> Date: Thu, 23 Feb 2023 20:32:58 -0500 Subject: [PATCH] Update docs/metasploit-framework.wiki/Metasploit-Guide-HTTP.md Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com> --- docs/metasploit-framework.wiki/Metasploit-Guide-HTTP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metasploit-framework.wiki/Metasploit-Guide-HTTP.md b/docs/metasploit-framework.wiki/Metasploit-Guide-HTTP.md index 6f3887d306..e22659c70a 100644 --- a/docs/metasploit-framework.wiki/Metasploit-Guide-HTTP.md +++ b/docs/metasploit-framework.wiki/Metasploit-Guide-HTTP.md @@ -161,7 +161,7 @@ Module advanced options (auxiliary/scanner/http/title): ``` ### HTTP Multiple-Headers -Additional headers can be set via the ```HTTPRawHeaders``` option. +Additional headers can be set via the `HTTPRawHeaders` option. A file containing a ERB template will be used to append to the headers section of the HTTP request. An example of an ERB template file is shown below. ```