Skip to content

Commit 5731990

Browse files
authored
Merge pull request #7 from The5imon/documentation
Release 0.2 Documentation
2 parents ca3b82a + ba79770 commit 5731990

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
1924
The current version of the ssh-mitm server will be installed and additional advanced features
2025
will be available through these plugins. The ssh-mitm server will operate normally as described
2126
by the [ssh-mitm project](#ssh-mitm).
@@ -25,7 +30,8 @@ by the [ssh-mitm project](#ssh-mitm).
2530
Following advanced features will be made available through the modular runtime compilation of
2631
the 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
3036
make hijacking of a ssh session undetectable
3137
* scriptedshell - perfect for security audits and information gathering, this ssh interface executes

docs/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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

0 commit comments

Comments
 (0)