From 23ce72ba1e69ec76c910533ae29187c193df42b2 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Mon, 14 Mar 2016 10:18:22 -0500 Subject: [PATCH] Updated How to Send an HTTP Request Using HTTPClient (markdown) --- How-to-Send-an-HTTP-Request-Using-HTTPClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-Send-an-HTTP-Request-Using-HTTPClient.md b/How-to-Send-an-HTTP-Request-Using-HTTPClient.md index 221c5a07b6..de2475c7c4 100644 --- a/How-to-Send-an-HTTP-Request-Using-HTTPClient.md +++ b/How-to-Send-an-HTTP-Request-Using-HTTPClient.md @@ -75,7 +75,7 @@ Please note: The `normalize_uri` method will always follow these rules: require 'msf/core' - class Metasploit3 < Msf::Auxiliary + class MetasploitModule < Msf::Auxiliary include Msf::Exploit::Remote::HttpClient