File tree Expand file tree Collapse file tree 5 files changed +35
-25
lines changed
modules/auxiliary/scanner/ntp Expand file tree Collapse file tree 5 files changed +35
-25
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,20 @@ class Metasploit3 < Msf::Auxiliary
15
15
16
16
def initialize
17
17
super (
18
- 'Name' => 'NTP Mode 7 PEER_LIST DoS Scanner' ,
19
- 'Description' => %q{
18
+ 'Name' => 'NTP Mode 7 PEER_LIST DoS Scanner' ,
19
+ 'Description' => %q{
20
20
This module identifies NTP servers which permit "PEER_LIST" queries and
21
21
return responses that are larger in size or greater in quantity than
22
22
the request, allowing remote attackers to cause a denial of service
23
23
(traffic amplification) via spoofed requests.
24
24
} ,
25
- 'References' =>
25
+ 'Author' => 'Jon Hart <jon_hart[at]rapid7.com>' ,
26
+ 'References' =>
26
27
[
28
+ [ 'URL' , 'https://github.com/rapid7/metasploit-framework/pull/3696' ]
27
29
] ,
28
- 'Author' => 'Jon Hart <jon_hart[at]rapid7.com> ' ,
29
- 'License' => MSF_LICENSE
30
+ 'DisclosureDate' => 'Aug 25 2014 ' ,
31
+ 'License' => MSF_LICENSE
30
32
)
31
33
end
32
34
Original file line number Diff line number Diff line change @@ -15,18 +15,20 @@ class Metasploit3 < Msf::Auxiliary
15
15
16
16
def initialize
17
17
super (
18
- 'Name' => 'NTP Mode 7 PEER_LIST_SUM DoS Scanner' ,
19
- 'Description' => %q{
18
+ 'Name' => 'NTP Mode 7 PEER_LIST_SUM DoS Scanner' ,
19
+ 'Description' => %q{
20
20
This module identifies NTP servers which permit "PEER_LIST_SUM" queries and
21
21
return responses that are larger in size or greater in quantity than
22
22
the request, allowing remote attackers to cause a denial of service
23
23
(traffic amplification) via spoofed requests.
24
24
} ,
25
- 'References' =>
25
+ 'Author' => 'Jon Hart <jon_hart[at]rapid7.com>' ,
26
+ 'References' =>
26
27
[
28
+ [ 'URL' , 'https://github.com/rapid7/metasploit-framework/pull/3696' ]
27
29
] ,
28
- 'Author' => 'Jon Hart <jon_hart[at]rapid7.com> ' ,
29
- 'License' => MSF_LICENSE
30
+ 'DisclosureDate' => 'Aug 25 2014 ' ,
31
+ 'License' => MSF_LICENSE
30
32
)
31
33
end
32
34
Original file line number Diff line number Diff line change @@ -15,19 +15,21 @@ class Metasploit3 < Msf::Auxiliary
15
15
16
16
def initialize
17
17
super (
18
- 'Name' => 'NTP Mode 6 REQ_NONCE DRDoS Scanner' ,
19
- 'Description' => %q{
18
+ 'Name' => 'NTP Mode 6 REQ_NONCE DRDoS Scanner' ,
19
+ 'Description' => %q{
20
20
This module identifies NTP servers which permit mode 6 REQ_NONCE requests that
21
21
can be used to conduct DRDoS attacks. In some configurations, NTP servers will
22
22
respond to REQ_NONCE requests with a response larger than the request,
23
23
allowing remote attackers to cause a denial of services (traffic
24
24
amplification) via spoofed requests.
25
25
} ,
26
- 'References' =>
26
+ 'Author' => 'Jon Hart <jon_hart[at]rapid7.com>' ,
27
+ 'References' =>
27
28
[
29
+ [ 'URL' , 'https://github.com/rapid7/metasploit-framework/pull/3696' ]
28
30
] ,
29
- 'Author' => 'Jon Hart <jon_hart[at]rapid7.com> ' ,
30
- 'License' => MSF_LICENSE
31
+ 'DisclosureDate' => 'Aug 25 2014 ' ,
32
+ 'License' => MSF_LICENSE
31
33
)
32
34
end
33
35
Original file line number Diff line number Diff line change @@ -15,20 +15,22 @@ class Metasploit3 < Msf::Auxiliary
15
15
16
16
def initialize
17
17
super (
18
- 'Name' => 'NTP Mode 7 GET_RESTRICT DRDoS Scanner' ,
19
- 'Description' => %q{
18
+ 'Name' => 'NTP Mode 7 GET_RESTRICT DRDoS Scanner' ,
19
+ 'Description' => %q{
20
20
This module identifies NTP servers which permit "reslist" queries and
21
21
obtains the list of restrictions placed on various network interfaces,
22
22
networks or hosts. The reslist feature allows remote
23
23
attackers to cause a denial of service (traffic amplification) via
24
24
spoofed requests. The more interfaces, networks or host with specific
25
25
restrictions, the greater the amplification.
26
26
} ,
27
- 'References' =>
27
+ 'Author' => 'Jon Hart <jon_hart[at]rapid7.com>' ,
28
+ 'References' =>
28
29
[
30
+ [ 'URL' , 'https://github.com/rapid7/metasploit-framework/pull/3696' ]
29
31
] ,
30
- 'Author' => 'Jon Hart <jon_hart[at]rapid7.com> ' ,
31
- 'License' => MSF_LICENSE
32
+ 'DisclosureDate' => 'Aug 25 2014 ' ,
33
+ 'License' => MSF_LICENSE
32
34
)
33
35
end
34
36
Original file line number Diff line number Diff line change @@ -15,18 +15,20 @@ class Metasploit3 < Msf::Auxiliary
15
15
16
16
def initialize
17
17
super (
18
- 'Name' => 'NTP Mode 6 UNSETTRAP DRDoS Scanner' ,
19
- 'Description' => %q{
18
+ 'Name' => 'NTP Mode 6 UNSETTRAP DRDoS Scanner' ,
19
+ 'Description' => %q{
20
20
This module identifies NTP servers which permit mode 6 UNSETTRAP requests that
21
21
can be used to conduct DRDoS attacks. In some configurations, NTP servers will
22
22
respond to UNSETTRAP requests with multiple packets, allowing remote attackers to
23
23
cause a denial of services (traffic amplification) via spoofed requests.
24
24
} ,
25
- 'References' =>
25
+ 'Author' => 'Jon Hart <jon_hart[at]rapid7.com>' ,
26
+ 'References' =>
26
27
[
28
+ [ 'URL' , 'https://github.com/rapid7/metasploit-framework/pull/3696' ]
27
29
] ,
28
- 'Author' => 'Jon Hart <jon_hart[at]rapid7.com> ' ,
29
- 'License' => MSF_LICENSE
30
+ 'DisclosureDate' => 'Aug 25 2014 ' ,
31
+ 'License' => MSF_LICENSE
30
32
)
31
33
end
32
34
You can’t perform that action at this time.
0 commit comments