subscan 1.3.0

A subdomain enumeration tool leveraging diverse techniques, designed for advanced pentesting operations
Documentation
{
    "request": {
        "method": "GET",
        "queryParameters": {
            "KEY": {
                "equalTo": "builtwith-api-key"
            }
        },
        "urlPath": "/builtwith"
    },
    "response": {
        "headers": {
            "content-type": "application/json"
        },
        "jsonBody": {
            "Results": [
                {
                    "Result": {
                        "Paths": [
                            {
                                "SubDomain": "bar"
                            }
                        ]
                    }
                }
            ]
        },
        "status": 200
    }
}