mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
26 lines
643 B
JSON
26 lines
643 B
JSON
{
|
|
"name": "keybase_proofs",
|
|
"category": "social",
|
|
"endpoint": "https://keybase.io/_/api/1.0/user/lookup.json?usernames={target}",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"proofs": "$.them[0].proofs_summary.all[*].namestr"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {},
|
|
"api_key_slots": [],
|
|
"input_type": "username",
|
|
"output_type": [
|
|
"username"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive"
|
|
],
|
|
"health_check_url": "https://keybase.io",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |