In this post, we will look at the webscraper tool, which is completely written in shell code and can be used in both linux and termux, but I recommend using it in linux.
What is webscraper tool?
Web scraping, also known as web data extraction or web harvesting, is a technique used to extract large amounts of data from websites. The data is extracted and saved to a local file on your computer for a variety of purposes.
Install Webscraper tool on termux
To download this tool, first enter the following command into your termux terminal.
git clone https://github.com/3xploitGuy/webscrape.git

After downloading this tool, you must change your directory to the tool’s directory by copying and pasting the command below into your terminal.
cd webscrape

Now, in order for this tool to run without error in our terminal, we must grant it permission with the chmod command and then run it with the bash command.
chmod +x webscrape.sh
bash webscrape.sh

If you want to know the information of this website after running this tool, type that website and press the enter button; if you want to scrap email and phone number, type “y” and press the enter button. Details will be provided to you shortly.

You can save the data obtained in this manner as a text file.
I hope you find this post useful, and if you have any questions, please contact me via the command section.
This tools is not working (webscrape)…