freeapis

HackerOne

业界首个黑客 API,帮助提高创造性漏洞赏金狩猎的生产力

认证方式
API Key
HTTPS
Yes
CORS
Unknown
分类
安全

简介

HackerOne 提供漏洞赏金 API——基于密钥(缺少密钥返回 401,已实测)。

快速开始

Me(替换 YOUR_USER/YOUR_KEY):

curl "https://api.hackerone.com/v1/hackers/me" \
  -u "YOUR_USER:YOUR_KEY"
{ "errors": [ { "status": 401 } ] }

认证方式

  • HackerOne 账户 → API identifier + key。
  • 通过 Basic auth 发送(缺失 → 401,已实测)。

速率限制与注意事项

  • 带账户免费(看文档)。
  • 报告、项目、黑客。

常见问题

HackerOne 免费吗? 是的——带账户免费。

为什么 401? 需要凭据(已实测)——请使用 Basic auth。

认证风格是什么? Basic auth(identifier:key)。

安全 分类更多

APIAuthHTTPSCORS
Application Environment Verification

Android library and API to verify the safety of user devices, detect rooted devices and other risks

API KeyYesYes
BinaryEdge

Provide access to BinaryEdge 40fy scanning platform

API KeyYesYes
BitWarden

Best open-source password manager

OAuthYesUnknown
Botd

Botd is a browser library for JavaScript bot detection

API KeyYesYes
Bugcrowd

Bugcrowd API for interacting and tracking the reported issues programmatically

API KeyYesUnknown