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