Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 783 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 783 Bytes

CopayBruteforcer

Brute force encrypted Copay Blobs

Usage:

git clone https://github.com/genecyber/CopayBruteforcer.git
npm install
node App-SingleThreaded.js
wait...

App.js can be used to multi-thread (set to 64 threads) using jxcore

jx App.js

Mutate.js is an incomplete tool to take a string and generate derivatives (pass => p@ss, PA$$, ...)

I have included profile and wallet blobs from copay v0.9.1 and some from v0.9.9 the correct password for v0.9.9 has been seeded into ./lists/john.txt the correct password for v0.9.1 exists in all lists

Currently the encrypted blob and email address are hard coded inside the crack.js file

-Shannon Code (RibbitRewards)