
Jordan Borean
@BoreanJordan
Followers
882
Following
903
Media
67
Statuses
2K
Anyone interested in yet another attempt at trying to enhance splatting in #PowerShell. I've tried to collate all the options proposed over the years with their pros/cons. Hoping to get any community feedback before trying to champion a proper RFC
github.com
This is a draft RFC of an enhanced splatting proposal. While I have my own recommendations there is no final choice as of yet to open with the real RFC. This RFC aims to enhance the existing splatt...
0
2
10
Did you know it is possible to use Kerberos keytabs on SSPI. I've released a version of sspilib for #python that exposes this in a friendly way through the SEC_WINNT_AUTH_IDENTITY_EX2 struct. cred = sspi.KeytabCredential("user@DOMAIN.COM", "kerb.keytab").
github.com
What's Changed Bump dev deps and min py version by @jborean93 in #16 Bump sspi-rs version by @jborean93 in #17 Attempt to re-enable some tests for sspi-rs by @jborean93 in #18 Add support for ...
0
2
12
RT @TheBestTvarynka: A new article in my blog: This is the longest post I've ever written (so far). This is a deep….
tbt.qkation.com
Just my personal blog with interesting articles, thoughts, maybe guides/tips
0
38
0
RT @gerardo_gr: So Windows 11 Insiders Build introduces `Administrator Protection`. And (to my surprise) no changes were needed on gsudo….
0
2
0
Just pushed a new version of my #Ansible debugging tool ansibug. This new update fixes support for restarting a launched debug session but also adds support for breakpoints for task failures, unreachable hosts, or skipped tasks
0
1
4
For anyone interested in making Azure Trusted Signing a good fit for #PowerShell signatures please have a look and add +1 or comments if you think of anything else to so the team can see how important this would be to have.
github.com
Summary of the new feature / enhancement [Updated based on feedback below] Azure has a new Trusted Signing service in public preview. One of the features is rotation of the signing cert. This break...
Pushed a new version of my #PowerShell module OpenAuthenticode It adds support for signing using Azure's Trusted Signing service. I've found it has been pretty easy to setup as an individual to use but a pity pwsh's trust model won't work nicely with it.
1
3
15
RT @awakecoding: If you missed the webinar, here is the video recording for "Decrypting RDP Traffic in Wireshark"! The slides are great, bu….
0
9
0
Pushed a new version of my #PowerShell module OpenAuthenticode It adds support for signing using Azure's Trusted Signing service. I've found it has been pretty easy to setup as an individual to use but a pity pwsh's trust model won't work nicely with it.
1
1
18
I've opened a #PowerShell RFC to set environment variables for sub processes like the 'FOO=bar command' functionality on sh based shells If you are interested, it would be great to get some feedback around the proposed syntax or potential alternatives.
github.com
Adds the RFC to support specifying environment variable(s) that are only set on subprocesses. This is to support a feature that is currently preset on sh based shells like bash but is not possible ...
1
3
5
Does anything know what the fileHashList and authenticodeHashList represents in Azure Trusted Signing sign operation? How would I have multiple files with 1 digest or even the authenticode signature before signing
github.com
The source for REST API specifications for Microsoft Azure. - Azure/azure-rest-api-specs
0
0
2
Ever wanted to know what data #PowerShell or other programs send to AMSI. I wrote a C# COM server implementation that logs this data as a JSON string. Had some fun learning more about COM and .NET AOT with this little project
0
46
138
Had some fun working with a challenge posed by @awakecoding. A POC that can run multiple #PowerShell named pipe instances with custom pipe names. Usually you have to start a new process but this can be done in proc. Non-public APIs so not production code
gist.github.com
Code to run a PowerShell named pipe server as a Task - PwshPipeServer.cs
1
2
7
Can anyone explain this behaviour before I dig into the SIP code. #PowerShell's authenticode signature hashes the contents based on the UTF8 encoding unless the script is more than 33 characters AND a non-ASCII character is present after the 32nd character in which it uses "ANSI"
1
1
10
I'm hoping to add an automatic CancellationToken property to #PowerShell functions. If anyone is interested in this I would love any thoughts on the RFC and possible implementation of this RFC
github.com
PR Summary Adds the PipelineStopToken property to a PSCmdlet instance that makes it easier for cmdlets and advanced functions to integrate a CancellationToken in their code for calling .NET methods...
1
5
8
RT @0gtweet: Friendly Reminder: If you have admin privileges but lack the necessary file permissions, you can leverage the SeBackup/SeResto….
0
169
0
Good news the Appx cmdlets work on #PowerShell 7 natively in Server 2025 now. Bad news the Appx cmdlets now fail to load through WinRM PSRemoting on Server 2025 due to extra deps not in the GAC. Here is a "hack" to get it working again
gist.github.com
Fix Appx in PSRemoting for Server 2025. GitHub Gist: instantly share code, notes, and snippets.
1
17
40
In celebration of #Ansible 2.18 I've updated my debugger library ansibug to support the latest changes made in the engine and get it all working with all the supported releases
github.com
Debug Adapter Protocol for Ansible. Contribute to jborean93/ansibug development by creating an account on GitHub.
0
5
16