
Uma ferramenta que detecta se o seu nó foi vítima do ataque de invalid funding tx.
Uma ferramenta que detecta se o seu nó foi vítima do ataque de transação de funding inválida.
java -jar checkfunding.jar --db eclair.sqlite
$ 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
Esta utilidade irá detectar se o seu nó foi vítima do CVE-2019-13000. Por favor, veja a discussão em para mais detalhes sobre a vulnerabilidade.
NB: Esta ferramenta só funcionará se você estiver usando versões lançadas do Eclair. Se estiver usando, por exemplo, o último master, entre em contato com o suporte.
Exemplo: checkfunding --db /path/to/eclair.sqlite --conf /path/to/eclair.conf