Skip to content

Simple tool to use LsaManageSidNameMapping get LSA to add or remove SID to name mappings.

License

Notifications You must be signed in to change notification settings

tyranid/setsidmapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SetSidMapping.

Copyright (C) 2020 - James Forshaw.

Simple tool to use LsaManageSidNameMapping get LSA to add or remove SID to name mappings.

To use you need to have SeTcbPrivilege and the SID you map a name to must meet the following criteria.

  • The SID security authority must be NT (5)
  • The first RID of the SID must be between 80 and 111 inclusive.
  • You must register a domain SID first.

Examples

Add the domain SID ABC and a user SID. SetSidMapping.exe S-1-5-101=ABC S-1-5-101-1-2-3=ABC\User

Remove the domain SID and all its related SIDs. SetSidMapping.exe -r ABC

About

Simple tool to use LsaManageSidNameMapping get LSA to add or remove SID to name mappings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages