Closed freakovision closed 3 years ago
Aight, I managed to run it without admin privilege, but can't confirm if it's working. For some reason Process Manager doesn't show conhost.exe in which I inject miner even tho sihost64.exe is running.
Hmm, since sihost64.exe is running then it should be working, can't you see any conhost.exe at all? Also, you can execute files through the file browser thing, you don't need to use a reverse shell.
Yeah I know. Just wanted to see if there is any errors.
Could you please test my build on Win10 virtual machine? I just can't use any VM with my low specs. https://dropmefiles.com/3RRvl Password is admin.
Yes it works for me, are you using an older version of the builder?
Weird! I'm using the last version. That Add-MpPreference error was only on one of the slaves. The others just refused to work after the first phase. I mean the executable works for like 30 seconds that I used as delay and never drops a payload in system32 or a fallback location.
It doesn't drop services64.exe into System32? Yours does for me.
Same for me but not for slaves. Probably a RAT issue?
Might be.
What is the most optimal CPU load?
20-40% Max CPU for the maximum amount of stealth and 60-80% Idle CPU is good. I have it set to 20% Max CPU and 80% Idle CPU as default because it's the most stealthily.
I have a few suggestions. Add fake error and most important ability to start the miner in the next session so it don't start to rape the fans instantly.
Well, you could add one line in the code to add a fake error in Loader.cs (though you'd probably have to check if it's in the install location or not, could possibly add detections). 20% Max CPU shouldn't even make the fans move so that shouldn't be a problem.
I target not the best computers, they have like 3-4 logical processors on average, so the load is always 25-33% which is pretty noticeable and suspicious especially in summer. And yeah, I already added fake error in loader. Just wanted to see it in your release :)
Aren't you afraid to host online download links on your site? You can be charged for being involved in malware activity.
Well, I only host the URLs which leads to GitHub and nothing more, if I hypothetically would get charged for anything then would it not be for the miner you're currently writing in an issue on?
I don't think cops is that stupid. Btw have you heard of icanhazip.com owner? He almost got in prison because his site was used in malware activity even tho it's only shows external IP.
Well, you are correct, though I don't really "own" any of it, neither the domain nor the server.
I don't really "own" any of it
I hope the police will have the same opinion :P
True the police does ignore the law a lot, especially here.
Can I add prefix to random worker name?
Like this: walletadress.Boobs_{%RANDOM%}
Yes that will work fine.
Also it would be great to have an IP logger in it. So we can know the ration of downloads/runs. Will this line of code increase the detections?
It could increase detections, it's better to add that yourself since I don't really want to support any special kind of external service, you could theoretically use an IPLogger redirect to the config for the 'Remote Configuration' so it logs the computer before getting the 'Remote Configuration'.
Miner stops working after some time. Most likely after donation. I can see sihost64 on several computers and there is no task manager or similar apps open, but no shares submitted to nanopool.
I haven't really changed anything much with the donation from the original XMRig so if that one works then this one will work as well. Are you using {%COMPUTERNAME%} to check? Since nanopool has a very high share difficulty (400 000) it can take between 5-30 minutes per share to be submitted depending on the CPU and the Max CPU percentage.
It was like 4 hour, no shares from any running PC.
None at all? Try another pool then, I have a miner running 24/7 and have had it running for 2 years now (I update it with each release) and it's still working.
It loads the CPU on all computers but I don't get any shares. Why?
Try another pool if you use 'Remote Configuration', I can't know why you're not getting shares, it shouldn't have anything to do with the miner at least.
The injected miner just keeps closing and staring again. What could be wrong?
The XMR miner? The explorer.exe opens and closes? Only reason that could happen is if the connection settings are wrong or if they can't connect I guess though I have never seen that happen before.
Now the memory usage fluctuate a lot. What the hell?
Do you use 'Remote Configuration'? Make sure that keepalive is set to false since nanopool has issues with it.
It's false
Hmm, try setting it to another pool, only thing which could do that is if there is something wrong with the pool connection.
Changed to Minergate. It mines but memory usage is still crazy.
conhost.exe 14704 Console 1 2,407,860 K
Edit. Ok, it's fine. Memory usage doesn't fluctuate now.
2GB you mean? The RandomX algorithm (Monero) uses 2GB of RAM for the huge pages feature and is normal, without huge pages the hashrate would be really low. If you want less RAM usage then you can mine some other cryptocurrency which uses some other algorithm, you can see the algorithms supported here: https://xmrig.com/docs/algorithms.
But why I had problems with nanopool, do you have any idea? I'm pinging nanopool and it's responding, so nothing blocks it. What the hell?
Good question, I believe it should work and haven't seen any problems. When you changed pool did any workers appear?
When I manually killed the miner process on slave PC it appeared,
Yeah the XMR miner will only retrieve the 'Remote Configure' on the startup of the miner. If it appeared then there was something wrong with the pool connection, very weird.
Process died again.
Hmm, the XMR miner should theoretically never close itself due to how XMRig works and I've never seen it happen either so I'm not sure how that is happening. Try using something other than MinerGate since they are notorious for having bad servers.
Could VPN be the source of the problem?
Yes definitely, the pool could be blocking the VPN IP which isn't that uncommon or there could be some other thing blocking or interfering with the connection.
I keep getting views on pastebin but there is no hashrate.
Try running it yourself, does it use any CPU usage? Also make sure that all the settings are correct in the pastebin.
Everything works on my PC.
Then it should work, it can't use any CPU unless it gets a job from the pool, can you send the pastebin content here but censor the wallet address in case anything is incorrect?
Miner doesn't work when try to run it on RAT-infected computers. I use AsyncRAT by NyanCat. When I tried do drop it on disk and run through reverse shell it said "MpPreference not found" or something like that, it was a long ass error, can't tell exactly rn. I tried miner with and without admin privilege, RAT had admin privilege, all computers had Windows 10 64 bit on it.
P.S. It works on my PC tho.