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

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

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

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

工具目录

分类

查看所有分类
Loading categories
jshole — 基于RetireJS的JavaScript组件漏洞扫描器 | Kitploit
工具/GitHubGitHub/callforpapers-source/jshole
漏洞扫描器Web安全网络爬虫
GitHubcallforpapers-source/jshole

jshole

基于RetireJS的JavaScript组件漏洞扫描器

查看仓库
361436年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

jshole

一个基于 RetireJS 的简单 JavaScript 组件漏洞扫描器。

为什么使用 JShole 而不是 RetireJS?

默认情况下,RetireJS 只搜索一个页面,但 JShole 尝试爬取所有页面。

开始使用

依赖

  • requests

安装

  • git clone https://github.com/callforpapers-source/jshole.git
  • cd jshole
  • pip3 install -r requirements
  • python3 jshole.py
root@kitploit:~
usage: jshole [-h] -u URL [-d] [-l LIMIT] [-t THREAT]
optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     url string
  -d, --debug           Web Scrap debugger(default=false)
  -l LIMIT, --limit LIMIT
                        Search Depth limit(default=1)
  -t THREAT, --threat THREAT
                        The number of links that open per round
下载工具