Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
huntr-com-bug-bounties-collector — 自动化爬虫,监控并收集来自 huntr.com 的新漏洞赏金公告,提取 CVE ID、严重等级和受影响项目至结构化数据库中。 | Kitploit
工具/GitHubGitHub/password123456/huntr-com-bug-bounties-collector
漏洞分析信息收集网络爬虫
GitHubpassword123456/huntr-com-bug-bounties-collector

huntr-com-bug-bounties-collector

自动化爬虫,监控并收集来自 huntr.com 的新漏洞赏金公告,提取 CVE ID、严重等级和受影响项目至结构化数据库中。

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
12262年前尚未审核
分享

huntr.com 漏洞收集器

新的漏洞赏金(漏洞)收集器

made-with-python Python Versions Hits

环境要求

  • 支持图形界面的 Chrome(如果脚本执行遇到问题,请检查虚拟机的 GPU 功能状态(如果可用)。)
  • Chrome WebDriver

img

预览

root@kitploit:~
# python3 main.py

*2024-02-20 16:14:47.836189*

1. Arbitrary File Reading due to Lack of Input Filepath Validation
- Feb 6th 2024 / High (CVE-2024-0964)
- gradio-app/gradio
- https://huntr.com/bounties/25e25501-5918-429c-8541-88832dfd3741/

2. View Barcode Image leads to Remote Code Execution
- Jan 31st 2024 / Critical (CVE: Not yet)
- dolibarr/dolibarr
- https://huntr.com/bounties/f0ffd01e-8054-4e43-96f7-a0d2e652ac7e/

(基于分隔符的文本数据库)

root@kitploit:~
# vim feeds.db

1|2024-02-20 16:17:40.393240|7fe14fd58ca2582d66539b2fe178eeaed3524342|CVE-2024-0964|https://huntr.com/bounties/25e25501-5918-429c-8541-88832dfd3741/
2|2024-02-20 16:17:40.393987|c6b84ac808e7f229a4c8f9fbd073b4c0727e07e1|CVE: Not yet|https://huntr.com/bounties/f0ffd01e-8054-4e43-96f7-a0d2e652ac7e/
3|2024-02-20 16:17:40.394582|7fead9658843919219a3b30b8249700d968d0cc9|CVE: Not yet|https://huntr.com/bounties/d6cb06dc-5d10-4197-8f89-847c3203d953/
4|2024-02-20 16:17:40.395094|81fecdd74318ce7da9bc29e81198e62f3225bd44|CVE: Not yet|https://huntr.com/bounties/d875d1a2-7205-4b2b-93cf-439fa4c4f961/
5|2024-02-20 16:17:40.395613|111045c8f1a7926174243db403614d4a58dc72ed|CVE: Not yet|https://huntr.com/bounties/10e423cd-7051-43fd-b736-4e18650d0172/

备注

  • 此代码用于解析 huntr.com 的 HTML 元素,因此如果 HTML 页面结构发生变化,可能无法正常运行。
  • 如果解析期间出现错误,已包含异常处理机制。若运行结果不符合预期,请检查 HTML 源代码是否有变化。
  • 如果在典型云环境中遇到问题,脚本可能无法在虚拟机(VM)中正常运行。
下载工具