SecCrawler
  1. Crawler
SecCrawler
  • Crawler
    • /crawler/getArticles
      GET
  1. Crawler

/crawler/getArticles

GET
/crawler/getArticles/{site}
爬取指定社区最近24小时内文章。

请求参数

Path 参数
site
string 
必需
社区名称,如Anquanke、SeebugPaper、XianZhi等
示例值:
SeebugPaper
Header 参数
Authorization
string 
必需
默认值:
auth_key_here

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/crawler/getArticles/SeebugPaper' \
--header 'Authorization;'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
默认值:
200
msg
string 
必需
默认值:
ok
data
string  | integer  | boolean  | array  | object  | number  | null 
必需
示例
{
    "code": 200,
    "msg": "success",
    "data": [
        [
            "https://www.blackarrow.net/ad-cs-from-manageca-to-rce/",
            "AD CS:从 ManageCA 到 RCE"
        ],
        [
            "https://github.com/Mr-xn/sunlogin_rce",
            "向日葵 SunloginClient ping RCE (CNVD-2022-10270) 检测工具"
        ],
        [
            "https://swarm.ptsecurity.com/hunting-for-bugs-in-vmware-view-planner-and-vrealize-business-for-cloud/",
            "在 VMware 中寻找错误:View Planner 和 vRealize Business for Cloud"
        ],
        [
            "https://wwws.nightwatchcybersecurity.com/2022/02/11/gitbleed/",
            "GitBleed – 在镜像 Git 存储库中查找敏感信息"
        ],
        [
            "https://tttang.com/archive/1435/",
            "汽车安全测试终极指南,第二篇(译文)"
        ]
    ]
}
🟢200文章为空
🟢200未开启
修改于 2022-02-17 04:14:27
Built with