skelsec / pypykatz

Mimikatz implementation in pure Python
MIT License
2.81k stars 371 forks source link

Handleup not accepted option #71

Closed mubix closed 3 years ago

mubix commented 3 years ago

It seems this option while listed as valid, isn't accepted

root@ubuntu:~# pypykatz live lsa --method handleup
usage: pypykatz live lsa [-h] [--json] [-e] [-o OUTFILE] [-k KERBEROS_DIR] [-g] [--method {procopen,handledup}]
pypykatz live lsa: error: argument --method: invalid choice: 'handleup' (choose from 'procopen', 'handledup')
jarlethorsen commented 3 years ago

Seems to be a typo on your end Rob :)

It should be "handledup", not "handleup".

mubix commented 3 years ago

I'm dumb, thanks, closing