> For the complete documentation index, see [llms.txt](https://anubitux-project.gitbook.io/the-anubitux-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anubitux-project.gitbook.io/the-anubitux-documentation/features/tools-list/recovery.md).

# Recovery

<figure><img src="/files/A1u0aOmjBNoPUlS90yDb" alt=""><figcaption></figcaption></figure>

* [Bitbox Backup Recovery](https://github.com/BitBoxSwiss/bitbox02-backup-recovery) can be used to restore a BIP39 wallet seed phrase from a BitBox02 backup;
* [BTCKeySearch](https://github.com/ASeriousMister/BTCKeySearch) is a tool, developed by the AnuBitux team, that scans files in a directory and in its subdirectories, looking for Bitcoin private keys, Monero private spend keys and BIP32 root keys (xpriv);
* [BTCRecovery](https://github.com/3rdIteration/btcrecover) is a powerful tool that provides many solutions to recover access to wallets, even to perform dictionary and bruteforce attacks;
* [BulkExtractor](https://github.com/simsong/bulk_extractor) is a tool that rapidly scans directory and volumes for any kind of input like regular expressions;
* [Copay Recovery](https://bitpay.github.io/copay-recovery/), a tool to recover access to [BitPay](https://bitpay.com/) [Copay](https://support.bitpay.com/hc/en-us/articles/115003028366-How-is-the-BitPay-wallet-app-related-to-Copay-How-is-it-different) payments;&#x20;
* [Photorec](https://github.com/cgsecurity/testdisk) tries to recover deleted files or part of them and could be useful, for instance, for accidentally deleted wallets;
* [SearchMonkey](https://packages.debian.org/bookworm/searchmonkey) is a powerful graphical tool to scan files in search of keywords, filenames and strings;
* [SeedRecover](https://github.com/3rdIteration/btcrecover/blob/master/seedrecover.py) is part of the BTCrecover tool. It tries to fix a mnemonic seed phrase with mistakes and/or missing words;
* [SeedSearch](https://github.com/ASeriousMister/SeedSearch.py) is a tool, developed by the AnuBitux team, that scans files in a directory and in its subdirectories, looking for BIP39 mnemonic seeds;
* [VeraDecrypt](https://github.com/ASeriousMister/VeraDecrypt.py) is a tool, developed by the AnuBitux team, that tries to unlock [VeraCrypt](https://www.veracrypt.fr/en/Home.html) volumes and containers using a list of passwords given by the user.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://anubitux-project.gitbook.io/the-anubitux-documentation/features/tools-list/recovery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
