1974 matches found
Argos
Argos — Blockchain Asset Tracing Platform Argos is a multi-language blockchain investigation platform for tracing, analyzing, and visualizing fund flows on Ethereum and Bitcoin. Built with Rust, OCaml, and TypeScript/React. Architecture root@kitploit: +-----------------------+ | Frontend React 19...
ban-exploitable-bitcoin-nodes
ban-exploitable-bitcoin-nodes Ban all denial-of-service vulnerability exploitable nodes from your node CVE-2018-17144 Requirements for the bash script ban.sh Command-line JSON processor jq. Install on Debian-based Linux root@kitploit: sudo apt-get install jq Download and use the script git clone...
cyph
Cyph Cyph is a cryptographically secure messaging and social networking service, providing an extreme level of privacy combined with best-in-class ease of use. Cyph’s patented technology — built by former SpaceX engineers, audited by Cure53, and the basis of research presentations at Black Hat an...
Digital-Signature-Forgery-Attack
In this article, we will look at the cryptographic attack of digital signature forgery Digital Signature Forgery Attack, its consequences pose a threat to the security of transactions in the Bitcoin network, since digital signatures confirm the ownership and authorization of cryptocurrency...
twebit
Bitcoin analysis with machine learning How it works? 1- Get tweets from twitter 2- Filter tweets 3- Tweet classification with naive bayes algorithm Positive,negative and neut Installation root@kitploit: git clone https://github.com/omergunal/twebit cd twebit pip3 install -r requirements.txt Updat...
TERM1B1TB0T
TERMI₿IT₿OT 🤖 A basic tool that tracks Bitcoin transactions in real time above or below a particular price target using a websocket API on your terminal. STEP-BY-STEP: WINDOWS -Step 1: Install Python if not already installed Download from python.org During install → make sure to check ✅ “Add Pyth...
Vulnerable-to-Debian-OpenSSL-bug-CVE-2008-0166
Search for BTC coins on earlier versions of Bitcoin Core with critical vulnerability OpenSSL 0.9.8 CVE-2008-0166 In this article, we will create a tool that will generate Bitcoin Addresses P2PKH using the CVE-2008-0166 vulnerability. This is a research project to find BTC coins on earlier version...
physical-bitcoin-attacks
Known Physical Bitcoin Attacks A list of known attacks against Bitcoin / crypto asset owning entities that occurred in meatspace. NOTE: this list is not comprehensive; many attacks are not publicly reported. If you are aware of an attack that is not listed, please open an issue or pull request. F...
bithoven
Bithoven 🎼 A High-Level, Imperative Language for Bitcoin Smart Contracts Bithoven is a type-safe, developer-friendly programming language designed to compile down to native Bitcoin Script. It bridges the gap between complex smart contract logic and the low-level stack machine of the Bitcoin Virtu...
vuke
vuke 脆弱なBitcoin鍵生成の分析と再現のための研究ツールです。 特徴 モジュールアーキテクチャ - プラグイン可能なソースと変換 複数の入力ソース 数値範囲(弱いシードのテスト) ワードリスト(ブレインウォレット解析) タイムスタンプ(時間ベースのPRNG悪用) 標準入力ストリーム(パイプライン統合) 歴史的脆弱性変換 直接(生バイトを鍵として) SHA256(古典的ブレインウォレット) ダブルSHA256(Bitcoinスタイルのハッシュ) MD5(レガシーな弱いハッシュ) SHA256チェーン(反復/インデックス指定による決定論的導出) Milksad(MT19937...
teatime
=========================================== Teatime - A Blockchain RPC Attack Framework .. image:: https://img.shields.io/pypi/v/teatime.svg :target: https://pypi.python.org/pypi/teatime .. image:: https://img.shields.io/travis/dmuhs/teatime.svg :target: https://travis-ci.com/dmuhs/teatime...
Docker-Escape-Miner
Using a published Docker exploit to gain root access and run a bitcoin mining script This uses two open source libraries: nightminer by @ricmoo for python bitcoin mining RunC-CVE-2019-5736 by @twistlock for the docker escape System Requirements This was tested on Kali Linux, with Docker version...
Phoenix-Rowhammer-Attack-CVE-2025-6202
This article examines the systemic cryptographic security threats posed by the Phoenix Rowhammer attack CVE-2025-6202, which can extract private keys from DDR5 RAM through hardware-level bit manipulation. In recent years, the dynamic development of cryptocurrency technologies has led to an...
purrcrypt
🐱 PurrCrypt 🐶 Seguridad Feroz, ¡Adorablemente Patas-arriba! ¡La manera rro -fecta de mantener tus secretos rr siempre seguros, directo del miau -do de tu ordenador a las patas -de tus ami -gos! !IMPORTANT PurrCrypt es criptografía real disfrazada de algo peludo! Tus mensajes están protegidos por...
scallion
2020 Project Update Scallion was a hobby project to learn OpenCL and RSA. We are not currently maintaining scallion. It has bitrotted in two important ways: 1. Tor has moved on to v3 Onion addresses, which scallion does not support. Old v2 addresses will stop working in October of 2021. The new...
Wallet-Transaction-Monitor
ウォレットトランザクションモニター このスクリプトは、ビットコインウォレットアドレスを監視し、残高の変更や新しいトランザクションがあった場合にユーザーへ通知します。入出金トランザクションとその金額、タイムスタンプをリアルタイムで表示します。さらに、Windowsでは新しいトランザクション発生時にサウンド通知を再生することもできます。 変更履歴 - 2023-07-10 複数のビットコインウォレットをカスタム名で監視する機能を追加 情報をテキストファイルに保存するオプションを追加 今後数週間のうちにさらに機能を追加予定 必要条件 Python 3.x requestsライブラリ: pip...
bitcoin
Bitcoin Core 集成/暂存树 https://bitcoincore.org 如需立即可用的 Bitcoin Core 软件二进制版本,请访问 https://bitcoincore.org/en/download/。 什么是 Bitcoin Core? Bitcoin Core 连接到比特币点对点网络,以下载并完全验证区块和交易。它还包含一个钱包和图形用户界面,可选构建。 有关 Bitcoin Core 的更多信息,请参见 doc 文件夹。 许可证 Bitcoin Core 在 MIT 许可证条款下发布。更多信息请参见 COPYING 或访问...
Bluetooth-Attacks-CVE-2025-27840
This paper discusses how an attacker can introduce a hidden list of vulnerabilities through module updates, which can lead to compromise of ESP32 devices and gaining unauthorized access to private keys, affecting billions of devices using this microcontroller. One of the key issues is the...
bitcoin-security
bitcoin-security An educational study of where Bitcoin key security actually comes from — and where it doesn't. Built around real BIP39/BIP32 derivation, with two experiments that sit on opposite ends of the same idea:...
twebit
機械学習によるビットコイン分析 動作の仕組み 1- Twitterからツイートを取得 2- ツイートをフィルタリング 3- ナイーブベイズアルゴリズムによるツイート分類(ポジティブ、ネガティブ、ニュートラル) インストール root@kitploit: git clone https://github.com/omergunal/twebit cd twebit pip3 install -r requirements.txt 「twebit.py」内のAPIキーを更新してください。https://apps.twitter.com/ にアクセスしてAPIキーを取得してください 使い方...