browser-native osint & recon console
// global target — propagates to every module NO TARGET
// api keys — stored in localStorage only, never sent anywhere except the respective api
IPINFOGEO / ASN

Use case: geolocate an IP or domain and identify the owning network (ASN / org) for scoping and attribution.

results [cached]
DNS RECONRECORDS

Use case: enumerate A / AAAA / MX / NS / TXT / CNAME records to map infrastructure and mail handlers.

results [cached]
SUBDOMAIN HARVESTCRT.SH

Use case: passively discover subdomains from certificate-transparency logs — no packets touch the target.

results [cached]
BREACH CHECKHIBP

Use case: check whether an email address appears in known public data breaches (requires HIBP API key above).

results [cached]
SHODAN HOSTPORTS / SERVICES

Use case: pull Shodan's passive host profile — open ports, running services, org and ISP (requires Shodan API key above).

results [cached]
WHOIS / RDAPREGISTRATION

Use case: retrieve domain registration data — registrar, creation / expiry dates, nameservers and status codes.

results [cached]
SOCIAL SEARCHSHERLOCK / HOLEHE

Use case: pivot a username across social platforms. No public API exists, so this generates direct check links.

results [cached]
NMAPPORT SCAN

Use case: active service & version detection against an authorized target. Runs locally — command is generated for your terminal.

nmap -sV -sC -T4 <target>

Requires nmap installed locally. Only scan hosts you own or have written permission to test.

EXIFTOOLMETADATA

Use case: extract hidden metadata (GPS, device, author, timestamps) from images and documents.

exiftool -a -u -g1 photo.jpg

Requires exiftool installed locally. Point it at a file on your machine.

SETOOLKITSOCIAL ENG

Use case: authorized phishing-simulation and social-engineering exercises (credential-harvester site clones).

sudo setoolkit # menu: 1) Social-Engineering Attacks # 2) Website Attack Vectors # 3) Credential Harvester Attack Method

For authorized security-awareness testing only.

GOPHISHPHISH FRAMEWORK

Use case: run and track internal phishing-awareness campaigns with landing pages, templates and reporting.

./gophish # admin UI → https://localhost:3333 # phishing listener → http://0.0.0.0:80

For authorized security-awareness testing only.