webdav_exploit
webdav_exploit copied to clipboard
Fix the Import Module urlparse
Python3 doesn't recognizes 'urlparse' as valid module. Rather change it to:
from urllib.parse import urlparse