fix description

(cherry picked from commit 7c860b9553)
bug/bundler_fix
Matteo Cantoni 2014-02-13 21:11:50 +01:00 committed by William Vu
parent ae53d75cdb
commit c559a6b39f
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' ],