Skip to content
KitploitKITPLOIT
ИнструментыБлог
Отправить
ИнструментыБлог
Отправить

Инструменты для хакинга, пентеста и кибербезопасности — ваш арсенал защиты!

Kitploit — это каталог инструментов для хакинга, кибербезопасности и пентестинга. Находите последние обновления проектов для поиска уязвимостей, анализа систем, автоматизации тестирования и усиления вашей безопасности.

··Ленты·Контакты·Конфиденциальность·© 2026 Kitploit

Каталог инструментов

Категории

Все категории
Loading categories
walletool — Extracts cryptocurrency private keys and addresses from wallet.dat files for Bitcoin and Litecoin, enabling wallet recovery and forensic analysis. | Kitploit
Инструменты/GitHubGitHub/qg5casz/walletool
Password CrackingForensicsData RecoveryDigital ForensicsCryptography
GitHubqg5casz/walletool

walletool

Extracts cryptocurrency private keys and addresses from wallet.dat files for Bitcoin and Litecoin, enabling wallet recovery and forensic analysis.

Репозиторий
52586699 дней назадПроверено Kitploit

Популярное

Смотреть все →

Откройте для себя самые используемые инструменты нашего сообщества.

Изучить все инструменты

Просмотрите нашу коллекцию инструментов

Смотреть все инструменты →
Поделиться
Контент недоступен на запрошенном языке. Показываем английскую версию.

walletool ~ a tool for reading wallet.dat files

A utility for extracting cryptocurrency wallet data from wallet.dat files.

To set up the software on Windows or macOS,

Windows and Linux users see the guide; macOS users can use the DMG file.

Validate your Windows setup for Git and Python.

https://git-scm.com/install/windows

https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe

Open the GIT CMD terminal.

root@kitploit:~
git clone https://github.com/qG5CAsz/walletool.git
root@kitploit:~
cd walletool
root@kitploit:~
py -m pip install -r requirements.txt
root@kitploit:~
py main.py

  • Install Python 3.x.
  • Install the bsddb3 module (if you're on Windows, use Gohlke's site).

Extracting private keys from Bitcoin-QT/Litecoin-QT wallets

  • Have your wallet.dat handy.
  • For Bitcoin, run python wt_extract_keys.py -d wallet.dat -v 0
  • For Litecoin, run python wt_extract_keys.py -d wallet.dat -v 48

A list of addresses / private keys is printed.

YMMV :)

Скачать инструмент