Skip to content

Treppenhouse/grab404-firefox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  1. geckodriver need to be installed and added to the PATH
  2. node.js need to be installed

Usage

Usage: grab404.js [-h] [-f FILENAME] [-u URLS] [-o OUTPUTFOLDER]

Optional arguments:
  -h, --help            Show this help message and exit.
  -f FILENAME, --filename FILENAME
                        Text file containing the URLs separated by a new line
  -u URLS, --urls URLS  URLs separated by commas
  -o OUTPUTFOLDER, --outputFolder OUTPUTFOLDER
                        Output folder where the screenshots will be placed

Examples:
   		node grab404.js -f examples/cities.txt
 		node grab404.js -urls www.github.com,wikipedia.org -o ../output/screenshots

About

Capture the screenshots of the 404 pages of given URLs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors