msldap
msldap copied to clipboard
Unquote special characters from url in target.py
As for now a url of type smb2+ntlm-password://TEST\testuser:Passw/[email protected] will be wrongly interpreted and there is no way to url encode it as smb2+ntlm-password://TEST\testuser:Passw%[email protected] to pass it to your libraries.
This PR will fix that