Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
webdriver-auto-update
Advanced tools
A tool for managing ChromeDriver downloads and updates
requirements.txt
.Clone this repository from GitHub
git clone https://github.com/competencytestlvl/webdriver_auto_update.git
Install the required package from PyPI:
pip install webdriver-auto-update
Navigate to the directory where you've cloned or downloaded the repository
Run the following example:
from webdriver_auto_update.chrome_app_utils import ChromeAppUtils
from webdriver_auto_update.webdriver_manager import WebDriverManager
# Using ChromeAppUtils to inspect Chrome application version
chrome_app_utils = ChromeAppUtils()
chrome_app_version = chrome_app_utils.get_chrome_version()
print("Chrome application version: ", chrome_app_version)
# Target directory to store chromedriver
driver_directory = "/path/to/driver/directory"
# Create an instance of WebDriverManager
driver_manager = WebDriverManager(driver_directory)
# Call the main method to manage chromedriver
driver_manager.main()
Contributions are welcome! If you find any issues or want to add new features, feel free to submit a pull request or reach out to me.
FAQs
A tool for managing ChromeDriver downloads and updates
We found that webdriver-auto-update demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.