Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
sqlmapproject
Edit Copy
Star
GitHub Repository:
sqlmapproject/sqlmap
Path:
blob/master/data/procs/mssqlserver/enable_xp_cmdshell_2000.sql
2
9
9
2
views
1
EXEC
master
..
sp_addextendedproc
'xp_cmdshell'
,
@dllname
=
'xplog70.dll'
2
3