dirkjanm / ROADtools

A collection of Azure AD/Entra tools for offensive and defensive security purposes
MIT License
1.86k stars 264 forks source link

selenium-wire is no longer maintained #101

Open fabaff opened 3 weeks ago

fabaff commented 3 weeks ago

In January 2024 selenium-wire was archived. roadtx depends on selenium-wire.

selenium-wire is not pinning blinker which leads to issues (ModuleNotFoundError: No module named 'blinker._saferef').

For most distribution the pinning of blinker to > 1.8.0 will no help but for PyPI it would. In a best case scenario selenium-wire would be dropped for roadtx.

Thanks

dirkjanm commented 3 weeks ago

I agree, but at the moment there is no obvious solution that can be used as a drop-in replacement. Either roadtx would use it's own "fork" or lite clone of selenium-wire, or a rewrite of the intercepting element would be needed.