Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
detection-tool-cve-2019-13000 — A tool that detect if your node has been victim of the invalid funding tx attack. | Kitploit
Tools/GitHubGitHub/acinq/detection-tool-cve-2019-13000
Vulnerability AnalysisForensicsCryptographyIncident Response
GitHubacinq/detection-tool-cve-2019-13000

detection-tool-cve-2019-13000

A tool that detect if your node has been victim of the invalid funding tx attack.

View Repository
136 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Detection tool for CVE 2019-13000

A tool that detect if your node has been victim of the invalid funding tx attack.

Usage

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

Help

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

Download Tool