fix description

bug/bundler_fix
Matteo Cantoni 2014-02-13 21:11:50 +01:00
parent f18fef1864
commit 7c860b9553
1 changed files with 4 additions and 2 deletions

View File

@ -14,9 +14,11 @@ class Metasploit3 < Msf::Auxiliary
def initialize(info = {}) def initialize(info = {})
super(update_info(info, super(update_info(info,
'Name' => 'HP LaserJet Printer SNMP Enumeration', 'Name' => 'HP LaserJet Printer SNMP Enumeration',
'Description' => 'This module allows enumeration of files previously printed. 'Description' => %q{
This module allows enumeration of files previously printed.
It provides details as filename, client, timestamp and username informations. It provides details as filename, client, timestamp and username informations.
The default community used is "public".', The default community used is "public".
},
'References' => 'References' =>
[ [
[ 'URL', 'http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol' ], [ 'URL', 'http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol' ],