Skip to content

Commit e1af495

Browse files
committed
Add extra release fixes
1 parent b620111 commit e1af495

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

modules/auxiliary/gather/solarwinds_orion_sqli.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# This module requires Metasploit: http//:metasploit.com/download
2+
# This module requires Metasploit: http://metasploit.com/download
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

@@ -15,8 +15,8 @@ def initialize(info = {})
1515
super(update_info(info,
1616
'Name' => 'Solarwinds Orion AccountManagement.asmx GetAccounts Admin Creation',
1717
'Description' => %q{
18-
This module exploits a stacked SQL injection in order to add an administrator user to the
19-
SolarWinds Orion database.
18+
This module exploits a stacked SQL injection in order to add an administrator user to the
19+
SolarWinds Orion database.
2020
},
2121
'License' => MSF_LICENSE,
2222
'Author' =>

modules/exploits/multi/http/jboss_seam_upload_exec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def initialize(info = {})
3030
3131
This module provides a more efficient method of exploitation - it
3232
does not loop to find desired Java classes and methods.
33-
3433
},
3534
'Author' => [ 'vulp1n3 <vulp1n3[at]gmail.com>' ],
3635
'References' =>

modules/exploits/windows/browser/adobe_flash_worker_byte_array_uaf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info={})
1919
vulnerability occurs when the ByteArray assigned to the current ApplicationDomain
2020
is freed from an ActionScript worker, which can fill the memory and notify the main
2121
thread to corrupt the new contents. This module has been tested successfully on
22-
Windows 7 SP1 (32 bit), IE 8 to IE 11 and Flash 16.0.0.296.
22+
Windows 7 SP1 (32-bit), IE 8 to IE 11 and Flash 16.0.0.296.
2323
},
2424
'License' => MSF_LICENSE,
2525
'Author' =>

0 commit comments

Comments
 (0)