rhoskal / crispy-fortnight

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

Disconnected Session Handling #16

Open ghost opened 8 years ago

ghost commented 8 years ago

Sessions that have lost their connection do not disconnect and are still listed under sessions -l. You can run a module against the session and it will just hang, you can ctrl-c out of it. Also, sessions -k will hang and after ctrl-c they are still visible under sessions -l.

ghost commented 8 years ago

I have also noticed clients will disconnect after and hour or so with no interaction. I have seen this about three to four times today.

The server was an Ubuntu image on AWS EC2 and the clients were a mix of Windows on EC2 and local virtualbox and Mac OS X. It is understandable that the local VMs had issues while connected via cell phone AP, however there were still issues between the Amazon EC2 instances.

rhoskal commented 8 years ago

I'll look into it. I'm not sure if I want the clients to remain connected "forever"