mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
28 lines
821 B
JSON
28 lines
821 B
JSON
{
|
|
"name": "pypi_user",
|
|
"category": "social",
|
|
"endpoint": "https://pypi.org/pypi",
|
|
"method": "POST",
|
|
"requires_auth": false,
|
|
"selectors": {},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"Content-Type": "text/xml"
|
|
},
|
|
"raw_payload": "<?xml version='1.0'?><methodCall><methodName>user_packages</methodName><params><param><value>{target}</value></param></params></methodCall>",
|
|
"regex_pattern": "<string>Owner</string></value>\\s*<value><string>([^<]+)</string>",
|
|
"api_key_slots": [],
|
|
"input_type": "username",
|
|
"output_type": [
|
|
"username"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive"
|
|
],
|
|
"health_check_url": "https://pypi.org",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |