jasperan / whatsapp-osint

WhatsApp spy - logs online/offline events from ANYONE in the world
MIT License
863 stars 111 forks source link

Chrome Driver Current Version #17

Closed BerkeGokturk71 closed 1 year ago

BerkeGokturk71 commented 1 year ago

Can you add a Chrome driver to the main directory?

jasperan commented 1 year ago

Anything can be added, but that doesn't mean it's a good practice. The most obvious one is that most people use different versions of chromedriver, depending on their browser version, so adding a chromedriver would only help a percentage of the users that happen to have the same browser version as the chromedriver binary in the repository.

Another issue would be if someone could add their own chromedriver.exe and have it as a virus, potentially infecting every user that would use the repository.

To prevent that, I like to keep my repos clean to avoid potential vulnerabilities like these, anyone who uses the software must download their respective chromedriver to support functionality on their browser