All features

Network Recon

Network lookup toolkit: DNS, WHOIS, port scan, traceroute and SSL certificate checks.

Read the public record for a domain

Give the Reconnaissance tab a domain and it runs six read-only lookups at once, filling in as each answer arrives. DNS comes back grouped by record type, A, AAAA, MX, NS, TXT and SOA, each a small table you can read for what it says about the infrastructure behind the name.

  • Six lookups run in parallel and stream in as they finish
  • Record types that returned nothing are left out entirely
  • One filter box narrows every section at once
DNS results for a scanned domain grouped into A, AAAA, MX, NS, TXT and SOA record tables
Port scan results for a host listing open and closed ports with service, product, version and round-trip time
Scan results name what is answering on each open port, with product, version and the time every probe took.

Check whether a host actually answers

The connectivity section stops asking what the records say and checks what happens. An HTTP request reports the status code the target returned, and two pings report whether it replies and how fast. The ping output is shown verbatim, with the per-packet lines and the round-trip statistics kept intact.

  • HTTP status and ping run together and fail independently
  • Traceroute maps the route hop by hop with per-hop latency
  • Unresolved and silent hops are marked rather than hidden
Connectivity checks showing an HTTP 200 response and ping output with round-trip statistics

Scan a range for what is listening

The Port Scanner takes single addresses, hostnames or CIDR ranges, finds which hosts are alive, then which ports accept a connection and what is answering on them. Service detection names the software and often its version, OS detection guesses the operating system, and a verbose panel streams the engine's own log as the scan runs.

  • Port presets from Top 100 to every port, plus custom lists
  • Service and OS detection with adjustable intensity
  • Timing templates trade speed against how quiet the scan is
Topology tab in radial layout with your machine above a gateway and eleven discovered hosts arranged around it
The Topology tab draws the scan as a map, with each host sized and coloured by how many ports it exposes.

Who can send mail as the domain, and who owns it

Three DNS-published records decide whether mail claiming to come from a domain will be believed, and the Email Security section reads all of them: the SPF policy followed through every nested include and shown as a flattened tree, the DMARC record, and DKIM keys found by trying nine common selectors, with a manual lookup for the rest. The Registration section underneath parses the WHOIS record into a field table.

  • SPF include chains followed and flattened, with failures marked
  • DKIM selector guessing plus a manual lookup field
  • WHOIS parsed into registrar, dates, status codes and name servers
DKIM section with its manual selector lookup above the Registration WHOIS field table
SSL/TLS Forensics section with a valid certificate banner, certificate details, issuer, validity dates and three subject alternative names
The certificate check lists every subject alternative name, which often reveals staging and internal hostnames worth feeding back into the scan.

Crawl a web application and audit what comes back

The Crawl & API Scan tab starts at a URL, follows what it finds the way a browser would, and checks every response for common misconfigurations. The defaults are safe against a site you do not own: robots.txt is respected, requests are rate limited, and only passive checks run unless you explicitly authorise active scanning. An API can be scanned directly from its OpenAPI definition instead.

  • Passive checks for missing headers, insecure cookies, version disclosure and permissive CORS
  • Active checks sit behind an explicit authorisation step
  • Scope, limits and discovery are all configurable before you start
Audit and safety panel with the passive response analysis checks switched on and active injection checks listed
Findings list with a high severity CORS finding above several medium severity header findings, and the detail pane showing the evidence
Every finding carries a severity, a confidence and the evidence behind it, with the offending header highlighted in the actual response.