Jordan Borean
@boreanjordan
ID: 1214457254079909888
https://www.bloggingforlogging.com 07-01-2020 08:02:43
2,2K Tweet
878 Followers
45 Following
Had some fun working with a challenge posed by Marc-André Moreau. 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/jborean93/43c8…
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("[email protected]", "kerb.keytab") github.com/jborean93/sspi…