himanshurwtt@recon:~$ cat status.log
──────────────────────────────────────────
name : Himanshu Rawat
process : discord.py, aiohttp, dnspython
focus : OSINT automation, recon tooling
shipping : osint-bot — 20+ commands, live terminal UI
noise : minimal
──────────────────────────────────────────@bot.command()
async def whoami(ctx):
"""every command renders as a live terminal session."""
return await ctx.send(ansi_block(
prompt="himanshu@recon:~$",
output="20+ commands · domain intel · breach checks · threat intel · zero drama"
))osint-bot — a Discord bot for OSINT recon, styled entirely as a live terminal session using Discord's ansi code blocks. Domain/IP intel, WHOIS, DNS, certificate transparency search, subdomain discovery, username scanning across 12 platforms, breach checks, threat intel (AbuseIPDB, VirusTotal, Shodan), Wayback Machine lookups, and BTC/ETH wallet checks — 20+ commands, all sourced from public data only.
himanshu@recon:~$ exit
session closed — 20+ commands still running in the background.