|
1 | | -# SSH-MITM Plugins |
| 1 | +# SSH-MITM Plugins |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +After working on features and functionality of the |
| 8 | +[ssh-mitm](http://ssh-mitm.at/) |
| 9 | +project it was decided that the features of the ssh-mitm version 0.4.0 |
| 10 | +should be locked and any further additions to its feature-set should be |
| 11 | +made externally. |
| 12 | +This was done to keep the ssh-mitm project to its core functionality. |
| 13 | +The ssh-mitm plugins are advanced features that should enhance the capabilities of the ssh-mitm server. |
| 14 | +Here you will find detailed feature-oriented documentation of the creators |
| 15 | +additions to the ssh-mitm project. |
| 16 | + |
| 17 | +## Installation |
| 18 | + |
| 19 | +Installing the ssh-mitm server including these plugins is very simple: |
| 20 | + |
| 21 | + $ pip install ssh-mitm-plugins |
| 22 | + |
| 23 | +The current version of the ssh-mitm server will be installed and additional advanced features |
| 24 | +will be available through these plugins. The ssh-mitm server will operate normally as described |
| 25 | +by the [ssh-mitm project](#ssh-mitm). |
| 26 | + |
| 27 | +## Plugins |
| 28 | + |
| 29 | +Following advanced features will be made available through the modular runtime compilation of |
| 30 | +the ssh-mitm server. |
| 31 | + |
| 32 | +#### SSH |
| 33 | +* stealthshell - improving on the injectorshell, this ssh interface will |
| 34 | +make hijacking of a ssh session undetectable |
| 35 | +* scriptedshell - perfect for security audits and information gathering, this ssh interface executes |
| 36 | +a script on the remote machine and stores the output on the ssh-mitm server |
| 37 | + |
| 38 | +## SSH-MITM |
| 39 | + |
| 40 | +**For more information about the core functionality of the ssh-mitm server visit:** |
| 41 | + |
| 42 | +* Github - https://github.com/ssh-mitm/ssh-mitm |
| 43 | +* Website - http://ssh-mitm.at |
| 44 | +* Documentation - http://docs.ssh-mitm.at |
0 commit comments