Merge fork updates: Add ChromeDriver binaries, remove deprecated module, and sync with v1.3 upstream #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description / Summary
This PR merges in the changes from
invisigoth29intoiamunixtz/LazyXssto bring in enhancements and keep alignment with the upstream branch. The notable changes are:Add ChromeDriver binaries & license
chromedriver.exe(Windows binary) was added.chromedriver_win32.ziparchive was included.Merge upstream changes / version sync
lazyxssrecon.pywas removed.lazyxss.py, a merge conflict was resolved by accepting the upstream version.Commit history & context
lazyxssrecon.pyand syncing to version v1.3) was committed.Breaking Changes / Potential Side-Effects
lazyxssrecon.pymay break scripts or workflows that depend on it.chromedriver.exe) inside the repo increases its footprint, and may complicate CI / packaging.lazyxss.py(choosing upstream version) could have dropped fork-specific features — we should review carefully.Impact / Risk Assessment
lazyxssrecon.pyTesting / Validation
chromedriver.exeis Windows-specific.lazyxss.pyaround merged code to make sure no logic is lost or altered unintentionally.Checklist
lazyxssrecon.py