Skip to content

Unquote special characters from url in target.py#50

Open
CravateRouge wants to merge 1 commit intoskelsec:mainfrom
CravateRouge:patch-1
Open

Unquote special characters from url in target.py#50
CravateRouge wants to merge 1 commit intoskelsec:mainfrom
CravateRouge:patch-1

Conversation

@CravateRouge
Copy link
Copy Markdown
Contributor

As for now a url of type smb2+ntlm-password://TEST\testuser:Passw/0rd@10.10.10.2 will be wrongly interpreted and there is no way to url encode it as smb2+ntlm-password://TEST\testuser:Passw%2f0rd@10.10.10.2 to pass it to your libraries.

This PR will fix that

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