NetSPI / PowerUpSQL

PowerUpSQL: A PowerShell Toolkit for Attacking SQL Server
Other
2.44k stars 460 forks source link

What does this message mean? #41

Closed dsolstad closed 5 years ago

dsolstad commented 5 years ago

Invoke-SQLImpersonateService -Verbose -Instance MSSQLSvc/x VERBOSE: MSSQLSvc/x: user has local admin privileges. VERBOSE: MSSQLSvc/x: Impersonating SQL Server process: VERBOSE: MSSQLSvc/x: No process running for provided instance...

Does this mean that it think that there are no SQL instances on that server?

nullbind commented 5 years ago

Yeah, it identifies the sql server instances by their associated windows services, but sometimes the services are not running.