Skip to content

Automated screenshots of webpages using NodeJS

Notifications You must be signed in to change notification settings

rossja/url2screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url2screen

Automated screenshots of webpages using NodeJS

Overview

This is a simple script designed to facilitate taking automated screenshots of web sites, specifically while performing a security assessment.

Usage

  1. Install deps by running npm install

  2. Create a file: urls.txt, with one URL to capture per line. Example

    https://google.com
    http://dogpile.com
    
  3. Run the script: node url2screen.js

  4. Enjoy your images (in ./screenshots)!

About

Automated screenshots of webpages using NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages