stock99
stock99
or simply add the line below at the end of the script (make sure you specify the cred details tho). Invoke-Runas -User SomeAccount -Password SomePass -Domain SomeDomain -Binary C:\Windows\System32\cmd.exe -LogonType...
Hi Tomcli, It looks like the kubectl come with kubeadm-dind installation script isn't the latest one (1.8.x). If i installed the latest version via snap, the installation script there seem...
seem to be ok now after removing 'pod/' in the script. The connection error in the opening post was because I fat-fingered on one of the export statement in dind...
Run into similar issue just now. I tried different sharphound.exe. Not how to fix it... ------------------------- ``` Invoke-Runas : Mmm, something went wrong! GetLastError returned: At C:\test\AD_assessment\pwnacl\august sharp\Invoke-ACLPwn.ps1:836 char:9 +...
it turns out that line 1436 trying to check if sharphound.exe is running but didn't work. So if one remove the ".exe" from "ShardHound.exe" from line 1436. That will stop...