Skip to content

Commit 47765a1

Browse files
author
Tod Beardsley
committed
Fix chargen probe title, comment on the CVE
1 parent 056661e commit 47765a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/chargen/chargen_probe.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Metasploit3 < Msf::Auxiliary
1414

1515
def initialize
1616
super(
17-
'Name' => 'Identifies Open Chargen Service Checking The Answer.',
17+
'Name' => 'Chargen Probe Utility',
1818
'Description' => %q{
1919
Chargen is a debugging and measurement tool and a character
2020
generator service. A character generator service simply sends
@@ -31,7 +31,7 @@ def initialize
3131
'License' => MSF_LICENSE,
3232
'References' =>
3333
[
34-
[ 'CVE', '1999-0103' ],
34+
[ 'CVE', '1999-0103' ], # Note, does not actually trigger a flood.
3535
[ 'URL', 'https://www.cert.be/pro/docs/chargensnmp-ddos-attacks-rise' ],
3636
[ 'URL', 'http://tools.ietf.org/html/rfc864' ],
3737
],

0 commit comments

Comments
 (0)