Giter Site home page Giter Site logo

sam5epi0l / waybackshot Goto Github PK

View Code? Open in Web Editor NEW
37.0 1.0 5.0 8 KB

(CLI wrapper) Takes a list of URLs and retrieve screenshots of older versions stored on the Wayback Machine.

Home Page: https://sam5epi0l.github.io/

License: MIT License

Python 100.00%
archive automation bug-bounty bugbounty-tool cli eyewitness hacking-tool pip python3 reconnaissance

waybackshot's Introduction

waybackshot's People

Contributors

sam5epi0l avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

waybackshot's Issues

error!!

Error: HTTPSConnectionPool(host='archive.org', port=443): Max retries exceeded with url: /wayback/available?url=https%3A%2F%2Fwww.avonworldwide.com (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
Traceback (most recent call last):
File "/home/noob/hackbox/tools/waybackshot/waybackshotcli.py", line 18, in
wayback_shot.screenshot(url=args.url, date=args.dateFrom, dir=args.outputDIR, width=args.width, overwrite=args.replace, include_date=args.includeDate)
File "/home/noob/.local/lib/python3.10/site-packages/waybackshot/waybackshot.py", line 58, in screenshot
snapshot_url, snapshot_date = self.__getSnapshotInfo(
TypeError: cannot unpack non-iterable NoneType object

Error!!

Traceback (most recent call last):
File "/root/hackbox/waybackshot/waybackshotcli.py", line 18, in
wayback_shot.screenshot(url=args.url, date=args.dateFrom, dir=args.outputDIR, width=args.width, overwrite=args.replace, include_date=args.includeDate)
File "/usr/local/lib/python3.10/dist-packages/waybackshot/waybackshot.py", line 77, in screenshot
self.__getScreenshotFrom(snapshot_url)
File "/usr/local/lib/python3.10/dist-packages/waybackshot/waybackshot.py", line 121, in __getScreenshotFrom
driver = self.__get_driver(url)
File "/usr/local/lib/python3.10/dist-packages/waybackshot/waybackshot.py", line 160, in __get_driver
ChromeDriverManager(chrome_type=ChromeType.CHROMIUM).install()
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/chrome.py", line 32, in install
driver_path = self._get_driver_path(self.driver)
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/manager.py", line 19, in _get_driver_path
binary_path = self.driver_cache.find_driver(driver)
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/driver_cache.py", line 74, in find_driver
driver_version = driver.get_version()
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/driver.py", line 39, in get_version
self.get_latest_release_version()
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/driver.py", line 76, in get_latest_release_version
validate_response(resp)
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/utils.py", line 90, in validate_response
raise ValueError("There is no such driver by url {}".format(resp.url))
ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_119.0.6045

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.