Addresses issue #5984
parent
bd5df84cb9
commit
eae171b216
|
@ -2,7 +2,6 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
# post/windows/gather/netdiscovery.rb
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# This file is part of the Metasploit Framework and may be subject to
|
# This file is part of the Metasploit Framework and may be subject to
|
||||||
|
@ -18,8 +17,8 @@ class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super( update_info( info,
|
super( update_info( info,
|
||||||
'Name' => 'Net Discovery',
|
'Name' => 'Windows Recon Computer Browser Discovery',
|
||||||
'Description' => %q{ This module uses railgun to discover hostnames and IPs on the network \n
|
'Description' => %q{ This module uses railgun to discover hostnames and IPs on the network
|
||||||
WK = All Workstations -
|
WK = All Workstations -
|
||||||
SVR = All Servers -
|
SVR = All Servers -
|
||||||
SQL = All SQL Servers -
|
SQL = All SQL Servers -
|
|
@ -1,4 +1,4 @@
|
||||||
# post/windows/gather/dig.rb
|
#
|
||||||
|
|
||||||
##
|
##
|
||||||
# This file is part of the Metasploit Framework and may be subject to
|
# This file is part of the Metasploit Framework and may be subject to
|
||||||
|
@ -15,7 +15,7 @@ class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super( update_info( info,
|
super( update_info( info,
|
||||||
'Name' => 'Dig',
|
'Name' => 'Windows Recon Resolve Hostname',
|
||||||
'Description' => %q{ This module looks up a IP for a hostname via the victim},
|
'Description' => %q{ This module looks up a IP for a hostname via the victim},
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' => [ 'Rob Fuller <mubix[at]hak5.org>'],
|
'Author' => [ 'Rob Fuller <mubix[at]hak5.org>'],
|
Loading…
Reference in New Issue