Windows Gather Service Info Enumeration | Metasploit Exploit Database (DB)

Windows Gather Service Info Enumeration

This module will query the system for services and display name and configuration info for each returned service. It allows you to optionally search the credentials, path, or start type for a string and only return the results that match. These query operations are cumulative and if no query strings are specified, it just returns all services. NOTE: If the script hangs, windows firewall is most likely on and you did not migrate to a safe process (explorer.exe for example).

Search Other Modules


Rank

  • Normal

Authors

  • Keith Faber < >
  • Kx499 < >

Development


Similar Modules


Usage Information

$ msfconsole

                ##                          ###           ##    ##
 ##  ##  #### ###### ####  #####   #####    ##    ####        ######
####### ##  ##  ##  ##         ## ##  ##    ##   ##  ##   ###   ##
####### ######  ##  #####   ####  ##  ##    ##   ##  ##   ##    ##
## # ##     ##  ##  ##  ## ##      #####    ##   ##  ##   ##    ##
##   ##  #### ###   #####   #####     ##   ####   ####   #### ###
                                      ##

msf > use post/windows/gather/enum_services
msf post(enum_services) > set SESSION [INTEGER]


Module Options

CRED String to search credentials for
PATH String to search path for
SESSION The session to run this module on.
TYPE Service startup Option (accepted: All, Auto, Manual, Disabled) (default: All)
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module