Skip to content

Commit 695e124

Browse files
Update modules/exploits/multi/http/phpmailer_arg_injection.rb
Co-authored-by: Spencer McIntyre <[email protected]>
1 parent a89e88c commit 695e124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/phpmailer_arg_injection.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def initialize(info = {})
6262
[
6363
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 \/>"'=]+)$/),
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 \/>"'=]+)$/)
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 \/>"'=]+)$/)
6767
])
6868
end
6969

0 commit comments

Comments
 (0)