linikatz is a tool to attack AD on UNIX

渗透技巧 7个月前 admin
171 0 0

LinikatzV2

LinikatzV2 is a bash script based on the Linikatz tool developed by time-machine (https://github.com/CiscoCXSecurity/linikatz). It allows post-exploitation tasks on UNIX computers joined to Active Directory, using various methods for credential mining.

This tool needs root privileges to be run on the host system.

It allows extraction of :

  • Hashed stored in files for offline connection (SHA-512 format)
  • Kerberos tickets (user & machine)
  • Clear passwords in RAM
  • NTLM machine hash
  • AES-128 & AES-256 machine keys

Optional :

  • Configuration files (SSSD, VAS, etc)

Some of these actions may not produce results. Typically, the presence of hashes and clears in RAM depends on a user’s connection to the UNIX system.

Usage

$ sudo ./linikatzV2.sh

Various options are available :

  • -c | –conf-files : Dumps configuration files.
  • –hash-output=file.txt : Allows you to choose the name of the output file containing the hashes.
  • -n | -no-file : Removes the process dump files, etc.
  • -k | –kerberos-tickets : Create a copy of the Kerberos tickets found.

 

原文始发于Github:linikatz is a tool to attack AD on UNIX

版权声明:admin 发表于 2023年10月20日 上午9:10。
转载请注明:linikatz is a tool to attack AD on UNIX | CTF导航

相关文章

暂无评论

您必须登录才能参与评论!
立即登录
暂无评论...