xp4xbox / Python-Backdoor

This project is a cross-platform backdoor/reverse shell and post-exploitation tool written in Python3
GNU General Public License v3.0
714 stars 205 forks source link

Cannot send zip file to the victim #23

Closed glinskicwb1988 closed 4 years ago

glinskicwb1988 commented 4 years ago

OS: Win 10 x64 pro Commit/Build: 0c53c14

I can sucessfuly upload a little txt file. No problem here.

But when I try to upload a larger .zip/.exe (9mb) I get stuck on "Total bytes sent: 25840891"

The file is not uploaded and I get stuck on the command line of server.py

Everytime this happens, I can't connect to the victim anymore until him/her reboots the machine.

xp4xbox commented 4 years ago

It usually takes a while for larger file sizes. Either that or the data is getting lost while being sent.