Skip to content
/ kairos Public

Bruteforce a NEAR seed phrase from a couple of guesses

Notifications You must be signed in to change notification settings

miraclx/kairos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kairos

Bruteforce a NEAR seed phrase from a couple of guesses.

Named after the greek god Caerus- https://en.wikipedia.org/wiki/Caerus

Demo

ASCII Demo

How to run?

Start by installing Node.js - https://nodejs.org/en/download.

Then run the following commands:

git clone https://github.com/miraclx/kairos.git
cd kairos
npm install

# edit the inputs.js file to use custom keys and guesses.

node kairos.js

# now wait for the magic.

Why?

Context: https://twitter.com/SecretSkellies/status/1508859798116257793

Everyday for 12 days, a clue for a word in the seedphrase for the puzzlemaster.near account is released. From that one clue, you can have multiple guesses. Stringing together the right set of guesses gives you a valid seed phrase.

How it works?

Using the content of the inputs.js file, kairos would;

Resume?

While kairos runs, it atomically dumps it's state to a cache file - .cache.json that includes information about all the permutations that have been tried to avoid having to retry them on subsequent runs.

It's worth noting that, due to the nature of this behaviour, the cache file grows infinitely.

  • To disable writing a cache file, use the --no-cache CLI flag.
  • To disable reading the cache file, use the --fresh CLI flag.

About

Bruteforce a NEAR seed phrase from a couple of guesses

Topics

Resources

Stars

Watchers

Forks