StandIn icon indicating copy to clipboard operation
StandIn copied to clipboard

StandIn is a small .NET35/45 AD post-exploitation toolkit

Results 13 StandIn issues
Sort by recently updated
recently updated
newest added

A simple fix for the `DirectorySearcher` to work with PTT in this PR. When operating from a sacrificial process with a TGT injected, `DirectorySearcher` fails to enumerate current domain root,...

I came across this blog post which outlines a bug in StandIn when interacting with other domains, where certain functions using GetComputerDomain() or GetCurrentDomain() incorrectly would get/set an object in...

Fixes #16 Implemented the fix proposed my Rasta Mouse in his blog post to allow for the creation of computer accounts in domains other than the one in which StandIn...