boujeebit / urlsnap

Take full page screenshots of any website and save them for later.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Take full size screenshots of any website and save them for later. Great for viewing potentially malicious URLs without visiting them yourself.

Install

  • Instal Docker
  • Build image
  • Install pip3 packages
  • Build database

Setup

  • Add volume file

Docker Building

docker build -t urlsnap .
docker run -i --rm --cap-add=SYS_ADMIN -v $(pwd)/tmp/images:/home/pptruser/images urlsnap 'URL' 'filename'

About

Take full page screenshots of any website and save them for later.

License:BSD 2-Clause "Simplified" License


Languages

Language:HTML 55.4%Language:Python 39.6%Language:JavaScript 4.0%Language:Shell 1.1%