A Python script to scrape email addresses and phone numbers from websites using Google Dork.
- Scrapes email addresses and phone numbers from websites.
- Accepts a Google Dork as input to search the web.
- Saves the scraped data to a text file.
- Supports user-agent rotation to avoid detection.
- Python 3.x
- requests
- BeautifulSoup4
- termcolor
- pyfiglet
To install the required dependencies, run the following command:
pip install -r requirements.txt
python ClientScraper.py
Enter the data you want to scrape (email or phone) and the Google Dork. The scraped data will be saved to a text file with a filename in the format data_to_scrape_google_dork.txt
.
Feel free to open an issue or a pull request if you have any suggestions or find any bugs.