Rpyc dosen’t transfer any methods or libraries to client
So I wanted to make a C2 server that transfers methods and libraries to its clients but because of some reason it just dosen’t want to. I have checked the version and it’s 6.0.0 and there is no firewalls on pc. Code dosen’t spit out any erros except; AttributeError: ‘SlaveService’ object has no attribute exposed_add, so I assume it’s some kind of bug in my code.
Here is my C2: