GET /api/v1/ports/xprobe2/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "xprobe2",
    "portdir": "net/xprobe2",
    "version": "0.3",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://xprobe.sourceforge.net",
    "description": "Remote, active OS fingerprinting tool",
    "long_description": "The purpose of the tool is to perform ICMP fingerprinting of remote TCP/IP stacks based on Ofir Arkin's ICMP fingerprinting. This tool is a practical implementation of results discovered during 'project X' (see http://www.sys-security.com/html/projects/X.html).",
    "active": true,
    "categories": [
        "net",
        "security"
    ],
    "maintainers": [
        {
            "name": "normen",
            "github": "Gminfly",
            "ports_count": 11
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpcap"
            ]
        }
    ],
    "depends_on": []
}