malwaredllc / byob

An open-source post-exploitation framework for students, researchers and developers.
https://byob.dev
GNU General Public License v3.0
8.93k stars 2.11k forks source link

Monero? #206

Closed aloisberngardt closed 4 years ago

aloisberngardt commented 4 years ago

Hello, can you please create monero miner in botnet?

malwaredllc commented 4 years ago

I am currently working on this. Right now I'm thinking about integrating XMRig. If you or anyone else has any thoughts on this, please let me know.

aloisberngardt commented 4 years ago

Wow, thank you so much!

aloisberngardt commented 4 years ago

I have two ideas:

  1. Download and unpack xmrig with python and execute it with args. But many antivirus programs know xmrig as miner and remove it.
  2. On github i found many python monero miners. These miners can be full undetectable. Maybe you can use it?
malwaredllc commented 4 years ago

@aloisberngardt XMRig integration has been done in #214 The command is miner <cmd> [url] [wallet address] Possible commands are run and stop (the stop command requires no arguments). Try it out with a fresh install and let m know if you have any issues.

aloisberngardt commented 4 years ago

Wow! Thank you!

aloisberngardt commented 4 years ago

Must i download xmrig on victim pc? Can i change cpu usage?

malwaredllc commented 4 years ago

@aloisberngardt You don't need to download XMRig. The BYOB server now has pre-compiled executable versions of XMRig for Windows x64, Linux i386, and Mac OS x64 (I still need to add Linux amd64 and more). The payload will automatically download and run the version for the platform it is running on. Right now there isn't an option to change CPU usage, however, I can look into expanding the miner options in the future.