|
1 | | -# SSH-MITM Plugins |
| 1 | +# SSH-MITM Plugins |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +With version 0.4.0 the [ssh-mitm](http://ssh-mitm.at/) projects locks the features |
| 6 | +shipping with the core functionality of the program. It is now preferred that any additions to the |
| 7 | +feature-set is made through the modular capabilities that the ssh-mitm project is built upon. Using |
| 8 | +entrypoints in combination with modules anyone can make their own ssh-mitm plugins. |
| 9 | + |
| 10 | +This projects adds some advanced features to the ssh-mitm server that furthers its capabilities |
| 11 | +to realise security audits. |
| 12 | + |
| 13 | +## Installation |
| 14 | + |
| 15 | +Installing the ssh-mitm server including these plugins is very simple: |
| 16 | + |
| 17 | + $ pip install ssh-mitm-plugins |
| 18 | + |
| 19 | +The current version of the ssh-mitm server will be installed and additional advanced features |
| 20 | +will be available through these plugins. The ssh-mitm server will operate normally as described |
| 21 | +by the [ssh-mitm project](#ssh-mitm). |
| 22 | + |
| 23 | +## Plugins |
| 24 | + |
| 25 | +Following advanced features will be made available through the modular runtime compilation of |
| 26 | +the ssh-mitm server. |
| 27 | + |
| 28 | +#### SSH |
| 29 | +* stealthshell - improving on the *injectorshell*, this ssh interface will |
| 30 | +make hijacking of a ssh session undetectable |
| 31 | +* scriptedshell - perfect for security audits and information gathering, this ssh interface executes |
| 32 | +a script on the remote machine and stores the output on the ssh-mitm server |
| 33 | + |
| 34 | +For a more detailed look at the plugins usage and operation refer to the |
| 35 | +[documentation](http://ssh-mitm-plugins.readthedocs.io). |
| 36 | + |
| 37 | +## SSH-MITM |
| 38 | + |
| 39 | +**For more information about the core functionality of the ssh-mitm server visit:** |
| 40 | + |
| 41 | +* Github - https://github.com/ssh-mitm/ssh-mitm |
| 42 | +* Website - http://ssh-mitm.at |
| 43 | +* Documentation - http://docs.ssh-mitm.at |
0 commit comments