Manfred Kaiser
Manfred Kaiser
Thanks for the comparison. Great work :+1:
SSH-MITM supports a transparent mode. Please keep in mind transparent mode is experimental and requires root privileges for SSH-MITM to run. The docs describe some example firewall rules which are...
Currently the "transparent mode" is experimental and support for specific use cases is not always possible. This is a small project and I'm the only developer :disappointed: If you can...
Can you provide more information please. It seems you are using an old version of SSH-MITM. Please answer following questions: * Which version of SSH-MITM are you using? * Wich...
SSH-MITM is based on paramiko. Since paramiko is not compatible to all clients and servers, it's important to know which versions are used. Perhaps your problem is related to the...
> > And i have this error ==> This command is in your documnet > command : ssh-mitm server --client-tunnel inject --tunnel-client-dest google.com:80 --server-tunnel inject > > Error: > >...
can you provide mor information which client and server were used during your tests. This would help me to reproduce the error. Currently I'm testing SSH-MITM with current OpenSSH versions.
I have started working on x11 forwarding: https://github.com/ssh-mitm/ssh-mitm/tree/feature/x11
When a client connects, a sftp channel will be opened. This can result in errors, when the server only supports one channel. This issue is described in #45
Thanks for helping :-D The documentation on https://docs.ssh-mitm.at is in the docs folder. The Readme is "only a readme" but I use it for a quick introduction on how to...