Skip to content

TheWover/LetMeowIn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

LetMeowIn

A sophisticated, covert LSASS dumper using C++ and MASM x64.

Disclaimer

Don't be evil with this. I created this tool to learn. I'm not responsible if the Feds knock on your door.


Historically was able to (and may presently still) bypass

  • Windows Defender
  • Malwarebytes Anti-Malware
  • CrowdStrike Falcon EDR (Falcon Complete + OverWatch)

image

Features

Avoids detection by using various means, such as:

  • Manually implementing NTAPI operations through indirect system calls
  • Disabling Breaking telemetry features (i.e ETW)
  • Polymorphism through compile-time hash generation
  • Obfuscating API function names and pointers
  • Duplicating existing LSASS handles instead of opening new ones
  • Creating offline copies of the LSASS process to perform memory dumps on
  • Corrupting the MDMP signature of dropped files
  • Probably other stuff I forgot to mention here

Negatives

  • Only works on x64 architecture
  • Relies on there being existing opened LSASS handles on target systems
  • Don't expect this to be undetectable forever 🙂

About

A sophisticated, covert Windows-based credential dumper using C++ and MASM x64.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.1%
  • C 20.0%
  • Assembly 9.6%
  • Python 1.3%