File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Injectorshell
22===============
33
4- :: info
54
5+
6+ .. info ::
67It should also be noted that shell environment can be affected by any injector shell and is not accounted for when
78considering stealth. This means environment variables or the working directory for example can be changed by any
89injector shell and will alert the original shells owner of faulty operation.
910
10- :: important
11-
11+ .. important ::
1212It is also important to mention that when multiple injector shells are inserting commands into the same hijacked ssh
1313session at the same time discrepancies are not accounted for. Keystrokes are collectively merged at the server and the
1414responses are served accordingly. This is also true for the clients interactive ssh session. A advanced edition of the
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Using the ``--ssh-injector-super-stealth`` option the injector shells will only
1010every keystroke. This further eliminates unwanted behavior. Unfinished commands from the injector shells are not seen
1111by the server and the user of the interactive shell will never be surprised by input they never typed. This, however,
1212will limit the terminal functionality of the injector shell. Because the server only responds to the whole command
13- terminal features like command auto-completion when pressing tab or command history with the up and down key will not
13+ terminal features like command auto-completion when pressing tab or command history with the up and down keys will not
1414work correctly.
1515
1616
17- :: info
17+ .. info ::
1818Environment considerations of the `injectorshell `_ are still uphold by the stealthshell. Discrepancy problems
1919described by the `injectorshell `_ are solved by this newer edition (client cannot be interrupted by injected keystrokes BUT
2020unfinished injected strokes will be seen by the server). Only with the ``--ssh-injector-super-stealth `` option the
21- discrepancy between the user and all injector shells can be guaranteed .
21+ discrepancy between the user and all injector shells can be eliminated .
2222
2323
You can’t perform that action at this time.
0 commit comments