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)!