Skip to content

Commit

Permalink
Land #2802, @todb-r7's mods before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Dec 26, 2013
2 parents b02e21a + d6a6343 commit 2ac02d3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions modules/auxiliary/scanner/chargen/chargen_probe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Metasploit3 < Msf::Auxiliary

def initialize
super(
'Name' => 'Identifies Open Chargen Service Checking The Answer.',
'Name' => 'Chargen Probe Utility',
'Description' => %q{
Chargen is a debugging and measurement tool and a character
generator service. A character generator service simply sends
Expand All @@ -31,7 +31,7 @@ def initialize
'License' => MSF_LICENSE,
'References' =>
[
[ 'CVE', '1999-0103' ],
[ 'CVE', '1999-0103' ], # Note, does not actually trigger a flood.
[ 'URL', 'https://www.cert.be/pro/docs/chargensnmp-ddos-attacks-rise' ],
[ 'URL', 'http://tools.ietf.org/html/rfc864' ],
],
Expand Down
4 changes: 2 additions & 2 deletions modules/auxiliary/scanner/misc/poisonivy_control_scanner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ class Metasploit3 < Msf::Auxiliary

def initialize
super(
'Name' => 'Poison Ivy C&C Scanner',
'Name' => 'Poison Ivy Command and Control Scanner',
'Description' => %q{
Enumerate Poison Ivy C&C on ports 3460,80,8080 and 443. Adaptation of iTrust Python script.
Enumerate Poison Ivy Command and Control (C&C) on ports 3460, 80, 8080 and 443. Adaptation of iTrust Python script.
},
'References' =>
[
Expand Down
4 changes: 2 additions & 2 deletions modules/auxiliary/scanner/rdp/ms12_020_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def initialize(info = {})
],
'Author' =>
[
'Royce Davis @R3dy_ <rdavis[at]accuvant.com>',
'Brandon McCann @zeknox <bmccann[at]accuvant.com>'
'Royce Davis "R3dy" <rdavis[at]accuvant.com>',
'Brandon McCann "zeknox" <bmccann[at]accuvant.com>'
],
'License' => MSF_LICENSE
))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def initialize(info={})
'References' =>
[
[ 'CVE', '2013-6955' ],
[ 'OSVDB', '101247' ]
],
'Privileged' => false,
'Platform' => ['unix'],
Expand Down
2 changes: 1 addition & 1 deletion modules/post/osx/gather/safari_lastsession.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def initialize(info={})
super( update_info( info,
'Name' => 'OSX Gather Safari LastSession.plist',
'Description' => %q{
This module downloads the LastSession.plist file from the target machine.
This module downloads the LastSession.plist file from the target machine.
LastSession.plist is used by Safari to track active websites in the current session,
and sometimes contains sensitive information such as usernames and passwords.
Expand Down

0 comments on commit 2ac02d3

Please sign in to comment.