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

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

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

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

工具目录

分类

查看所有分类
Loading categories
detection-tool-cve-2019-13000 — 一个检测你的节点是否遭受了无效资金交易攻击的工具。 | Kitploit
工具/GitHubGitHub/acinq/detection-tool-cve-2019-13000
漏洞分析取证分析密码学事件响应
GitHubacinq/detection-tool-cve-2019-13000

detection-tool-cve-2019-13000

一个检测你的节点是否遭受了无效资金交易攻击的工具。

查看仓库
136年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE 2019-13000 检测工具

一款用于检测您的节点是否遭受无效资金交易攻击的工具。

用法

root@kitploit:~
java -jar checkfunding.jar --db eclair.sqlite

帮助

root@kitploit:~
$ java -jar checkfunding.jar --help
checkfunding 1.0
Usage: checkfunding [options]

  --db <eclair.sqlite>  path to eclair.sqlite
  --conf <eclair.conf>  path to eclair.conf
  --help                prints this usage text

This utility will detect if your node has been victim of CVE-2019-13000.
Please see the thread on https://lists.linuxfoundation.org/pipermail/lightning-dev/2019-August/002130.html for more details on the vulnerability.

NB: This tool will only work if you have been using released versions of Eclair. If you are on e.g. latest master, please contact support.

Example: checkfunding --db /path/to/eclair.sqlite --conf /path/to/eclair.conf

此工具将检测您的节点是否遭受了CVE-2019-13000攻击。有关该漏洞的更多详细信息,请参阅 https://lists.linuxfoundation.org/pipermail/lightning-dev/2019-August/002130.html 上的讨论。

注意:此工具仅适用于您使用已发布版本 Eclair 的情况。如果您使用的是例如最新主分支,请联系支持。

示例:checkfunding --db /path/to/eclair.sqlite --conf /path/to/eclair.conf

下载工具