Social Hunter: A powerful tool to extract and analyze social media links from websites. It automates link detection, saves results in a visually appealing HTML report, and provides unique insights. Fast, user-friendly, and requires no programming knowledge. Ideal for researchers, marketers, and cybersecurity professionals.
Social Hunter Tool allows users to extract and analyze social media links from websites.
- Automatically identifies and extracts social media links.
- Provides results in a user-friendly HTML format.
- Works out-of-the-box with minimal setup.
- Download the executable file from the repository.
- Run the tool directly without needing Python installed.
The tool automatically installs required dependencies if they are missing.
Ensure Python and pip are installed if not run these:
-
sudo apt update -
sudo apt install python3 python3-pip
pip install -r requirements.txt
If your tool is packaged as a Python script, make it executable
python social_hunter.py -i input.txt -o output.txt
python tool.py -i input.txt -o output.html (python version -> 3)
After execution, the tool generates an HTML file (e.g., output.html). Open it using a browser:
firefox output.html
Run the following command:
Command: python social_hunter.py -i input.txt -o output.html
-i --> Single Domain or File path containing Subdomains
-o --> Output Save


