Skip to content

Commit 837b6a4

Browse files
committed
Update description
1 parent d2e758a commit 837b6a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/auxiliary/gather/wp_all_in_one_migration_export.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ def initialize(info = {})
1313
super(update_info(
1414
info,
1515
'Name' => 'WordPress All-in-One Migration Export',
16-
'Description' => %q(Due to lack of authenticated session verification
17-
it is possible for unauthenticated users to export
18-
a complete copy of the database, all plugins, themes
19-
and uploaded files.),
16+
'Description' => %q{
17+
This module allows you to export Wordpress data (such as the database, plugins, themes,
18+
uploaded files, etc) via the All-in-One Migration plugin without authentication.
19+
},
2020
'License' => MSF_LICENSE,
2121
'Author' =>
2222
[

0 commit comments

Comments
 (0)