7 Minute Security
7MS #567: How to Build an Intentionally Vulnerable SQL Server
Apr 14, 2023 · 39 min · 93.9 MB
0:00-39:08
Streams straight from the publisher. podnod never proxies or re-hosts episode audio.
Hey friends, today we're talking about building an intentionally vulnerable SQL server, and here are the key URLs/commands talked about in the episode:
-
Download SQL Server here
-
Install SQL via config .ini file
-
Or, install SQL via pure command line
-
Deploy SQL with a service account while also starting TCP/IP and named pipes automagically:
- Run PowerUpSQL to find vulnerable SQL servers:
- Audit the discovered SQL servers:
- Fire off stored procedures to catch hashes!
here
microsoft.comconfig .ini file
learn.microsoft.comcommand line
learn.microsoft.comPowerUpSQL
github.com