From 26b87ef55dfca10e98aa90c8b5fa0396fbc3a6aa Mon Sep 17 00:00:00 2001 From: "bcoles@gmail.com" Date: Tue, 30 Aug 2011 20:16:02 +0000 Subject: [PATCH] Fixed typo Forgot to change the class when renaming the module -.- git-svn-id: https://beef.googlecode.com/svn/trunk@1243 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/recon/browser_fingerprinting/module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/recon/browser_fingerprinting/module.rb b/modules/recon/browser_fingerprinting/module.rb index 1f7e02ac8..e99379e3a 100644 --- a/modules/recon/browser_fingerprinting/module.rb +++ b/modules/recon/browser_fingerprinting/module.rb @@ -16,7 +16,7 @@ # Uses methods described here: # http://www.itsecuritysolutions.org/2010-03-29_fingerprinting_browsers_using_protocol_handlers/ -class Fingerprint_browser < BeEF::Core::Command +class Browser_fingerprinting < BeEF::Core::Command def post_execute content = {}