We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675c04b commit 646bdbbCopy full SHA for 646bdbb
ssh_mitm_plugins/__entrypoints__.py
@@ -1,9 +1,9 @@
1
entry_points = {
2
'SSHBaseForwarder': [
3
- 'scriptedshell = ssh_mitm_plugins.ssh.scriptedshell:SSHScriptedForwarder',
4
- 'stealthshell = ssh_mitm_plugins.ssh.stealthshell:SSHStealthForwarder',
5
- 'injectorshell = ssh_mitm_plugins.ssh.injectorshell:SSHInjectableForwarder',
6
- 'puttydos = ssh_mitm_plugins.ssh.putty_dos:SSHPuttyDoSForwarder'
+ 'plugin-scriptedshell = ssh_mitm_plugins.ssh.scriptedshell:SSHScriptedForwarder',
+ 'plugin-stealthshell = ssh_mitm_plugins.ssh.stealthshell:SSHStealthForwarder',
+ 'plugin-injectorshell = ssh_mitm_plugins.ssh.injectorshell:SSHInjectableForwarder',
+ 'plugin-puttydos = ssh_mitm_plugins.ssh.putty_dos:SSHPuttyDoSForwarder'
7
],
8
'SCPBaseForwarder': [
9
0 commit comments