UnamSanctam / SilentXMRMiner

A Silent (Hidden) Monero (XMR) Miner Builder
MIT License
557 stars 162 forks source link

suspiciously long parameter #511

Closed Spectrum735 closed 2 years ago

Spectrum735 commented 2 years ago

hi, if I activate the command line column in taskmgr, you will see a very long parameter in the infected process. This raises some suspicion among advanced users. Is it possible to make this parameter shorter and not attract attention? What if we put this parameter directly into the code before the build, but call it with another shorter parameter? Any suggestions?

изображение

UnamSanctam commented 2 years ago

No you cannot get rid of it or shorten it since the miner needs to know what settings to use. The miner binary itself is not compiled inside the builder (since that would be nearly impossible) so the injector has to tell the pre-compiled miner binary what settings it should use. In my new miner: https://github.com/UnamSanctam/SilentCryptoMiner the command line string is encrypted though which makes it harder to discern its purpose.

Spectrum735 commented 2 years ago

Ok, thanks