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 got an error that might be due to a 3XX status code without Location resulting in the error:
File "/home/zeecka/.BurpSuite/bapps/f991b67d4ef94f3c8692c3edca06583e/site_map_extractor.py", line 413, in exportCodes
self.tableData.append([self.stripURLPort(self.urlDecode), str(self.referer), str(self.responseCode), self.location])
AttributeError: 'BurpExtender' object has no attribute 'location'
The text was updated successfully, but these errors were encountered:
I got an error that might be due to a
3XX
status code withoutLocation
resulting in the error:The text was updated successfully, but these errors were encountered: