Tools and Stuff
A collection of tools I've built or like to useSecretShare
SecretShare is a link-based system for sharing sensitive information such as passwords. It works by applying client-side encryption using JavaScript, encrypting the resultant ciphertext again on the server side, and storing that in the database. A link is then generated that can be sent to your recipient and used to retrieve the data. Local decryption occurs either by a key appended to the URL fragment (so the server never sees it) or a custom password and key derivation. You can use a version I’m hosting (below) or pull the code from GitHub and self-host it. As a bonus, it also has a password generator.
Maester.dev
A project by Merill Fernando that enabled automated testing of Microsoft security posture, particularly useful for Entra ID. It’s also a framework that can be used to write any number of automated tests. This enables regression testing of your security posture.
cmd.ms
cmd.ms is a useful set of shortcuts but, more importantly offers browser extensions for Edge and Chrome that make accessing the various Microsoft admin portals easy!
Graph X-Ray
A super nifty browser addon that will convert your navigation in admin centers to Graph PowerShell commands!
Refined Microsoft Learn
A helpful browser extention that makes browsing MS Learn a little more streamliend.