mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-14 07:41:38 +01:00
Updated SQL PS binaries
This commit is contained in:
parent
eef9e78be8
commit
0f10747ce6
@ -6,11 +6,18 @@ Created: '2018-05-25'
|
|||||||
Categories: []
|
Categories: []
|
||||||
Commands:
|
Commands:
|
||||||
- Command: Sqlps.exe -noprofile
|
- Command: Sqlps.exe -noprofile
|
||||||
Description: Drop into a SQL Server PowerShell console without Module and ScriptBlock Logging.
|
Description: Run a SQL Server PowerShell mini-console without Module and ScriptBlock Logging.
|
||||||
Full Path:
|
Full Path:
|
||||||
- C:\Program files (x86\Microsoft SQL Server\100\Tools\Binn\sqlps.exe
|
- C:\Program files (x86)\Microsoft SQL Server\100\Tools\Binn\sqlps.exe (SQL Server 2008 R2 - PS version 2.0)
|
||||||
|
- C:\Program files (x86)\Microsoft SQL Server\110\Tools\Binn\sqlps.exe (SQL Server 2012 - PS version 2.0)
|
||||||
|
- C:\Program files (x86)\Microsoft SQL Server\120\Tools\Binn\sqlps.exe (SQL Server 2014 - PS version 4.0)
|
||||||
|
- C:\Program files (x86)\Microsoft SQL Server\130\Tools\Binn\sqlps.exe (SQL Server 2016 - PS version 4.0)
|
||||||
Code Sample: []
|
Code Sample: []
|
||||||
Detection: []
|
Detection: []
|
||||||
Resources:
|
Resources:
|
||||||
- https://twitter.com/bryon_/status/975835709587075072
|
- https://twitter.com/bryon_/status/975835709587075072
|
||||||
Notes: Thanks to Bryon - @bryon_
|
- https://twitter.com/_castleinthesky/status/101232247501798196
|
||||||
|
- https://docs.microsoft.com/en-us/sql/powershell/sql-server-powershell?view=sql-server-2017
|
||||||
|
Notes:
|
||||||
|
- Thanks to Bryon - @bryon_
|
||||||
|
- Replaced by SQLToolsPS.exe in SQL Server 2016, but will be included with installation for compatability reasons
|
||||||
|
@ -6,11 +6,14 @@ Created: '2018-05-25'
|
|||||||
Categories: []
|
Categories: []
|
||||||
Commands:
|
Commands:
|
||||||
- Command: SQLToolsPS.exe -noprofile -command Start-Process calc.exe
|
- Command: SQLToolsPS.exe -noprofile -command Start-Process calc.exe
|
||||||
Description: Run PowerShell scripts and commands.
|
Description: Run a SQL Server PowerShell mini-console without Module and ScriptBlock Logging.
|
||||||
Full Path:
|
Full Path:
|
||||||
- C:\Program files (x86)\Microsoft SQL Server\130\Tools\Binn\sqlps.exe
|
- C:\Program files (x86)\Microsoft SQL Server\130\Tools\Binn\sqlps.exe
|
||||||
Code Sample: []
|
Code Sample: []
|
||||||
Detection: []
|
Detection: []
|
||||||
Resources:
|
Resources:
|
||||||
- https://twitter.com/pabraeken/status/993298228840992768
|
- https://twitter.com/pabraeken/status/993298228840992768
|
||||||
Notes: Thanks to Pierre-Alexandre Braeken - @pabraeken
|
- https://docs.microsoft.com/en-us/sql/powershell/sql-server-powershell?view=sql-server-2017
|
||||||
|
Notes:
|
||||||
|
- Thanks to Pierre-Alexandre Braeken - @pabraeken
|
||||||
|
- Successor to sqlps.exe in SQL Server 2016+.
|
||||||
|
Loading…
Reference in New Issue
Block a user