msldap icon indicating copy to clipboard operation
msldap copied to clipboard

Unquote special characters from url in target.py

Open CravateRouge opened this issue 8 months ago • 0 comments

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

CravateRouge avatar Jun 12 '24 10:06 CravateRouge