Tools and Stuff

A collection of tools I've built or like to use

SecretShare

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.

Get it on GitHub | Use My Hosted Version

CF-Access-Login

A simple WordPress plugin that will authenticate you to WordPress using the JSON Web Token issued to you by Cloudflare Access. Useful if your site is protected by Access.

Get it on GitHub 

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.

Check it Out

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!

Check it Out

Graph X-Ray

A super nifty browser addon that will convert your navigation in admin centers to Graph PowerShell commands!

Check it Out

Refined Microsoft Learn

A helpful browser extention that makes browsing MS Learn a little more streamliend.

Check it Out