subscan 1.3.0

A subdomain enumeration tool leveraging diverse techniques, designed for advanced pentesting operations
Documentation
{
    "request": {
        "method": "GET",
        "queryParameters": {
            "apiKey": {
                "equalTo": "whoisxmlapi-api-key"
            }
        },
        "urlPath": "/whoisxmlapi"
    },
    "response": {
        "headers": {
            "content-type": "application/json"
        },
        "jsonBody": {
            "result": {
                "count": 1,
                "records": [
                    {
                        "domain": "bar.foo.com",
                        "firstSeen": 1678185120,
                        "lastSeen": 1678185120
                    }
                ]
            },
            "search": "foo.com"
        },
        "status": 200
    }
}