Home Socialhunter - Crawls The Website
Post
Cancel

Socialhunter - Crawls The Website

Socialhunter is a tool that scans a provided URL to detect broken social media links that can be exploited for hijacking. Such broken links can potentially enable an attacker to carry out phishing attacks, which could result in a loss of the company’s reputation. It’s worth noting that the discovery of broken social media hijack issues is often eligible for recognition and reward in bug bounty programs.

At present, it is capable of supporting Twitter, Facebook, Instagram, and Tiktok without requiring any API keys.

Installation

From Binary

1
wget https://github.com/utkusen/socialhunter/releases/download/v0.1.1/socialhunter_0.1.1_Linux_amd64.tar.gz

From Source

1. Install Go on your machine.

2. Run the following command:

1
go get -u github.com/utkusen/socialhunter

Usage

To run, Socialhunter needs two parameters.

1. -f : Path of the text file that contains URLs line by line. The crawl function is path-aware. For example, if the URL is https://utkusen.com/blog, it only crawls the pages under /blog path

2. -w : The number of workers to run (e.g -w 10). The default value is 5. You can increase or decrease this by testing out the capability of your system.


⚠ ONLY USE FOR EDUCATIONAL PURPOSES ⚠

This post is licensed under CC BY 4.0 by the author.