Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 197485a

Browse files
committed
Add default description for XSS modules
1 parent 225c4ba commit 197485a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/wpxf/wordpress/xss.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ module Wpxf::WordPress::Xss
1111
def initialize
1212
super
1313
@success = false
14+
@info[:desc] = 'This module stores a script which will be executed when '\
15+
'an admin user visits the vulnerable page. Execution of the script '\
16+
'will create a new admin user which will be used to upload '\
17+
'and execute the selected payload in the context of the '\
18+
'web server.'
19+
1420
register_options([
1521
StringOption.new(
1622
name: 'xss_host',

0 commit comments

Comments
 (0)