rhoskal / crispy-fortnight

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

remove_client() #8

Closed rhoskal closed 8 years ago

rhoskal commented 8 years ago

server handle() has no way of waiting until implant disconnects so server finish() is called WAY too early and this is where we must call remove_client(conn). how to fix!?

rhoskal commented 8 years ago

fixed... had to change to raw sockets but it works beautifully now!