UserHawk

Identify and understand your target online activities


Keywords
investigation, investigative-journalism, osint, osint-python, python3, username-checker
License
MIT
Install
pip install UserHawk==0.5

Documentation

UserHawk

0x8b30cc Python 3 OSINT MIT License

UserHawk is designed to help analysts uncover valuable intel during a POI investigation. UserHawk will look for your target on numerous websites (list below), then (if analyst mode is enable) it will open your browser on some resources to keep your hunt going. Discover everything about your target starting from a known username, then think outside the box, use your creativity and get the job done.

Current Version: 1.0

Features

  • Check for an username on various websites (see modules list below).
  • Automatically open your favorite web browser on useful links to keep your investigation going (analyst mode).
  • Free as in freedom.
  • Fast (Multithreading).

Installation

pip install userhawk

Usage

userhawk -u <username> -o <outputfile> -a
     -u <username> : Target username (Required)
     -o <outputfile> : Output file (Optional)
     -w <maxworkers>: Max Workers (Default: 4)
     -a : Analyst Mode
     -h : Show this help text
userhawk -u donald -o output.json -a -w 10

Modules

UserHawk can currently search for an username in the following websites:

Github Gitlab Behance Vimeo MyFitnessPal Etsy Twitter Ebay
LastFm Steam Photobucket Dailymotion Tripadvisor Instagram Facebook Youtube
Myspace Blogger Twitch Telegram VK About.me Tinder 500px
Patreon Badoo Bandcamp Bandcamp Artist Bitbucket Codecademy Buzzfeed Adobe Portfolio
Wikipedia Pornhub Kik Flickr Pinterest Soundcloud Cash.app Disqus
Medium Coderwall Xvideos DeviantArt Keybase Freelancer Fiveer Ello
Spotify Venmo Imageshack Hubpages Liveleak Artstation Reddit

Analyst Mode

When analyst mode is enabled UserHawk will open your favorite web browser on useful links to keep your analysis going. Analyst mode takes advantage of Google Dorks and other external services, that may help you identify your target email adress and other useful data.

UserHawk In Your Own Project

After installation you can import UserHawk in your own python3 project.

from userhawk import userhawk

#Perform username search and return results as dictionary
results = userhawk.startSearch("donald",10)

License

UserHawk is licensed under the MIT License (MIT)
Copyright (c) 2019 0x8b30cc