We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8259e8e commit 836970eCopy full SHA for 836970e
modules/exploits/multi/http/phpmailer_arg_injection.rb
@@ -60,7 +60,7 @@ def initialize(info = {})
60
])
61
register_advanced_options(
62
[
63
- OptInt.new('WaitTimeout', [true, 'Seconds to wait to trigger the payload', 300])+
+ OptInt.new('WaitTimeout', [true, 'Seconds to wait to trigger the payload', 300]),
64
OptString.new('NameField', [true, 'Name of the element for the Name field', 'name'], regex: /^([^\t\n\f \/>"'=]+)$/),
65
OptString.new('EmailField', [true, 'Name of the element for the Email field', 'email'] regex: /^([^\t\n\f \/>"'=]+)$/),
66
OptString.new('MessageField', [true, 'Name of the element for the Message field', 'message'] regex: /^([^\t\n\f \/>"'=]+)$/)
0 commit comments