Linkook

Scan and enumerate linked social accounts ยท repo

Run bounded, authorized OSINT checks only. Jobs execute inside this isolated container with a timeout, rate limit, and downloadable stdout/artifacts.

Command: linkook

Advanced CLI UI

Detected CLI options (16)
Extra args are parsed as argv, not a shell command. Max 40 args.
Raw upstream help
$ linkook --help

Linkook: Scan connected social accounts for a given username.

Usage: linkook username [options]

positional arguments:
  username              Username to check across social networks.

options:
  -h, --help            show this help message and exit
  --version, -v         Show current version and check for updates.
  --update, -u          Update this tool via pipx if a newer version is
                        available.
  --concise, -c         Print more concise results.
  --silent, -s          Suppress all output and only show summary.
  --show-summary, -ss   Show a summary of the scan results.
  --check-breach, -cb   Check if the username has been involved in a data
                        breach, using data from HudsonRock's Cybercrime
                        Intelligence Database
  --hibp                Use the Have I Been Pwned API to check if the username
                        has been involved in a data breach.
  --browse, -b          Browse to all found profiles in the default browser.
  --no-color            Don't color terminal output.
  --neo4j               Export the results to a JSON file for Neo4j
                        visualization.
  --scan-all, -a        Scan all available sites in the provider.json file. If
                        not set, only scan sites with 'isConnected' set to
                        true.
  --print-all           Output sites where the username was not found.
  --debug, -d           Enable verbose logging for debugging.
  --output [PATH], -o [PATH]
                        Directory to save the results. Default is 'results'.
  --local [PATH], -l [PATH]
                        Force the use of the local provider.json file, add a
                        custom path if needed. Default is 'provider.json'.
Extra notes
Linkook supports options such as --show-summary, --concise, --check-breach, --hibp, --scan-all, --print-all, and more. Use the generated option controls.

Source / README search