Automated screenshots of webpages using NodeJS
This is a simple script designed to facilitate taking automated screenshots of web sites, specifically while performing a security assessment.
-
Install deps by running
npm install
-
Create a file: urls.txt, with one URL to capture per line. Example
https://google.com http://dogpile.com
-
Run the script:
node url2screen.js
-
Enjoy your images (in ./screenshots)!