Update samsung_browser_sop_bypass.rb

MS-2855/keylogger-mettle-extension
RootUp 2017-12-12 15:52:55 +05:30 committed by GitHub
parent 03781e920c
commit 5f70199218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,9 @@ class MetasploitModule < Msf::Auxiliary
),
'License' => MSF_LICENSE,
'Author' => [
'Dhiraj Mishra',
'Dhiraj Mishra', # Original discovery, disclosure
'Tod Beardsley', # Metasploit module
'Jeffrey Martin' # Metasploit module
],
'References' => [
['URL', 'http://fr.0day.today/exploit/description/28434'],
@ -37,7 +39,7 @@ class MetasploitModule < Msf::Auxiliary
OptString.new('TARGET_URL', [
true,
"The URL to spoof origin from.",
'http://example.com'
'http://example.com/'
]),
OptString.new('CUSTOM_HTML', [
true,