From 837b6a4f71739b893da7bdf182446a80cd9d3c7b Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Fri, 28 Aug 2015 14:11:51 -0500 Subject: [PATCH] Update description --- .../auxiliary/gather/wp_all_in_one_migration_export.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/auxiliary/gather/wp_all_in_one_migration_export.rb b/modules/auxiliary/gather/wp_all_in_one_migration_export.rb index 6e3363f40c..a23259ee56 100644 --- a/modules/auxiliary/gather/wp_all_in_one_migration_export.rb +++ b/modules/auxiliary/gather/wp_all_in_one_migration_export.rb @@ -13,10 +13,10 @@ class Metasploit3 < Msf::Auxiliary super(update_info( info, 'Name' => 'WordPress All-in-One Migration Export', - 'Description' => %q(Due to lack of authenticated session verification - it is possible for unauthenticated users to export - a complete copy of the database, all plugins, themes - and uploaded files.), + 'Description' => %q{ + This module allows you to export Wordpress data (such as the database, plugins, themes, + uploaded files, etc) via the All-in-One Migration plugin without authentication. + }, 'License' => MSF_LICENSE, 'Author' => [