jtesta / ssh-mitm

SSH man-in-the-middle tool
Other
1.62k stars 197 forks source link

scp did not put files in $PWD/ssh_mitm_logs/ sftp_session_* folder. #46

Closed cybersecurity-research closed 2 years ago

cybersecurity-research commented 2 years ago

Hello,

When I copy files using scp. I can find SCP sessions are logged in $PWD/ssh_mitm_logs/ sftpsession.html. And $PWD/ssh_mitm_logs/ sftpsession folder was created. But the file are not put in it. I Tried SFTP. Files is OK in the folder.

So, Do i miss somthing or is that a bug?

Thanks for your help.

jtesta commented 2 years ago

Looks like scp transfers aren't being intercepted. The session password is, however, so its not a total loss. But it is still a bug.

I'm gearing up for a new release in the next month. I'll have it fixed soon. Thanks for reporting!

cybersecurity-research commented 2 years ago

thanks for answer!