Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 992 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 992 Bytes

TheScrapper

Scrape emails, phone numbers and social media accounts from a website.
You can use the found information to gather more information or just find ways to contact the site.

Installation & Setup

git clone https://github.com/champmq/TheScrapper.git
cd TheScrapper
pip3 install -r requirements.txt

Usage

# Simple scan
python3 TheScrapper.py --url URL
# Use found URLS and scan them too
python3 TheScrapper.py --url URL --crawl
# Get more info about the found socialmedia accounts
python3 TheScrapper.py --url URL -s

If you dont like the banner just add "-b".

SocialMedia

If you want to add more SocialMedia sites just append them to the socials.txt file and if you want, you can add them with a pull request.

TODO

  • API

Bugs or ideas?

If you find any bug or if you have some ideas create an issue.