/api/public/v1/search1 créditRecherche Leak / Service / Shodan
Endpoint principal pour rechercher des fuites, des services exposés ou des résultats Shodan selon le champ scope.
curl -X POST 'https://blackeyes.info/api/public/v1/search' \
-H 'Authorization: Bearer BLACKEYES-XXXX-XXXX-XXXX' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{ "query": "host:example.com", "scope": "leak", "plugin": "DotEnvConfigPlugin", "severity": "all", "page": 0 }'{
"results": [
{
"id": "example.com-443",
"ip": "93.184.216.34",
"host": "example.com",
"port": 443,
"protocol": "https",
"plugin": "DotEnvConfigPlugin",
"title": "HTTP title or service summary",
"severity": "high",
"country": "United States",
"organization": "Example ASN",
"summary": "Relevant extracted line",
"retrievedAt": "2026-05-27T10:00:00.000Z",
"raw": {}
}
],
"page": 0,
"user": { "credits": 19 }
}{
"query": "host:example.com",
"scope": "leak",
"plugin": "DotEnvConfigPlugin",
"severity": "all",
"page": 0
}