Installation of Webscreenshot Tool on Kali Linux OS

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

git clone https://github.com/maaaaz/webscreenshot.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd webscreenshot

Step 3: You are in the directory of the webscreenshot. Now you have to install a dependency of the webscreenshot using the following command.

sudo pip3 install -r requirements.txt

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run the tool and check the help section.

python3 webscreenshot.py  --help

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...