-
Notifications
You must be signed in to change notification settings - Fork 14
rWSRT
The goal of rWSRT.rb
(Ruby Web Screenshot Report Tool) is to quickly gather screenshots from a range of HTTP servers. This can be useful when scanning large ranges of external IP addresses as it can flag up "interesting" looking hosts.
You can install dependent gems using the bundle install
command in the TestingScripts directory or you can install them manually. This script relies on headless
and selenium-webdriver
The script takes a list of hosts and ports as input, either one per line or comma separated. If used in conjunction with Nessus Auto Analyzer you can use the web server list generated by that tool as input for this one. if it's not specified in the target definition, the script will assume that the target is using http
rather than https
unless it's on port 443.
The script outputs an HTML file and a series of PNG screenshots. The HTML file has a (very basic looking) HTML table with a link to the target and the screenshot gathered during testing.