changeme icon indicating copy to clipboard operation
changeme copied to clipboard

Selenium PhantomJS driver is deprecated

Open ztgrace opened this issue 6 years ago • 2 comments

Need to change out driver per warning message?

[21:02:32][http_get][_screenshot] Screenshotting http://127.0.0.1:8080/admin-console/login.seam
/tmp/python2/local/lib/python2.7/site-packages/selenium/webdriver/phantomjs/webdriver.py:49: UserWarning: Selenium support for PhantomJS has been deprecated, please use headless versions of Chrome or Firefox instead
  warnings.warn('Selenium support for PhantomJS has been deprecated, please use headless '

ztgrace avatar Mar 30 '18 02:03 ztgrace

is there some fast way to disable screenshoting (and error messages) to reduce scanning time? @ztgrace

Celestial-intelligence avatar Aug 15 '19 22:08 Celestial-intelligence

I'll add disabling screenshots as an option in the future. But for now, you can change this line to pass to disable it: https://github.com/ztgrace/changeme/blob/master/changeme/scanners/http_get.py#L110

ztgrace avatar Aug 16 '19 01:08 ztgrace