sliver icon indicating copy to clipboard operation
sliver copied to clipboard

PSExec PtH / Creds

Open 0xjbb opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. Yes, currently as far as I can tell the psexec command doesn't allow for pth or use of creds.

Describe the solution you'd like It would be nice to allow pth / creds as it's often used and very helpful to be able to use creds/ntlm hash

Describe alternatives you've considered The only alternative currently is to either download psexec.exe to the system if you have a password or set up a socks server and use something like impacket-psexec through proxychains.

0xjbb avatar Jan 03 '22 14:01 0xjbb

Probably something we should implement using an extension. NTLM auth is going to be a pain in pure go.

rkervella avatar Jan 03 '22 19:01 rkervella

Another alternative is to use Rubeus asktgt command, as described here, using execute-assembly.

rkervella avatar Jan 03 '22 20:01 rkervella