Skip to content

Python tool which uses google dorks to fetch potential clients and get their contact information.

Notifications You must be signed in to change notification settings

cowsecurity/ClientScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Client Scraper

Python

A Python script to scrape email addresses and phone numbers from websites using Google Dork.

Features

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

Requirements

  • Python 3.x
  • requests
  • BeautifulSoup4
  • termcolor
  • pyfiglet

Installation

To install the required dependencies, run the following command:

pip install -r requirements.txt

Usage

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.

Contribution

Feel free to open an issue or a pull request if you have any suggestions or find any bugs.

About

Python tool which uses google dorks to fetch potential clients and get their contact information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages