✨
Emergency-Response
  • 介绍
  • Windows
    • 系统信息
    • 进程与端口
    • 服务
    • 日志分析
    • 相关工具
  • Linux
    • 系统信息
    • 进程与端口
    • 服务
    • 文件分析
    • 日志分析
    • 相关工具
    • 案例
      • Redis
      • SSH
      • 短连接
      • 挖矿木马排查
  • Web
    • 拒绝服务攻击
    • WebShell查杀
    • 日志分析
  • DataBase
    • MSSQL
    • MySQL
  • 杂项
    • 钓鱼邮件分析
    • 分析工具
    • 勒索病毒工具
Powered by GitBook
On this page
  • 日志分析
  • 功能检查
  • xp_cmdshell

Was this helpful?

  1. DataBase

MSSQL

日志分析

功能检查

xp_cmdshell

查看xp_cmdshell是否被启用:

Exec master.dbo.xp_cmdshell 'whoami'
PreviousDataBaseNextMySQL

Last updated 5 years ago

Was this helpful?