username_osint
Find which public platforms a username is registered on by querying Sherlock against public profile pages. Returns a list of sites with URLs.
Instructions
Enumerate which public platforms a username exists on (Sherlock).
TOOL_NAME=username_osint DISPLAY_NAME=Username Footprint (Sherlock) USECASE=Discover which websites/social platforms a username is registered on, from public profile pages INSTRUCTIONS=1. Provide the username/handle (e.g. your own for a footprint check), 2. Call INPUT_DESCRIPTION=username (the handle to search); timeout (optional seconds override) OUTPUT_DESCRIPTION=Dict with status, a 'found' list of {site, url}, a count, raw output, command and mode EXAMPLES=username_osint("sudesh.khandekar") PREREQUISITES=None — passive queries to public profile URLs; run on handles you are authorized to profile (e.g. your own) RELATED_TOOLS=email_harvest, whois_lookup, subdomain_enum
Args: username: The handle to search across platforms. timeout: Optional override for the run timeout (Sherlock checks many sites and can take a few minutes).
Returns:
Structured result dict including a found list of {site, url}.
Note: Passive OSINT against public profile pages; not network-scope-gated, but the subject is recorded in the audit log for accountability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| username | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||