This project is designed to scrape social media links from websites and check for broken links. You can use it to find links to social media profiles such as Facebook, Instagram, Twitter, LinkedIn, and YouTube from websites. This tool will help in identifying and handling broken links on websites.
- Scrapes social media links from one or multiple websites.
- Supports major social media platforms: Facebook, Instagram, Twitter, LinkedIn, YouTube.
- Output can be saved in a text file.
- Checks whether the social media links are working or broken.
- Easy to use for bug hunting and web analysis purposes.
Follow the steps below to install and run this project manually:
-
Clone repositori:
git clone https://github.com/mas4ji/ajiscraper.git
-
Navigate to the project directory:
cd ajiscraper
-
Install dependencies:
pip install -r requirements.txt
-
Run the program:
Once all dependencies are installed, you can run the program as instructed in the usage section..
To use this script, you can choose to process a single domain or multiple domains at once.
For a single domain:
python3 ajiscrape.py -d example.com -o hasil_scraping.txt
This tool is not 100% accurate, so it must also be manually validated to ensure its accuracy.
- Thanks to Root Bakar for the inspiration to create this tool.
- Special thanks to the open-source community for their amazing libraries and support!
This tool is intended for educational and security auditing purposes. Make sure you have explicit permission before scraping any website. The creators are not responsible for any damages or illegal activities caused by the misuse of this tool.