rhoskal / crispy-fortnight

Custom Python 2.7 RAT
MIT License
11 stars 9 forks source link

File Download #5

Closed rhoskal closed 8 years ago

rhoskal commented 8 years ago

If user downloads a file that is actually nonexistent on remote box, then still an empty file is created on local box. May need to have remote box determine if file exists and send back an error code if it doesn't to stop the download.

Bts0 commented 8 years ago

Is this bug in the receiveFile/uploadFile methods in controller.py? Also, is this functionality that should move to the download.py module?

rhoskal commented 8 years ago

Yes to both. I'm currently recoding this project to have the implant(client) do a reverse connection to the controller(server). The first go around was to build an implant(server) and controller(client) bind connection implementation which isn't scalable.

Bts0 commented 8 years ago

Ok, I'll see if I can build a proof of concept into the implantHandler.py that we can port later. Working the fix now.

rhoskal commented 8 years ago

fixed using rpyc