Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. function Invoke-Mimikittenz
  2. {
  3. <#
  4. .SYNOPSIS
  5. Extracts juicy info from memory.
  6.  
  7. .DESCRIPTION
  8. Utilizes Windows function ReadProcessMemory() to extract juicy information from target process memory using regex.
  9.  
  10. Author: Jamieson O'Reilly (https://au.linkedin.com/in/jamieson-o-reilly-13ab6470)
  11. License: https://creativecommons.org/licenses/by/4.0/
  12.  
  13. .EXAMPLE
  14. Invoke-mimikittenz
  15. Use above command to pull credentials for multiple web services and websites.
  16.  
  17. .NOTES
  18. Depending on each process cleanup, process g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement