├── .github └── CODEOWNERS ├── CODEOWNERS ├── Golden.ps1 └── README.md /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @zephrfish 2 | -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @zephrfish 2 | -------------------------------------------------------------------------------- /Golden.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/ADFSDump-PS/HEAD/Golden.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/ADFSDump-PS/HEAD/README.md --------------------------------------------------------------------------------