Small changes
parent
79e3a7f84b
commit
521636a016
|
@ -19,7 +19,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
super(
|
super(
|
||||||
'Name' => 'Portmap Amplification Scanner',
|
'Name' => 'Portmap Amplification Scanner',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module can be used to discover Portmap servers which expose unauthicated
|
This module can be used to discover Portmap servers which expose unauthenticated
|
||||||
functionality that can be used in an amplication attack against a third party.
|
functionality that can be used in an amplication attack against a third party.
|
||||||
},
|
},
|
||||||
'Author' => [ 'xistence <xistence[at]0x90.nl>'], # Original scanner module
|
'Author' => [ 'xistence <xistence[at]0x90.nl>'], # Original scanner module
|
||||||
|
@ -140,7 +140,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
port: datastore['RPORT'],
|
port: datastore['RPORT'],
|
||||||
proto: 'udp',
|
proto: 'udp',
|
||||||
name: what,
|
name: what,
|
||||||
refs: self.references
|
refs: references
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
vprint_status("#{peer} - Not vulnerable to #{what}: #{proof}")
|
vprint_status("#{peer} - Not vulnerable to #{what}: #{proof}")
|
||||||
|
@ -167,7 +167,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
port: datastore['RPORT'],
|
port: datastore['RPORT'],
|
||||||
proto: 'udp',
|
proto: 'udp',
|
||||||
name: what,
|
name: what,
|
||||||
refs: self.references
|
refs: references
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
vprint_status("#{peer} - Not vulnerable to #{what}: #{proof}")
|
vprint_status("#{peer} - Not vulnerable to #{what}: #{proof}")
|
||||||
|
@ -194,7 +194,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
port: datastore['RPORT'],
|
port: datastore['RPORT'],
|
||||||
proto: 'udp',
|
proto: 'udp',
|
||||||
name: what,
|
name: what,
|
||||||
refs: self.references
|
refs: references
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
vprint_status("#{peer} - Not vulnerable to #{what}: #{proof}")
|
vprint_status("#{peer} - Not vulnerable to #{what}: #{proof}")
|
||||||
|
|
Loading…
Reference in New Issue