You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got an error why I try to run the extractor on a site-map that contain UTF-8 char such as htttp://domain/img/pré.jpg.
Traceback (most recent call last):
File "/home/zeecka/.BurpSuite/bapps/f991b67d4ef94f3c8692c3edca06583e/site_map_extractor.py", line 387, in exportCodes
self.urlDecode = self._helpers.urlDecode(str(self.url))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 56-58: ordinal not in range(128)
This result in 0 line extracted from the sitemap.
The text was updated successfully, but these errors were encountered:
I've got an error why I try to run the extractor on a site-map that contain UTF-8 char such as
htttp://domain/img/pré.jpg
.This result in 0 line extracted from the sitemap.
The text was updated successfully, but these errors were encountered: