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

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

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

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

工具目录

分类

查看所有分类
Loading categories
jaeles-signatures — Default signature for Jaeles Scanner | Kitploit
工具/GitHubGitHub/jaeles-project/jaeles-signatures
Vulnerability ScannersWeb Vulnerability ScannersVulnerability AnalysisWeb SecurityFuzzingMisconfiguration
GitHubjaeles-project/jaeles-signatures

jaeles-signatures

Default signature for Jaeles Scanner

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

OsmedeusEngine

该项目是 Osmedeus Engine 的一部分。查看其在 @OsmedeusEngine 的集成方式


本仓库仅包含 Jaeles 项目的默认签名。欢迎提交 Pull Request 或任何想法。

请阅读官方文档 这里 以了解如何编写你自己的签名。


安装

root@kitploit:~
jaeles config init

或者

尝试将签名文件夹克隆到某个位置,例如:

root@kitploit:~
git clone --depth=1 https://github.com/jaeles-project/jaeles-signatures /tmp/jaeles-signatures/

然后使用以下命令将它们重新加载到数据库中。

root@kitploit:~
jaeles config -a reload --signDir /tmp/jaeles-signatures

用法

root@kitploit:~
Scan Usage example:
  jaeles scan -s <signature> -u <url>
  jaeles scan -c 50 -s <signature> -U <list_urls> -L <level-of-signatures>
  jaeles scan -c 50 -s <signature> -U <list_urls>
  jaeles scan -c 50 -s <signature> -U <list_urls> -p 'dest=xxx.burpcollaborator.net'
  jaeles scan -c 50 -s <signature> -U <list_urls> -f 'noti_slack "{{.vulnInfo}}"'
  jaeles scan -v -c 50 -s <signature> -U list_target.txt -o /tmp/output
  jaeles scan -s <signature> -s <another-selector> -u http://example.com
  jaeles scan -G -s <signature> -s <another-selector> -x <exclude-selector> -u http://example.com
  cat list_target.txt | jaeles scan -c 100 -s <signature>
  jaeles scan -s '/tmp/custom-signature/sensitive/.*' -L 2 --fi

Examples:
  jaeles scan -s 'jira' -s 'ruby' -u target.com
  jaeles scan -c 50 -s 'java' -x 'tomcat' -U list_of_urls.txt
  jaeles scan -G -c 50 -s '/tmp/custom-signature/.*' -U list_of_urls.txt
  jaeles scan -v -s '~/my-signatures/products/wordpress/.*' -u 'https://wp.example.com/blog/' -p 'root=[[.URL]]'
  cat urls.txt | grep 'interesting' | jaeles scan -c 50 -s /tmp/jaeles-signatures/cves/sample.yaml -U list_of_urls.txt --proxy http://127.0.0.1:8080

Config Command examples:
  # Init default signatures
  jaeles config init

  # Update latest signatures
  jaeles config update
  jaeles config update --repo http://github.com/jaeles-project/another-signatures --user admin --pass admin
  jaeles config update --repo [email protected]/jaeles-project/another-signatures -K your_private_key

  # Reload signatures from a standard signatures folder (contain passives + resources)
  jaeles config reload --signDir ~/standard-signatures/

  # Add custom signatures from folder
  jaeles config add --signDir ~/custom-signatures/

  # Clean old stuff
  jaeles config clean

  # More examples
  jaeles config add --signDir /tmp/standard-signatures/
  jaeles config cred --user sample --pass not123456

For full Usage:
  jaeles -hh

仓库结构

Jaeles 将签名视为单个文件,因此你可以按任何方式组织它。以下只是一个示例。

关于使用 Fuzz 签名的注意事项

Fuzz 签名可能会有很多误报,因为我无法精确地定义哪些内容存在漏洞。所以请确保你清楚自己在做什么。

示例展示

更多示例展示可以在这里找到 这里


如果 Jaeles 发现漏洞,我该怎么办?

  1. 阅读签名文件。
  2. 认真地说,再读一遍签名文件。
  3. 记住,你已经两次被警告要阅读签名文件。
  4. 阅读参考信息和检测部分,以理解 Jaeles 为何判定存在漏洞。
  5. 手动验证该漏洞。

财务贡献者

成为财务贡献者,帮助我们维持社区运转。[贡献]

特别感谢

cvebase

在 cvebase.com 上探索最新的漏洞

许可证

Jaeles 由 @j3ssiejjj 用 ♥ 打造,并以 MIT 许可证发布。

捐赠

paypal

"Buy Me A Coffee"

下载工具
目录描述
common为一些流行的应用程序实现错误配置检测
cves实现一些 CVE 检测
sensitvie一些包含敏感信息的常见路径
probe用于检测目标所使用的某些技术
passives用于被动检测
fuzzfuzz 模式的一些常见案例(我知道这里会有很多误报)
routines例程示例
asciicast Jenkins Gitlab XSS CVE-2020-2096asciicast Grafana DoS Probing CVE-2020-13379
asciicast SolarWindsOrion LFI CVE-2020-10148asciicast Nginx Vhost XSS