Home Linux webscraper – scrape emails and phone numbers

webscraper – scrape emails and phone numbers

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
				
			
webscraper – scrape emails and phone numbers
Output for downloading the webscrapper tool

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
				
			
webscraper – scrape emails and phone numbers
Output for changing the directory

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
				
			
webscraper – scrape emails and phone numbers
Output for running the scrapper tool

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.

webscraper – scrape emails and phone numbers
Output for getting the scrapping the details

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.

x

1 Comment

Leave A Reply

Please enter your comment!
Please enter your name here