socialhunter - crawls the website and finds broken social media links that can be hijacked
2022-6-3 17:37:10 Author: hakin9.org(查看原文) 阅读量:19 收藏

Crawls the given URL and finds broken social media links that can be hijacked. Broken social links may allow an attacker to conduct phishing attacks. It also can cost a loss of the company's reputation. Broken social media hijack issues are usually accepted on the bug bounty programs.

Currently, it supports Twitter, Facebook, Instagram and Tiktok without any API keys.

More at: https://github.com/utkusen/socialhunter

DEMO

From Binary

You can download the pre-built binaries from the releases page and run. For example:

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

tar xzvf socialhunter_0.1.1_Linux_amd64.tar.gz

./socialhunter --help

From Source

  1. Install Go on your system
  2. Run: go get -u github.com/utkusen/socialhunter

socialhunter requires 2 parameters to run:

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

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

Loved the project? You can buy me a coffee

Buy Me A Coffee


文章来源: https://hakin9.org/socialhunter-crawls-the-website-and-finds-broken-social-media-links-that-can-be-hijacked/
如有侵权请联系:admin#unsafe.sh