Git Product home page Git Product logo

Comments (18)

Connalgmit avatar Connalgmit commented on July 17, 2024

update - im getting "invalid rushwallet fragment" - im using - ./brainflayer -t rush -r {everything after the #} when it outputs to error to me the address seems to have changed?

from brainflayer.

Connalgmit avatar Connalgmit commented on July 17, 2024

I have also tried the same command with a different wallet and i get this error : "event not found"

from brainflayer.

ryancdotorg avatar ryancdotorg commented on July 17, 2024

Invalid rushwallet url fragment

You didn't include the !.

event not found

That's an error from your shell, probably because you need to quote the fragment including the !.

from brainflayer.

Connalgmit avatar Connalgmit commented on July 17, 2024

I have included ! at the end, does not work unfortunately. Just for a test, I created a rush wallet here - https://rw.rubixapps.com/#CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d

Password is Test123

Same problem however, invalid rush wallet fragment

from brainflayer.

ryancdotorg avatar ryancdotorg commented on July 17, 2024

Looking at this, I do believe they modified the algorithm: https://rw.rubixapps.com/app.js?v=15

from brainflayer.

Connalgmit avatar Connalgmit commented on July 17, 2024

Have tried it both ways, without the characters after !.

They stopped support in 2018, that site is a sort of legacy site, I wouldn't really trust it.

I have my URL but unfortunately don't have the password. I got the old website from the internet achieve, saved offline version and have been trying it there, with internet explorer.

from brainflayer.

Connalgmit avatar Connalgmit commented on July 17, 2024

Maybe they updated it prior to going out of business. Thanks for your help, I may have to try brute force the password another way.

from brainflayer.

ryancdotorg avatar ryancdotorg commented on July 17, 2024

I checked the code again, it should be working.

Can you please provide the exact command line you're using, with the each character after the ! replaced with 0, and the characters before replaced with X? Or, if it's simply a test run, I suppose you can share as-is.

My code doesn't care how many characters are before the !, but requires exactly 10 hex digits after, which is what I see the current code doing.

from brainflayer.

Connalgmit avatar Connalgmit commented on July 17, 2024

./brainflayer -t rush -r CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d

./brainflayer -t rush -r CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!

./brainflayer -t rush -r 6791dc865d

./brainflayer -t rush -r "CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d"

Have tried all those variations

from brainflayer.

Connalgmit avatar Connalgmit commented on July 17, 2024

Im getting "-bash: !6791: event not found" with 10 after the !

from brainflayer.

ryancdotorg avatar ryancdotorg commented on July 17, 2024

use single quotes instead of double quotes

from brainflayer.

ryancdotorg avatar ryancdotorg commented on July 17, 2024
ryanc@penguin:~/code$ echo "CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d"
-bash: !6791: event not found
ryanc@penguin:~/code$ echo 'CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d'
CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d

from brainflayer.

ryancdotorg avatar ryancdotorg commented on July 17, 2024

in bash, double quotes interpolate some metacharacters, whereas single quotes do not

from brainflayer.

Connalgmit avatar Connalgmit commented on July 17, 2024

The command runs but just freezes, have left it for over an hour, nothing happening, using an aws instance
brain

from brainflayer.

ryancdotorg avatar ryancdotorg commented on July 17, 2024

It doesn't output status information unless you pass -v.

from brainflayer.

Connalgmit avatar Connalgmit commented on July 17, 2024

still the same
brain2

from brainflayer.

kenorb avatar kenorb commented on July 17, 2024

still the same

You need to specify the input file (-i) or pass the content from the stdin.

from brainflayer.

kenorb avatar kenorb commented on July 17, 2024
$ seq 1 100 | ./brainflayer -t rush -r 'CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d' -v
input2priv failed! continuing...
input2priv failed! continuing...
...
08f66ebc7de5d3227c5b0e7c45f082c5a5f40190:u:rush:99
169f400ac968dabcf3395fccb6830c83653ea143:c:rush:99
146faf7aef5ca19f48e1125e625b2303bee9cf55:u:rush:100
8ebc0cf96aa5ae72f92a64e15a35076c8c7b8660:c:rush:100
 rate:   2521.11 p/s found:     0/100        elapsed:    0.040 s

$ echo 12345 | ./brainflayer -t rush -r 'CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d' -b example.blf -v
Loading... example.blf... 
input2priv failed! continuing...
 rate:      1.99 p/s found:     0/1          elapsed:    0.502 s

Despite that, it doesn't work for me either (it reads failed and printing all the keys). It's still failed when specified the bloom filter. Probably the checksum doesn't match. Same when created a new one.

from brainflayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.