subscan 1.3.0

A subdomain enumeration tool leveraging diverse techniques, designed for advanced pentesting operations
Documentation
{
    "request": {
        "method": "GET",
        "queryParameters": {
            "key": {
                "equalTo": "shodan-api-key"
            },
            "page": {
                "absent": true
            }
        },
        "urlPath": "/shodan"
    },
    "response": {
        "headers": {
            "content-type": "application/json"
        },
        "jsonBody": {
            "data": [
                {
                    "last_seen": "2024-10-06T03:23:59.910000",
                    "ports": [
                        80,
                        443,
                        2082
                    ],
                    "subdomain": "",
                    "tags": [
                        "cdn"
                    ],
                    "type": "A",
                    "value": "104.18.174.21"
                }
            ],
            "domain": "foo.com",
            "more": true,
            "subdomains": [
                "bar"
            ],
            "tags": [
                "dmarc"
            ]
        },
        "status": 200
    }
}