mauricelambert / ReverseShell

This package implements an advanced reverse shell console (supports: TCP, UDP, IRC, HTTP and DNS).
GNU General Public License v3.0
4 stars 2 forks source link

[Python intermediate contribution] Upload/download file #8

Open mauricelambert opened 1 year ago

mauricelambert commented 1 year ago

That can be useful to have upload and download functions with your reverse shell. Found and implements the easiest and best way to send compressed and binary files on/from the target.

mauricelambert commented 1 year ago

This is done but not with parallelism.

It needs to be improved to exfiltrate data more easily while keeping control of the target.