Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sqlmapproject
GitHub Repository: sqlmapproject/sqlmap
Path: blob/master/data/procs/mssqlserver/enable_xp_cmdshell_2000.sql
2992 views
1
EXEC master..sp_addextendedproc 'xp_cmdshell', @dllname='xplog70.dll'
2
3