zoukankan      html  css  js  c++  java
  • vss6 forgot admin password

    一不小心将VSS  6  admin用户的密码忘记,找到以下信息  
     
    the  secret  is  to  hack  the  um.dat  file  to  remove  the  Admin  password  
    from  offset  80  the  bytes  are  (all  numbers  are  hex)  
     
    0:80    55  55  bc  7f  41  64  6d  69  6e  00  00  00  00  00  00  00  
    0:90    00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  
    0:a0    00  00  00  00  90  6e  00  00  a8  01  00  00  00  00  00  00  
     
    Just  load  the  um.dat  file  into  a  hex  editor  and  change  the  bytes  from  =  
    offset  80  to  exactly  what  is  shown  above.  When  the  SourceSafe  admin  tool  =  
    starts  it  believes  that  the  admin  password  has  never  been  set.  
     
    the  hex  values  above  are  taken  from  a  'virgin'  um.dat  file  

  • 相关阅读:
    测试文档
    详细文档
    需求规格说明文档
    会议
    软工项目
    分组
    项目名
    google 常用的搜索关键词 (技术相关)
    Kafka 入门和 Spring Boot 集成
    用nginx实现分布式限流
  • 原文地址:https://www.cnblogs.com/margiex/p/331231.html
Copyright © 2011-2022 走看看