Instantly share code, notes, and snippets.
Discover gists
jborean93 /winrm_decrypt.py
Last activeJuly 18, 2025 21:41
A script that can be used to decrypt WinRM exchanges using NTLM over http This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# PYTHON_ARGCOMPLETE_OK | |
# Copyright: (c) 2020 Jordan Borean (@jborean93) <jborean93@gmail.com> | |
# MIT License (see LICENSE or https://opensource.org/licenses/MIT) | |
""" | |
ScriptthatcanreadaWiresharkcapture .pcapngforaWinRMexchangeanddecryptthemessages.Currentlyonlysupports | |
exchangesthatwereauthenticatedwithNTLM.ThisisreallyaPOC,alotofthingsaremissinglikeNTLMv1support, |
kieranklaassen /cc.md
CreatedJuly 15, 2025 22:38
I was mainly interested in finding out how to change pad colours.
There wasthis Github repo detailing some SysEx messages for Minilab 2, but that didn't work for Minilab 3.
In the end I downloaded the DAW integration scripts from theResources page anddecompiled the Bitwig Java classes (you need to unzip the .bwextension file). That gave me the coveted secret SysEx commands :)
NewerOlder