securifera / serviceFu

Automates credential skimming from service accounts in Windows Registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serviceFu

Automates credential skimming from service accounts in Windows Registry using Mimikatz lsadump::secrets. The use case for this tool is when you have administrative rights across certain computers in a domain but do not have any clear-text credentials. ServiceFu will remotely connect to target computers, check if any credentialed services are present, download the system and security registry hive, and decrypt clear-text credentials for the domain service account. The mimikatz project is located here: https://github.com/gentilkiwi/mimikatz

Usage:

-h              print usage menu   
-i file         user accounts to ignore from results   
-m              use mimikatz to decrypt service credentials   
-t targets      target(s) - target computer(s) (default localhost).   
                Accepts IP ranges and comma separated IPs

About

Automates credential skimming from service accounts in Windows Registry


Languages

Language:C 71.3%Language:C++ 28.7%