aas-n / spraykatz

Credentials gathering tool automating remote procdump and parse of lsass process.

Home Page:https://twitter.com/aas_s3curity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when using passwords that starts with $ character

suntop250ml opened this issue · comments

I think their is an error when trying to use the tool with a password that starts with the $ character, as it is showing in the screen shots below, an error message appears at the end stating that Error: argument -p/--password: expected one argument

Screenshot_1
Screenshot_2

commented

Hi,

You can put your password between quotes and use a backslash to escape the $.

-p "\$password"