subscan 1.3.0

A subdomain enumeration tool leveraging diverse techniques, designed for advanced pentesting operations
Documentation
{
    "request": {
        "headers": {
            "X-API-Key": {
                "equalTo": "netlas-api-key"
            }
        },
        "method": "GET",
        "urlPath": "/api/domains_count/"
    },
    "response": {
        "fixedDelayMilliseconds": 1000,
        "headers": {
            "content-type": "application/json"
        },
        "jsonBody": {
            "no-count": "foo"
        },
        "status": 200
    }
}