https://github.com/acinq/detection-tool-cve-2019-13000
A tool that detect if your node has been victim of the invalid funding tx attack.
https://github.com/acinq/detection-tool-cve-2019-13000
Last synced: about 2 months ago
JSON representation
A tool that detect if your node has been victim of the invalid funding tx attack.
- Host: GitHub
- URL: https://github.com/acinq/detection-tool-cve-2019-13000
- Owner: ACINQ
- Created: 2019-09-27T08:07:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T13:44:16.000Z (over 5 years ago)
- Last Synced: 2025-01-14T18:07:42.685Z (3 months ago)
- Language: Scala
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detection tool for CVE 2019-13000
A tool that detect if your node has been victim of the invalid funding tx attack.
## Usage
```shell
java -jar checkfunding.jar --db eclair.sqlite
```## Help
```shell
$ java -jar checkfunding.jar --help
checkfunding 1.0
Usage: checkfunding [options]--db path to eclair.sqlite
--conf path to eclair.conf
--help prints this usage textThis 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
```