security-recon
InactiveTool of The Stall
Host network recon using nmap + DNS (dig) + WHOIS. Returns open ports with service/version, A/AAAA/MX/TXT DNS records, and WHOIS registrar info. authorized=true required — caller certifies they own or have written permission to scan the target. quick scan: top-100 ports / ~10s. standard scan: top-1000 ports + service versions / ~30–60s.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"target",
"authorized"
],
"properties": {
"target": {
"type": "string",
"description": "Hostname or IP address to scan (e.g. 'example.com' or '192.168.1.1')."
},
"scan_type": {
"type": "string",
"description": "Scan depth. 'quick' = top-100 ports, fast. 'standard' = top-1000 ports + service version detection."
},
"authorized": {
"type": "string",
"description": "Must be 'true'. By submitting you certify you own this target or have explicit written authorization to perform network reconnaissance against it."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries