Skip to content

Instantly share code, notes, and snippets.

View kvnmtz's full-sized avatar
👀
Looking at your profile right now, too

Kevin kvnmtz

👀
Looking at your profile right now, too
  • Germany
  • 12:37 (UTC +01:00)
View GitHub Profile
@sujit
sujit / bypass_ssl_insecurities.py
Last active February 7, 2025 21:04
Selenium Bypass SSL Bad/Revoked Certificates
import sys
from time import sleep
from selenium import webdriver
from selenium.common.exceptions import TimeoutException
from selenium.common.exceptions import WebDriverException
from eliot import start_action, to_file, log_call
# from selenium.webdriver.common.keys import Keys
# from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
# from selenium.webdriver.common.by import By
# from selenium.webdriver.support import expected_conditions as EC