buckyroberts / Turtle

Python reverse shell.
292 stars 148 forks source link

file transfer over reverse shell #27

Open ishamfazal opened 7 years ago

ishamfazal commented 7 years ago

Hi, Is there a way to transfer files from client to server continuously without closing the socket, if so could you give an example of it. or any links related to it.

digitalelixer commented 7 years ago

You could use a for loop to iterate over all the files you want and send them through a socket. May I ask how many files are you wanting to transfer?

captCovalent commented 7 years ago

can you provide an example code please?

wi6n3l commented 4 years ago

Hi, sending an example of reverse shell file transfer, feel free to use it 😉

example.zip

tidely commented 4 years ago

@ishamfazal I made a reverse shell with file transfer, RSA and AES encryption with a lot more features, feel free to check it out. Here's the link