DanMcInerney / xsscrapy

XSS spider - 66/66 wavsep XSS detected
1.66k stars 442 forks source link

Prevent scrapy from URL encoding payloads #25

Open DanMcInerney opened 9 years ago

DanMcInerney commented 9 years ago

Something with the canonical_url() function in scrapy is causing all the payloads to be URL encoded which is extremely not ideal.

decidedlygray commented 8 years ago

Is this still a problem? Do you have any more details on where in the code base you think this is happening, or recreation steps?