UnamSanctam / UnamWebPanel

MIT License
164 stars 61 forks source link

I have an idea for something that could be cool #225

Open slezercc opened 1 year ago

slezercc commented 1 year ago

Hello, do you think you could implement a malware loader feature in the web panel (feature that would let you execute a file on all of the slaves connected to the web panel. I think this could be very cool, I would even be ready to pay you so you make it ;) If you want to contact me, add me on telegram @wnetMC

UnamSanctam commented 1 year ago

Well, that could have some problems which is why it hasn't been implemented before. The first issue would be that if you have two miners (for example one ETC and one XMR) then it would download and start your program twice, because the miner isn't made like a RAT/botnet. Second issue is where it would download and execute the file, I guess it would have to use the Temp folder or it would have to be an option. But ot would be best to use RATs to do this since that's what they're made for.

slezercc commented 1 year ago

Maybe you could make it so that miners with the same computername get grouped into one, and I bought a rat recently to do that but rats are all trash right now it seems like. Would it be hard to code tho?

UnamSanctam commented 1 year ago

Well each miner already has a unique hash for each computer so the web panel already knows that but that wouldn't really solve the problem because they would still need to be separate in the list. But implementing a system for downloading and executing files that way from the web panel wouldn't be very easy. Which is why RAT/botnet servers would be better for it.