Skip to content

Commit

Permalink
Release-related updates
Browse files Browse the repository at this point in the history
  * Lua is not an acronym
  * Adds an OSVDB ref
  * credit @jvazquez-r7, not HD, for the Windows CMD thing
  • Loading branch information
Tod Beardsley committed Oct 21, 2013
1 parent 0255f92 commit c070108
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions modules/exploits/unix/webapp/webtester_exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def initialize(info={})
],
'References' =>
[
['OSVDB' => '98750'],

This comment has been minimized.

Copy link
@limhoff-r7

limhoff-r7 Mar 13, 2014

Contributor

Incorrect use of hash syntax for Reference Array. Should be ['OSVDB', '98750'].

['URL' => 'https://sourceforge.net/p/webtesteronline/bugs/3/']
],
'Payload' =>
Expand Down
4 changes: 2 additions & 2 deletions modules/payloads/singles/cmd/unix/bind_lua.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module Metasploit4

def initialize(info = {})
super(merge_info(info,
'Name' => 'Unix Command Shell, Bind TCP (via LUA)',
'Description' => 'Listen for a connection and spawn a command shell via LUA',
'Name' => 'Unix Command Shell, Bind TCP (via Lua)',
'Description' => 'Listen for a connection and spawn a command shell via Lua',
'Author' =>
[
'xistence <xistence[at]0x90.nl>',
Expand Down
4 changes: 2 additions & 2 deletions modules/payloads/singles/cmd/unix/reverse_lua.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module Metasploit3

def initialize(info = {})
super(merge_info(info,
'Name' => 'Unix Command Shell, Reverse TCP (via LUA)',
'Description' => 'Creates an interactive shell via LUA',
'Name' => 'Unix Command Shell, Reverse TCP (via Lua)',
'Description' => 'Creates an interactive shell via Lua',
'Author' =>
[
'xistence <xistence[at]0x90.nl>',
Expand Down
4 changes: 2 additions & 2 deletions modules/payloads/singles/cmd/windows/bind_lua.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module Metasploit4

def initialize(info = {})
super(merge_info(info,
'Name' => 'Windows Command Shell, Bind TCP (via LUA)',
'Description' => 'Listen for a connection and spawn a command shell via LUA',
'Name' => 'Windows Command Shell, Bind TCP (via Lua)',
'Description' => 'Listen for a connection and spawn a command shell via Lua',
'Author' =>
[
'xistence <xistence[at]0x90.nl>',
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/cmd/windows/generic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def initialize(info = {})
super(merge_info(info,
'Name' => 'Windows Command, Generic Command Execution',
'Description' => 'Executes the supplied command',
'Author' => 'hdm',
'Author' => 'juan vazquez',
'License' => MSF_LICENSE,
'Platform' => 'win',
'Arch' => ARCH_CMD,
Expand Down
4 changes: 2 additions & 2 deletions modules/payloads/singles/cmd/windows/reverse_lua.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module Metasploit3

def initialize(info = {})
super(merge_info(info,
'Name' => 'Windows Command Shell, Reverse TCP (via LUA)',
'Description' => 'Creates an interactive shell via LUA',
'Name' => 'Windows Command Shell, Reverse TCP (via Lua)',
'Description' => 'Creates an interactive shell via Lua',
'Author' =>
[
'xistence <xistence[at]0x90.nl>',
Expand Down

0 comments on commit c070108

Please sign in to comment.