Skip to content

Commit 836970e

Browse files
authored
Update phpmailer_arg_injection.rb
fixed typo
1 parent 8259e8e commit 836970e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/phpmailer_arg_injection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def initialize(info = {})
6060
])
6161
register_advanced_options(
6262
[
63-
OptInt.new('WaitTimeout', [true, 'Seconds to wait to trigger the payload', 300])+
63+
OptInt.new('WaitTimeout', [true, 'Seconds to wait to trigger the payload', 300]),
6464
OptString.new('NameField', [true, 'Name of the element for the Name field', 'name'], regex: /^([^\t\n\f \/>"'=]+)$/),
6565
OptString.new('EmailField', [true, 'Name of the element for the Email field', 'email'] regex: /^([^\t\n\f \/>"'=]+)$/),
6666
OptString.new('MessageField', [true, 'Name of the element for the Message field', 'message'] regex: /^([^\t\n\f \/>"'=]+)$/)

0 commit comments

Comments
 (0)