backdoorme icon indicating copy to clipboard operation
backdoorme copied to clipboard

SCP not always working

Open ecthros opened this issue 8 years ago • 3 comments

image exploit worked the first time, but not the second.

ecthros avatar Dec 21 '16 00:12 ecthros

The easiest fix will probably be just writing the file out ourselves, although that will be tough for x86

ecthros avatar Dec 23 '16 16:12 ecthros

image I found this... could we just surround it with a try catch block?

ecthros avatar Jan 03 '17 03:01 ecthros

It looks like paramiko needs to spawn a new ssh session each time to set up scp, and since there can be a maximum on the number of active ssh sessions, it can fail

ecthros avatar Jan 03 '17 03:01 ecthros