Jacko Posted August 14, 2019 Share Posted August 14, 2019 Hi, Can anyone with technical knowledge explain in a little more detail how to run this javascript? https://medium.com/@whatsam/brute-forcing-my-toast-wallet-password-d8cc68628b00 - What website do you run it on? - Is it just the hash and two salt inputs I need? - How do I "include the sodium.js library"? - Any other tips for using. Thanks in advance Link to comment Share on other sites More sharing options...
Dario_o Posted August 14, 2019 Share Posted August 14, 2019 Actually this thread should be named brute force of the Toast Wallet pass phrase, to be more precise, but whatever You could run it in your browser, but his code is incomplete, this is the missing part var thestr = “passwordtocheck”; // Here is where you would loop through a list and try each one var checked = check_pass(thestr); Link to comment Share on other sites More sharing options...
Jacko Posted August 14, 2019 Author Share Posted August 14, 2019 Thanks for your response Dario - Just to confirm does it matter what website you are on when you run the script? and what do I need to do with the sodium.js? Link to comment Share on other sites More sharing options...
Dario_o Posted August 14, 2019 Share Posted August 14, 2019 21 minutes ago, Jacko said: Thanks for your response Dario - Just to confirm does it matter what website you are on when you run the script? and what do I need to do with the sodium.js? just create a test.html file on your computer and paste the code, start from there also use this as first line <script src="https://cloudhostingsetup.com/sodium.js"></script> or save it in the same folder of your test.html file Link to comment Share on other sites More sharing options...
Jacko Posted August 14, 2019 Author Share Posted August 14, 2019 (edited) Done that thanks, have the file saved in the same folder as the test.html file but I cant get the link to work, have the following error... any thoughts? Edited August 14, 2019 by Jacko Link to comment Share on other sites More sharing options...
Dario_o Posted August 14, 2019 Share Posted August 14, 2019 Paste here the html code part where you call the sodium.js file Link to comment Share on other sites More sharing options...
Jacko Posted August 15, 2019 Author Share Posted August 15, 2019 I'm now running directly in browser (Chrome), first line of code it <script src="https://cloudhostingsetup.com/sodium.js"></script> Getting this error Link to comment Share on other sites More sharing options...
Logan242 Posted June 23, 2020 Share Posted June 23, 2020 Hello, I know this thread is a little old but I am having the same problem in which I am wanting to run the script. Were you able to be successful with this @Jacko ? Also @Dario_o is this actually possible and could you maybe provide a little more insight about how to run the script? Any feedback is much appreciated! Link to comment Share on other sites More sharing options...
Logan242 Posted July 11, 2020 Share Posted July 11, 2020 @Dario_o @Jacko Link to comment Share on other sites More sharing options...
Dario_o Posted July 13, 2020 Share Posted July 13, 2020 (edited) On 6/23/2020 at 7:35 PM, Logan242 said: little more insight about how to run the script? The sam script is ok to check 1 passphrase only at the time. Basically it's a demo about how using the sodium library. This one is much useful to try many passphrase variations (a sort of brute force) https://medium.com/@raw256/brute-forcing-an-inacurate-recovery-phrase-in-ripple-toast-wallet-xrp-1f2bb00b354d Edited July 13, 2020 by Dario_o Link to comment Share on other sites More sharing options...
Jacko Posted November 24, 2020 Author Share Posted November 24, 2020 On 7/13/2020 at 1:51 PM, Dario_o said: The sam script is ok to check 1 passphrase only at the time. Basically it's a demo about how using the sodium library. This one is much useful to try many passphrase variations (a sort of brute force) https://medium.com/@raw256/brute-forcing-an-inacurate-recovery-phrase-in-ripple-toast-wallet-xrp-1f2bb00b354d Hi Dario! I have got this working in chrome and running a check on my recovery phrase but I it currently only checks in the format that you insert an incorrect recovery phrase. I would be hugely grateful if you could advise of help to modify Sams code so that it includes spaces and in essence attempts to generate the pass phrase from scratch. Link to comment Share on other sites More sharing options...
Daniel27 Posted November 28, 2020 Share Posted November 28, 2020 I will give 100xrp to the first person to help me get back into my wallet @Dario_o @Jacko @Logan242 Link to comment Share on other sites More sharing options...
Dario_o Posted November 28, 2020 Share Posted November 28, 2020 1 hour ago, Daniel27 said: I will give 100xrp to the first person to help me get back into my wallet @Dario_o @Jacko @Logan242 what's the problem? Link to comment Share on other sites More sharing options...
tonysmith Posted December 8, 2020 Share Posted December 8, 2020 @dario_o i have backup code, and struggling to run brute force code, either gives me errors or nothing at all. i have only main backup code, no passphrase or recovery phrase. how to i recover my passphrase with on backup code? i am willing to release up to 500 xrp who helps to recover., Link to comment Share on other sites More sharing options...
OhLol Posted April 5, 2021 Share Posted April 5, 2021 (edited) i have problem to i have recovery phrase, pass phrase and backup, but i cant send my xrp to other wallet i will give 250 of my xrp for helping, help pls( @Logan242 @Dario_o @Jacko Edited April 5, 2021 by OhLol Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now