Stuub / Helios

Helios: Automated XSS Testing
127 stars 25 forks source link

Suggestions #2

Open lil-skelly opened 3 months ago

lil-skelly commented 3 months ago

Consider splitting the project into multiple files to make further development easier for you and other contributors.

I also suggest specifying specific versions of the libraries listed in requirements.txt to prevent nasty errors on users with old installs as well as documenting your code.

Things like these will prove extremely useful.

Stuub commented 3 months ago

Good ideas man.

This project kinda started as a meme for creating something that shouldn't be made in Python, decided to ride the meme out and not refactor with modules. Think it'll bite me in time soon to come, will change that :laughing:

requirements.txt desperately needs specific versions, you're right. Helped a couple of users that had deprecated versions, causing webdriver issues.

Thank you big smelly, you a real one

lil-skelly commented 3 months ago

For sure homie, us developers should have each others back.