File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ Installing the ssh-mitm server including these plugins is very simple:
1616
1717 $ pip install ssh-mitm-plugins
1818
19+ Alternatively, ssh-mitm-plugins is featured as an optional dependency in the ssh-mitm package.
20+ Installation can occur through:
21+
22+ $ pip install ssh-mitm[ plugins]
23+
1924The current version of the ssh-mitm server will be installed and additional advanced features
2025will be available through these plugins. The ssh-mitm server will operate normally as described
2126by the [ ssh-mitm project] ( #ssh-mitm ) .
@@ -25,7 +30,8 @@ by the [ssh-mitm project](#ssh-mitm).
2530Following advanced features will be made available through the modular runtime compilation of
2631the ssh-mitm server.
2732
28- #### SSH
33+ #### SSH
34+ * injectorshell - a way to hijack a ssh session and execute commands on an separated shell
2935* stealthshell - improving on the * injectorshell* , this ssh interface will
3036make hijacking of a ssh session undetectable
3137* scriptedshell - perfect for security audits and information gathering, this ssh interface executes
Original file line number Diff line number Diff line change 1- .. SSH-MITM Plugins documentation master file, created by
2- sphinx-quickstart on Tue Feb 23 09:35:30 2021.
3- You can adapt this file completely to your liking, but it should at least
4- contain the root `toctree` directive.
5-
61 SSH-MITM Plugins Documentation
72============================================
83
You can’t perform that action at this time.
0 commit comments