mirror of
https://github.com/ufrisk/MemProcFS-plugins.git
synced 2026-05-07 22:29:21 +08:00
16c36eb669e2e88fabbb306bacc231e2c2695fc3
Plugins for MemProcFS
This repository contains various non-core plugins for MemProcFS - The Memory Process File System.
Plugins range from non-core plugins to plugins that have offensive capabilities - such as pypykatz. Please find a short description for each plugin below:
pypykatz
Author:
Tamas Jos (@skelsec) , info@skelsec.com , https://github.com/skelsec/
Overview:
pypykatz for MemProcFS exposes mimikatz functionality in the folder /py/secrets/ in the file system root provided that the target is a supported Windows system. Functionality includes retrieval of hashes, passwords, kerberos tickets and various other credentials.
Installation instructions:
- Ensure MemProcFS supported version of 64-bit Python for Windows is on the system path (or specify in
-pythonpathoption when starting MemProcFS). NB! embedded Python will not work with pypykatz since it requires access to Python pip installed packages. - Install pypykatz pip package, in correct python environment, by running
pip install pypykatz. - Copy the pypykatz for MemProcFS plugin by copying all files from
/files/plugins/pym_pypykatzto corresponding folder in MemProcFS - overwriting any existing files there. - Start MemProcFS.
Last updated: 2019-03-17
Languages
Python
100%
