Skip to content

Executes mimikatz locally from a portable arduino and email yourself the report via smtp. Optimised for Windows 10.

Notifications You must be signed in to change notification settings

valkyrix/Mimiduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino mimikatz hash dump payload and report via email. Optimised for windows 10

Runs mimikatz locally from a portable arduino and emails you the report. The Budget Rubber Ducky.

mimikatz dumps the NTLM password hashes, system information and more, very useful for pentesting.

This script is optimised to run off portable arduino's such as the Arduino Pro Micro (really cheap at $3) but will also work on others. The script's size at only 6,812 bytes is perfect for small flash memory units.

Script run time: 5-10 seconds on an Arduino Pro Micro using the Arduino Leonardo chip

mimikatz arduino

watch the video of it in action here: https://www.youtube.com/watch?v=YhN3__nMW-0

Mimicats binaries have been hardcoded but they can be changed by replacing the two url's within the powershell command.

The script has been setup to communicate with the gmail smtp server but can be used with any email provider really.

Replace EMAIL and PASSWORD placeholders with your own. Change the SMTP server and port information if you are not using gmail as the provider.

Script stages

  • Launch elevated command prompt and bypass UAC
  • Download the correct mimikatz exe based on processor type.
  • Execute mimikatz and export data.
  • Email the output to selected email address as an attachment using powershell's SMTP .
  • Remove all traces on the system.

About

Executes mimikatz locally from a portable arduino and email yourself the report via smtp. Optimised for Windows 10.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Other 100.0%