c0brabaghdad1 / Hackers-Hunter

Hackers Hunter : Hunt down and track CTF Players & Bug Hunters etc accounts by username across in most places where you can find them :mag_right: :detective:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackers Hunter : Hunt down and track CTF Players & Bug Hunters etc accounts by username across in most places where you can find them 🔎 🕵️

Sample Scan ( python Hunter.py --user / -u username ) simple

Help (python Hunter.py --help / -h )

Checking Username on

  • bug bounty/CTF platforms and Security blogs and Subdomain by user in github/wordpress (user.github.io ,user.wordpress.com etc) and more 45+
  • Sites out of scope this tool for example but not limited HackTheBox or more (because it's based in id not user)

False Positive

i will show you example with (OpenBugBounty) Save and Run This Code

  • Python
import requests
x = requests.get('https://www.openbugbounty.org/researchers/not_exist/')
print(x.status_code)

Response = 200

  • OR Linux CLI

curl -LI https://www.openbugbounty.org/researchers/not_exist/ -o /dev/null -w '%{http_code}\n' -s

Response = 200

  • the user not exist but return 200 🤔🧐
  • I am working to find other methods for example but not limited (based in Header as "Location") if you have any suggestions or solutions -> Twitter

How to install (* linux)

About

Hackers Hunter : Hunt down and track CTF Players & Bug Hunters etc accounts by username across in most places where you can find them :mag_right: :detective:


Languages

Language:Python 100.0%