5.4.8 From SQLi to Server Takeover
From SQLi to Server Takeover
Advanced SQL Server Exploitation
xp_cmdshell:
EXEC sp_configure 'show advanced options', 1; RECONFIGURE; EXEC sp_configure 'xp_cmdshell', 1; RECONFIGURE; -- After tests EXEC sp_configure 'xp_cmdshell', 0; EXEC sp_configure 'show advanced options', 0; RECONFIGURE;
Internal Network Host Enumeration
Port Scanning (OPENROWSET)
Reading the File System
Uploading Files
Storing Command Results into a Temporary Table
Advanced MySQL Exploitation
Reading the File System:
Uploading Files:
Executing Shell Commands:
Last updated