DanMcInerney / xsscrapy

XSS spider - 66/66 wavsep XSS detected
1.63k stars 438 forks source link

WIP: Py3 version #62

Closed L1NT closed 1 year ago

L1NT commented 3 years ago

Sharing my modified copy that runs on Py3, if others want a place to start.

I've run 2to3 on the codebase and have been resolving errors as I encounter them, but this shouldn't be considered a complete migration -- it's only been enough to make sure it worked for my own uses.

DanMcInerney commented 1 year ago

Lemme know if this ever gets completed.

L1NT commented 1 year ago

It's been awhile, but iirc (and as the initial comments suggest), the branch was working without errors for my uses cases at the time. I should have some time this week to resolve the conflicts and see about doing more thorough testing. Giving a cursory glance, I see a tests folder, but no documented way to run tests -- I'll ask some follow up questions if it doesn't become apparent when I re-familiarize myself with the project later this week. Cheers!

L1NT commented 1 year ago

Sorry, I did look into this a bit, but I haven't been using the tool much since I originally created the PR and have been quite strapped for time. At this point I don't feel comfortable enough with the entire codebase to fully manually test the changes and have confidence that I wouldn't be introducing breaking changes. I'll close this for now and hope to get an opportunity to re-visit it again in the future. Cheers!