Working with Webscreenshot Tool on Kali Linux OS

Example/Usage: Taking Screenshot of Multiple Domains

python3 webscreenshot.py -i list.txt

In the below screenshot, we have the list of multiple domains for which we will be clicking screenshots.

We have passed the name of the file in -i tag.

The tool has clicked the screenshot of each domain and saved the .png file in the screenshots directory.

We have displayed the contents of the screenshots directory.

We have displayed one of the screenshots which were actually clicked by our automated tool.


Webscreenshot – Simple Script To Screenshot A List Of Websites

Penetrating a large scope domain can be difficult, as this domain can consist of various subdomains. So to visit each subdomain manually is a very much challenging task, as some of the subdomains may be dead subdomains. So what if we can click a screenshot of all subdomains in a single click. Yes, this is possible through an automated tool named Webscrenshot. Webscreenshot tool is a cyber security tool that is automated in Python language and can click the screenshot of multiple domains in the same instance of time. This tool is a cross-platformed tool and its works fine in both Windows and Linux OS.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of Webscreenshot Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with Webscreenshot Tool on Kali Linux OS

Example/Usage: Taking Screenshot of Multiple Domains...